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.
______________________________________________
[email protected] 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.