R/rbms_toolbox.r
check_package.Rd
check_package Internal function to check if a package is installed.
check_package(
pkgName = NULL,
message1 = "You need to install ",
message2 = "This version requires"
)
The package name to be verified.
Inform the user about the package dependency.
Inform the user what happen if the package is not installed.
If package is not found, the user is offered the option to install the missing package.