| add_r_depend {rcompendium} | R Documentation |
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()
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
## Not run:
add_r_depend()
## End(Not run)
[Package rcompendium version 1.3 Index]