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
- Host: GitHub
- URL: https://github.com/testlnord/rdstemplate
- Owner: testlnord
- License: other
- Created: 2017-10-17T20:35:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T06:00:44.000Z (about 7 years ago)
- Last Synced: 2024-08-13T07:14:37.615Z (8 months ago)
- Topics: data-science, r, reproducibility, reproducible-research, rstudio, template
- Language: R
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - testlnord/rdstemplate - Reproducible Data Science RStudio Project Template (R)
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