Skip to content

Quickly create R data analysis projects

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

ngriffiths21/skeleton

Repository files navigation

skeleton

This package can be used to quickly set up a project skeleton suitable for data analysis. It sets up drake as well as a lab notebook that is built with bookdown.

Installation

You can install from GitHub with:

devtools::install_github("ngriffiths21/skeleton")

Usage

Start from an R project (create one in RStudio or with usethis::create_project, or use a new git repo).

skeleton::use_skeleton()

Directory Structure

.
├── _drake.R
├── data
├── figures
│   └── paper-figures.Rmd
├── notebook
│   ├── _bookdown.yml
│   └── index.Rmd
├── R
│   ├── packages.R
│   └── plan.R
├── README.md
├── renv
└── renv.lock

About

Quickly create R data analysis projects

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages