prepareStoX: Function for building Rstox packages

View source: R/build.R

prepareStoXR Documentation

Function for building Rstox packages

Description

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.

Usage

prepareStoX(
  accountName = "StoXProject",
  version = "current",
  date = NULL,
  rootDir = NULL,
  type = c("patch", "minor", "major"),
  prerelease = FALSE
)

Arguments

dir

The directory holding the package structure.

check

Logical: If TRUE run devtools::check() on the package.StratumArea


imr-stox/RstoxBuild documentation built on June 12, 2025, 9:59 a.m.