[R] Can't find files after install package (Windows)

bcbob43 bcbob43 at aol.com
Wed Jan 14 23:27:42 CET 2009



Phil Spector wrote:
> 
> Unless you issue the statement
> 
> library(gcl)
> 
> the gcl package will not be available in the current session.
> Using demo does not load the package; only library() does.
> 
> 

I should have mentioned that  I did try that and got the following result:
> library(gcl)
Error in library(gcl) : 
  'gcl' is not a valid package -- installed < 2.0.0?


I have also tried running the code from RGui|File|Source R code...
This has library(gcl) as the first statement and fails with the same result
> source("C:\\R-2.8.1\\library\\gcl\\demo\\gcldemo2.r")
Error in library(gcl) : 
  'gcl' is not a valid package -- installed < 2.0.0?


-- 
View this message in context: http://www.nabble.com/Can%27t-find-files-after-install-package-%28Windows%29-tp21463602p21466682.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list