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

cookiecutteR

Travis build status AppVeyor build status CRAN status

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

<!-- You can install the released version of cookiecutteR from CRAN with:

install.packages("cookiecutteR")

--> The development version is avaliable for install from GitHub.

remotes::install_github("warlicks/cookiecutteR")

Example

This is a basic example which shows you how to solve a common problem:

library(cookiecutteR)
## basic example code


warlicks/cookiecutteR documentation built on July 6, 2020, 3:23 p.m.