README.md

scratchr

Travis-CI Build Status

scratchr is an R package meant to demonstrate development tools.

Installation

You can install scratchr from github with:

# install.packages("devtools")
devtools::install_github("uvasomrc/scratchr")

Example

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

library(scratchr)
hello(name = "you", animal = "ghost")
bday_clock(month = "February", day = 1)


uvasomrc/scratchr documentation built on May 29, 2019, 10:51 a.m.