Learn R Programming

rcompendium (version 1.3)

add_r_depend: Add minimal R version to DESCRIPTION

Description

This function adds the minimal R version to the Depends field of the DESCRIPTION file. This version corresponds to the higher version of R among all dependencies. If no dependencies mentions minimal R version, the DESCRIPTION is not modified.

Usage

add_r_depend()

Arguments

Value

No return value.

See Also

Other development functions: add_dependencies(), add_github_actions_check(), add_github_actions_citation(), add_github_actions_codecov(), add_github_actions_document(), add_github_actions_pkgdown(), add_github_actions_render(), add_to_buildignore(), add_to_gitignore()

Examples

Run this code
if (FALSE) {
add_r_depend()
}

Run the code above in your browser using DataLab