Skip to content

tmsalab/tmsapkg

Repository files navigation

Build Status Package-License CRAN Version Badge CRAN Status RStudio CRAN Mirror’s Monthly Downloads RStudio CRAN Mirror’s Total Downloads Coverage status

$PACKAGE$ R package

What does the package do?

Installation

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$")

Usage

To use the $PACKAGE$ package, load it into R using:

library("$PACKAGE$")

From there, the package allows for ….

Authors

Who wrote the package?

Citing the $PACKAGE$ 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$")

License

GPL (>= 2)

Releases

No releases published

Packages

No packages published

Languages