convert_config_helpers: Tools for modifying configuration files

convert_config_helpersR 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

  • 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


roxytypes documentation built on Oct. 16, 2024, 1:06 a.m.