Load libraries and try to install missing ones
Load libaries in the R environment and try to install misssing ones.
loadLibraries(libs)
libs
: vector with the names of librariesList indicating which library has been loaded successfully.
## Not run: # loadLibraries(libs = C('link2GI')) ## End(Not run)
Useful links