convert_config_helpers {roxytypes} | R Documentation |
Tools for modifying configuration files
Description
Tools for modifying configuration files
Usage
make_config_edits(path)
guess_dcf_indent(dcf)
update_config_needs(dcf)
update_config_roxygen_meta(path)
update_config_roxygen_desc(dcf)
update_config_roxygen_expr(expr)
Arguments
path |
( |
dcf |
( |
expr |
( |
Functions
-
make_config_edits()
: Make edits to various configuration files -
guess_dcf_indent()
: Guess the existing dcf indentation -
update_config_needs()
: Update the Needs section of a DESCRIPTION file -
update_config_roxygen_meta()
: Update the Roxygen man/roxygen/meta.R file -
update_config_roxygen_desc()
: Update the Roxygen DESCRIPTION entry -
update_config_roxygen_expr()
: Update a Roxygen config expression
[Package roxytypes version 0.1.2 Index]