https://github.com/warlicks/cookiecutteR
Package To Create A Project With The Cookie Cutter For Data Science Layout
https://github.com/warlicks/cookiecutteR
Last synced: 4 months ago
JSON representation
Package To Create A Project With The Cookie Cutter For Data Science Layout
- Host: GitHub
- URL: https://github.com/warlicks/cookiecutteR
- Owner: warlicks
- License: other
- Created: 2020-05-02T04:49:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T05:54:00.000Z (almost 5 years ago)
- Last Synced: 2024-08-13T07:13:29.050Z (8 months ago)
- Language: R
- Size: 87.9 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - warlicks/cookiecutteR - Package To Create A Project With The Cookie Cutter For Data Science Layout (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# cookiecutteR
[](https://travis-ci.com/warlicks/cookiecutteR)
[](https://ci.appveyor.com/project/warlicks/cookiecutteR)
[](https://CRAN.R-project.org/package=cookiecutteR)The goal of cookiecutteR is inspired the Cookie Cutter For Data Science Project template. It adapts that framework for R and allows users to create projects using this template.
## Installation
The development version is avaliable for install from GitHub.
``` r
remotes::install_github("warlicks/cookiecutteR")
```## Example
This is a basic example which shows you how to solve a common problem:
```{r example, eval=FALSE}
library(cookiecutteR)
## basic example code
```