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.
add_r_depend()
No return value.
Other development functions:
add_dependencies()
,
add_github_actions_check()
,
add_github_actions_codecov()
,
add_github_actions_pkgdown()
,
add_github_actions_render()
,
add_to_buildignore()
,
add_to_gitignore()
if (FALSE) {
add_r_depend()
}