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

(character[1]) A file path within the package directory.

dcf

(data.frame) The result of read.dcf() on the package description file.

expr

(expression) The parsed contents of an R-formatted config entry.

Functions


[Package roxytypes version 0.1.0 Index]