Displaying 1 result from an estimated 1 matches for "gentool".
Did you mean:
gentoo
2011 Sep 21
1
Package dependency
...ete my plotrix package from my library to create a setup where others might encounter when installing my package (perhaps they don't have the package dependency plotrix installed). I now install the zip file in my R library and try to load it in R generating the following error:
> library(genTools)
Loading required package: plotrix
Error: package ‘plotrix’ could not be loaded
In addition: Warning message:
In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) :
there is no package called ‘plotrix’
Now the question: How do I get my package to automatically down...