xAuxRdWrap: Function to wrap texts from Rd files

Description Usage Arguments Value Note See Also Examples

Description

xAuxRdWrap is supposed to wrap texts from Rd files under a given directory.

Usage

1
xAuxRdWrap(path = "./XGR/man", remove.dontrun = FALSE)

Arguments

path

a directory containing Rd files

remove.dontrun

logical to indicate whether to remove the restriction of not running examples. By default, it sets to FALSE without any modefications

Value

none

Note

This auxiliary function helps create a new package. The orignal Rd files will be replaced with new ones.

See Also

xAuxRdWrap

Examples

1
# xAuxRdWrap(path="./XGR/man", remove.dontrun=FALSE)

XGR documentation built on June 18, 2019, 3:01 p.m.

Related to xAuxRdWrap in XGR...