View source: R/package_version_management.R
lib.check_compatibility | R Documentation |
Returns TRUE if the 'condition' complies with the provided 'version'. This function is vectorized.
lib.check_compatibility(condition, version)
condition |
A version indication like '>= 4.5.1' or '2.3.4' or '> 1.2.3' or '”' (empty) or 'NA'. |
version |
A version number like ‘1.2.3', or a vector of version strings (will be converted to 'numeric_version(’1.2.3') during comparison). |
A logical indicating if the version is considered compatible.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.