Displaying 1 result from an estimated 1 matches for "flassess".
2008 Apr 02
1
"remove.packages" gives error message
R-help,
I'm trying to remove some packages with the command
"remove.packages" but R 2.4.1 will come out with this:
> remove.packages(pkgs="FLAssess", lib = "C:\\Program
Files\\R\\R-2.4.1\\library\\FLAssess")
Error in .find.package(pkgs, lib) : there is no package called
'FLAssess'
Thanks in advance
NB: I know the R version is old but I need to run in this version
for back compability with some packages.
> version...