powered by
Use this function to check for optional package dependencies within this package.
is.package.available(package.name)
TRUE if the packages is installed, otherwise FALSE (invisible)
TRUE
FALSE
http://r-pkgs.had.co.nz/description.html
Name of the package (as string)
This is a package-internal function!
See section ‘Good practice’ in '?.onAttach'.
tryCatchLog:::is.package.available("tryCatchLog") # must be TRUE :-)
Run the code above in your browser using DataLab