Quick and simple generation of targets and renv powered project templates for reproducible research and analyses.
Install the package from GitHub using:
remotes::install_github('jasenfinch/projecttemplates')
Templates include report, manuscript and presentation. The following will generate a template report project in the current working directory:
projecttemplates::template(
'A project title',
path = '.',
type = 'report',
start = FALSE
)
The package documentation can be browsed online at https://jasenfinch.github.io/projecttemplates/.
If you believe you've found a bug in projecttemplates
, please file a bug (and, if
possible, a reproducible example) at
https://github.com/jasenfinch/projecttemplates/issues.