View source: R/extension-utils.R
crossref_description | R Documentation |
Update the DESCRIPTION file with all imported packages stated in the source code.
crossref_description( skip_prompt = FALSE, update = TRUE, use_version_numbers = TRUE, rversion = "DEPENDENCIES_VERSION" )
skip_prompt |
whether to skip the confirmation prompt to change the DESCRIPTION file. Defaults to |
update |
whether the DESCRIPTION file should be updated. Defaults to |
use_version_numbers |
whether package version numbers should be included in the DESCRIPTION file. Defaults to |
rversion |
version of R to be used in the DESCRIPTION file.
Can be |
Invisibly returns a list with the current R version, the R version obtained from dependencies and packages names (including version numbers).
numeric_version
Other developer functions:
generic_implementations()
,
load_packages()
,
update_settings()
,
valid_pkgname()
## Not run: crossref_description(skip_prompt=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.