knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
$PACKAGE$
R packageWhat 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?
$PACKAGE$
packageTo 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.