R package lusweave, version 1.46.3
Set of tools which simplify the usage of SWeave/Knitr in R and allow to easily create PDF files from within R.
For installation of the most recent package version an additional repository has to be added in R:
options(repos = c(CRAN = "@CRAN@", pik = "https://rse.pik-potsdam.de/r/packages"))
The additional repository can be made available permanently by adding the line above to a file called .Rprofile
stored in the home folder of your system (Sys.glob("~")
in R returns the home directory).
After that the most recent version of the package can be installed using install.packages
:
install.packages("lusweave")
Package updates can be installed using update.packages
(make sure that the additional repository has been added before running that command):
update.packages()
In case of questions / problems please contact Jan Philipp Dietrich dietrich@pik-potsdam.de.
To cite package lusweave in publications use:
Bonsch M, Dietrich J, Klein D, Humpenoeder F (2022). lusweave: Sweave/Knitr Utilities. doi: 10.5281/zenodo.1158594 (URL: https://doi.org/10.5281/zenodo.1158594), R package version 1.46.3, <URL: https://github.com/pik-piam/lusweave>.
A BibTeX entry for LaTeX users is
@Manual{,
title = {lusweave: Sweave/Knitr Utilities},
author = {Markus Bonsch and Jan Philipp Dietrich and David Klein and Florian Humpenoeder},
year = {2022},
note = {R package version 1.46.3},
doi = {10.5281/zenodo.1158594},
url = {https://github.com/pik-piam/lusweave},
}