What does the package do?
You can install $PACKAGE$
from CRAN using:
install.packages("$PACKAGE$")
Or, you can be on the cutting-edge development version on GitHub using:
if(!requireNamespace("devtools")) install.packages("devtools")
devtools::install_github("tmsalab/$PACKAGE$")
To use the $PACKAGE$
package, load it into R using:
library("$PACKAGE$")
From there, the package allows for ….
Who wrote the package?
To ensure future development of the package, please cite $PACKAGE$
package if used during an analysis or simulation studies. Citation
information for the package may be acquired by using in R:
citation("$PACKAGE$")
GPL (>= 2)