Roclet for processing the @col
tag
col_roclet() # S3 method for roclet_col roclet_process(roc, blocks, env, base_path) # S3 method for roclet_col roclet_output(roc, results, base_path, ...)
by default, for a package pkgname
, mandrake
will store its output
under "pkgname.yaml"
at:
pkgname/inst/mandrake
If you need to customize this, use:
This can be done by setting the following in DESCRIPTION
:
Roxygen: list(mandrake_output = "path/from/pkg/root")
See the documentation for roxygen2::roxy_meta_get for more information..