| add_r_depend | R Documentation |
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_citation(),
add_github_actions_codecov(),
add_github_actions_codemeta(),
add_github_actions_document(),
add_github_actions_pkgdown(),
add_github_actions_render(),
add_to_buildignore(),
add_to_gitignore()
## Not run:
add_r_depend()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.