Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

R project templates for reproducible research and analyses

Awesome Lists containing this project

README

        

# projecttemplates

[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![R-CMD-check](https://github.com/jasenfinch/projecttemplates/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jasenfinch/projecttemplates/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/jasenfinch/projecttemplates/branch/master/graph/badge.svg)](https://codecov.io/gh/jasenfinch/projecttemplates?branch=master)
[![license](https://img.shields.io/badge/license-GNU%20GPL%20v3.0-blue.svg)](https://github.com/jasenfinch/projecttemplates/blob/master/DESCRIPTION)
[![GitHub release](https://img.shields.io/github/release/jasenfinch/projecttemplates.svg)](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
.