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 _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 4.1 year 2006 month 12 day 18 svn rev 40228 language R version.string R version 2.4.1 (2006-12-18) ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.