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

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

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# cookiecutteR

[![Travis build status](https://travis-ci.com/warlicks/cookiecutteR.svg?branch=master)](https://travis-ci.com/warlicks/cookiecutteR)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/warlicks/cookiecutteR?branch=master&svg=true)](https://ci.appveyor.com/project/warlicks/cookiecutteR)
[![CRAN status](https://www.r-pkg.org/badges/version/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
```