roxbc: roxbc function

View source: R/roxbc.R

roxbcR Documentation

roxbc function

Description

A function to build and check packages where documentation has been compiled with roxygen. Probably only works in Linux.

Usage

roxbc(name, checkflags = "--as-cran")

Arguments

name

package name

checkflags

string giving optional check flags to R CMD check, default is –as-cran

Value

builds and checks the package


miscFuncs documentation built on Nov. 2, 2023, 5:21 p.m.

Related to roxbc in miscFuncs...