The goal of demopackage is to demonstrate an R package structure for my students
You can install the development version of demopackage from GitHub with:
# install.packages("devtools")
devtools::install_github("MichielNoback/R-demo-package")
This is a basic example which shows you how to solve a common problem:
library(demopackage)
growth_data #view demo data
plot_growth_curves(growth_data)