roxytypes
exposes a few configuration options for helping to fine-tune your
documentation. These are stored as key-values in a list
in either the
Config/roxytypes
field of your DESCRIPTION
file, or in a
./man/roxytypes/meta.R
file within your package.
Usage
config(path = getwd(), refresh = FALSE, cache = TRUE)
Details
The available settings are listed below. Some fields are nested, which are
shown by concatenating nested keys using $
.
format
: An optionalglue
-style string, which can assume values forname
,type
anddescription
. See?roxytypes::tags
for details on the source of each of these strings.verbose
: IfTRUE
, emit extra diagnostic alerts while processing the package.