packageCheck {INLAtools} | R Documentation |
To check package version and load
Description
To check package version and load
Usage
packageCheck(name, minimum_version, quietly = FALSE)
Arguments
name |
character with the name of the package |
minimum_version |
character with the minimum required version |
quietly |
logical indicating if messages shall be printed |
Note
Original in inlabru package function check_package_version_and_load
[Package INLAtools version 0.0.4 Index]