prepareStoX | R Documentation |
buildRstoxPackage
is used in the continous development of Rstox, writing .onLoad, .onAttach, pkgname, DESCRIPTION and README files and adding dependencies to the NAMEPACE file.
packageSpecs
gets all specifications of the package from separate funcitons for each package into a list.
prepareStoX(
accountName = "StoXProject",
version = "current",
date = NULL,
rootDir = NULL,
type = c("patch", "minor", "major"),
prerelease = FALSE
)
dir |
The directory holding the package structure. |
check |
Logical: If TRUE run devtools::check() on the package. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.