View source: R/common_check_package_versions.R
check_package_versions | R Documentation |
Check package versions. Will print an error message if some package version is too low.
check_package_versions(pkg, versions, toolname, do_quit = T)
pkg |
A character vector with package names |
versions |
A character vector with package versions |
toolname |
A string of the tool name |
do_quit |
A logical indicating whether function should quit if some package version is too low. By default do_quit=TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.