https://github.com/jasenfinch/projecttemplates
R project templates for reproducible research and analyses
https://github.com/jasenfinch/projecttemplates
r reproducibility reproducible-research reproducible-science research-project research-tool
Last synced: 10 days ago
JSON representation
R project templates for reproducible research and analyses
- Host: GitHub
- URL: https://github.com/jasenfinch/projecttemplates
- Owner: jasenfinch
- License: gpl-3.0
- Created: 2020-02-18T13:25:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-17T12:57:26.000Z (over 1 year ago)
- Last Synced: 2025-02-10T13:43:41.225Z (2 months ago)
- Topics: r, reproducibility, reproducible-research, reproducible-science, research-project, research-tool
- Language: R
- Homepage: https://jasenfinch.github.io/projecttemplates/
- Size: 677 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - jasenfinch/projecttemplates - R project templates for reproducible research and analyses (R)
README
# projecttemplates
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[](https://github.com/jasenfinch/projecttemplates/actions/workflows/R-CMD-check.yaml)
[](https://codecov.io/gh/jasenfinch/projecttemplates?branch=master)
[](https://github.com/jasenfinch/projecttemplates/blob/master/DESCRIPTION)
[](https://GitHub.com/jasenfinch/projecttemplates/releases/)Quick and simple generation of [targets](https://docs.ropensci.org/targets/) and [renv](https://rstudio.github.io/renv/index.html) powered project templates for reproducible research and analyses.
### Installation
Install the package from GitHub using:
```r
remotes::install_github('jasenfinch/projecttemplates')
```### Quick start
Templates include **report**, **manuscript** and **presentation**.
The following will generate a template report project in the current working directory:```r
projecttemplates::template(
'A project title',
path = '.',
type = 'report',
start = FALSE
)
```### Learn more
The package documentation can be browsed online at .
If you believe you've found a bug in `projecttemplates`, please file a bug (and, if
possible, a [reproducible example](https://reprex.tidyverse.org)) at
.