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

2009-01-14 Thread bcbob43
I uninstalled and then re-installed R using all the defaults and that seemed to do the trick. I was able to install the gcl package from the Packages menu and run the demo. -- View this message in context: http://www.nabble.com/Can%27t-find-files-after-install-package-%28Windows%29-tp2146360

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

2009-01-14 Thread bcbob43
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

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

2009-01-14 Thread bcbob43
Gabor Grothendieck wrote: > > You should only have to do this from within R: > > install.packages("glc", dep = TRUE) > library(gcl) > demo("glcdemo", package = "glc") > > or in place of the first line you could use the Packages > menu choosing Install packages... > Thanks for your help but I

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

2009-01-14 Thread bcbob43
Tom Backer Johnsen wrote: > > Did you include the statement > > library (gcl) > > before the call on source () ? > > Tom > > Yes. Here is the code I am trying to run. It was provided by the authors of the gcl package # library(gcl) #gcldemo <- function() { df <- structure(list(V1 =

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

2009-01-14 Thread bcbob43
--I was not registered when I first sent this. I registered and it looks like I have to resend so sorry if this gets sent twice ... I am a total newbie at R but experienced with computers. If this is not the right forum for this question, please let me know one that is. I searched in the R manua