search for: rw0633

Displaying 11 results from an estimated 11 matches for "rw0633".

Did you mean: rw0632
1999 May 19
1
shell command
Using R (version 0.63.3) for MS windows, I try the following command > shell(paste("cd ",getenv("RHOME"),sep="")) which replies with an error message Too many parameters - FILES\RW0633 which appears to suggest that the space if the path name is causing difficulties to the cd command. getenv returns > getenv("RHOME") RHOME "C:\\PROGRAM FILES\\RW0633" Can someone suggest a way of dealing with this. Regards Ross Darnell ooooooo...
1999 Apr 06
1
rw-faq clarification + simple question + bug(?)
...) free total Ncells 90030 200000 Vcells 224652 262144 Have I hit a limit or is the command actually ignored? When I give these options to Rgui I get > gc() free total Ncells 890030 1000000 Vcells 8351116 8388608 Finally, there seems to be a bug/incompatibility between rw0633 and ess-5.1.3. It is necessary to edit out the default addition of --no-readline within essd-r.el (at least if you don't want a warning every start-up). I have just quickly edited ; (let ((r-start-args (concat "--no-readline " (let ((r-start-args (concat "" but suspec...
1999 Apr 07
1
library
I also have several packages in my RW0633 in Windoze and I would like to keep them in one place when I update the R system. Brian say to modify Rprofile to ..lib.loc <- c("c:/MyR/library",.Library) now Rprofile has a line like .lib.loc <- unique(c(unlist(strsplit(getenv("RLIBS"),":")),.Library) Sorry to...
1999 Mar 09
2
summary() of lm() problem (PR#135)
Debuggers, I wrote to r-help about this and was appropriately told off by Peter Dalgaard. I append that mail in case you have not seen it. Following Peter's advice I have attempted to simplify the problem. First note that the following does *not* fail (by which I mean crash, as in generate a memory access violation): > tmp<-matrix(c(1,0,0,1,1,1),2,3) >
1999 Mar 02
2
Problem with Rterm.exe
I have downloaded rw0632 (Windows Version) from the CRAN at ETH Zuerich. Im working with NT4.0 Service Pack 4. I can start without any problems the GUI program Rgui.exe. But by using Rterm.exe (batch mode or with ESS respectivelly) I always get an error "the instruction at "0x10018ee8" referenced memory at ""......." Any ideas what is wrong? Best Regards Markus
1999 Apr 13
1
No subject
Hello, I just tried the rw0640 version for Windows95. If I type link.html.help() a 1: appears. Does anyone knows what to type in after that, it seems that some input is required? Thanks CHRISTOPH ********************************************************* Christoph Kalinowski Catholic University of Eichstaett Department of Business Administration Auf der Schanz 49
1999 Apr 26
1
building packages under NT - missing headers?
I'm attempting to build an R package for some of my own code (using NT x86, rw0640, cygwin b20.1) The problem is that some header files required to build libR.seem to be missing from the distribution $ make libR.a dataentry.c:20: Defn.h: No such file or directory dataentry.c:21: Print.h: No such file or directory These files were not part of the rw0640s archive, but I note that they exist
1999 Mar 25
2
packages under windows installation guide?
Hi I was trying to install a package (sgeostat) under windows but the r-faq only tells how to do it under unix. Question: 1) is there documentation on how install a package under windows? Thanx bob sandefur -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
1999 Apr 07
1
Console Output while running scripts
Hi, I am using 0.63.2 on Windows. I have some functions programmed to do repetitive tasks and have some print(variables) statements to check how my program is progressing but get no output on screen (console) while the program is running. I tried CTRL-W as the help says but I get no screen output before each run terminates. Probably some kind of setting needs to be predefined correctly. Any
1999 Apr 01
2
need help installing ESS on Win95
Has anyone successfully installed ESS on Win95? I have emacs version 19.34.6 and R version 0.63.3. The ESS README and Makefiles seem pretty Unix-specific. -- Terry J. Westley, Principal Engineer Veridian Engineering, Calspan Operations P.O. Box 400, Buffalo, NY 14225 twestley at buffalo.veridian.com http://www.veridian.com
1999 Mar 03
1
Directories
I am using r0.63.2 for Windows. This seems like it should be a FAQ but I couldn't find it in the R FAQ. If I want to have different workspaces for different projects how do I arrange for R to restore a workspace from a directory other than the one where the executable is, automatically on startup? Is it possible, or do I have to save the workspace in the right directory then manually restore