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

https://github.com/testlnord/rdstemplate

Reproducible Data Science RStudio Project Template
https://github.com/testlnord/rdstemplate

data-science r reproducibility reproducible-research rstudio template

Last synced: 4 months ago
JSON representation

Reproducible Data Science RStudio Project Template

Awesome Lists containing this project

README

        

# Reproducible DataScience Template

This is project template for RStudio. It can

- create default directory and file structure
- init packrat
- install default packages
- you can also populate files in creating project using [Whisker](https://github.com/edwindj/whisker)

I won't add this project to CRAN. Consider it more like template stub.
You can fork it and modify to fit your needs. See more about project structure bellow.

Everything is based on [RStudio project templates](https://rstudio.github.io/rstudio-extensions/rstudio_project_templates.html).

## Installation

You can install this template using `devtools`.

```{r}
devtools::install_github("testlnord/rdstemplate")
```
Then restart R session in your RStudio.

## Project Structure

#TODO#

License