The goal of packagetemplate is to provide a template for R packages.
You can install the development version of packagetemplate from Github with:
install_github("packagetemplate")
This is a basic example which shows how to use helloWorld:
library(packagetemplate)
helloWorld()
#> [1] "Hello, World"