Write colleyRstats.sty into a project (for Overleaf)
Source:R/latex-output.R
use_colleyrstats_sty.RdCopies the colleyRstats LaTeX macro package next to your manuscript so
the report output compiles with a single \usepackage{colleyRstats}
– no need to paste latex_preamble() into the preamble. Upload the written
colleyRstats.sty to your Overleaf project (or keep it in the same
folder as main.tex).
Examples
use_colleyrstats_sty(tempdir(), overwrite = TRUE)
#> Wrote '/tmp/RtmpOITswE/colleyRstats.sty'. Add \usepackage{colleyRstats} to your document.