similar to: rw-faq clarification + simple question + bug(?)

Displaying 20 results from an estimated 1200 matches similar to: "rw-faq clarification + simple question + bug(?)"

1999 Mar 12
2
ESS/rterm problem
I really don't think this is an R bug; sorry if I've got it wrong twice within a week. Using rw0632 on NT 4.0, I can get R running quite happily under ESS 5.1.3. However, whenever I use help(), although I do get the required help in a split screen, I also get the minibuffer error message: wrong argument type: processp, nil Note: I get this under ESS 5.0 as well. I could live with this,
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
1997 Sep 02
1
R-alpha: R interaction within ESS-4.9-b11: two small issues
1) I installed the latest ESS (Emacs Speaks Statistics) beta release on a machine running Linux. Since there is no S-PLUS product for Linux, I set the ess-site.el file for R, xlisp-stat, and S version 4. I.e., ;; (1.5) Require the needed dialects for your setup. ;;(require 'essd-s+3) (require 'essd-r) (require 'essd-xls) ;;(require 'essd-sas) ;;(require 'essd-s3) ;;
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 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 May 24
2
Packages under windows
I just downloaded the NT version of R and cannot find anything concrete on loading packages. There is alot on how to do it under Unix. The windows FAQ briefly mentions it but does not explain it. I have donwloaded windows binaries of the package "clust.zip" and unzipped it into my c:\rw0632\library directory... So I have c:\rw0632\library\cluster Now what do I do ?
2001 Jun 10
0
r-mode (ESS/XEmacs) issue solved
Hi folks, I was able to track down the problems I had with xemacs / ESS / cygwin / MS W2000 to the file "essd-r.el" in the ESS 5.1.18 package. ESS seems to think, it is running in a complete Unix environment and sends the wrong command line option ("--no-readline" instead of "--ess") to the MS W2000 executable "Rterm.exe". My temporary patch looks
1999 Feb 25
1
rw0632: Can not install packages
I have huge problems to get additional packages working with rw0632. After copying the ctest package to library, I can do a > library(help = ctest) bartlett.test Bartlett Test for Homogeneity of Variances binom.test Exact Binomial Test ... which dutifully list the content of the package. But loading the package does not work: > library(ctest) Warning: Package
2000 Dec 19
1
Re: ESS for R
>>>>> "BR" == B Rowlingson <B.Rowlingson at lancaster.ac.uk> writes: >> Could you check and see if the variable is global or >> buffer-local? ("C-h v ess-dump-filename-template" should do >> it). BR> ess-dump-filename-template's value is "rowlings.%s.S" Local in BR> buffer *S+5*; global value is
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
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 Feb 17
1
Where is the base package?
I would like to be a new R user but I have hit a major road block at the start: After installing the rw0632 on NT4, Rterm and Rgui both crash. Running RTerm under gdb gives ... R : Copyright 1999, The R Development Core Team ... Fatal error: unable to open the base package What does this really mean? Regards Karl -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
1999 Mar 05
1
typos
R version: RW0632 1. gnlm package, nlr() error message: "Last global step failed to locate a point lower than x. Either x is an approximate local minimum of the function, the function is too non-linear for this algorithm, or steptl is too large." last line: steptol (also, should it read "steptol is too small?") 2. help(glm) " Fitting Generalized Linear Models
1999 Mar 10
1
lty=2
On Wed, Mar 10, 1999 at 03:14:08PM +0000, Simon Bond wrote: > Dear all, > > I'm using R 63.2 on windows NT, when I use > > > lines(x,y, lty=2) > > it produces a dashed line between the first pair of points and then reverts > back to a solid line. It produces different colours perfectly ok, but it's > not really a solution when the plot needs to be printed
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 be dense but where should I put the
2001 Jul 17
0
bug in the interface of ESS, R for linux, S+6 for linux (PR#1028)
Object name completion doesn't work on linux. On S+6 the problem seems to be that ESS uses the argument `inherits' and S+6 is expecting `inherit' . ".Last.value <- get(\".ess.lvsave\",inherits=T)\n") ; envir=1 . "assign(\".ess.lvsave\",.Last.value,inherits=T)\n") ;envir=1 -rw-r--r-- 1 544 everyone 7170 Mar 1 13:55
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",
2002 Aug 07
1
ESS assigns .Last.value to the wrong place in R
I repeat my emails of 11/15/01 and 2/26/02, since it looks like this ESS bug is still not fixed in ESS 5.1.23, and I think some resolution is needed. When help() is invoked, ESS makes a copy of .Last.value in the .GlobalEnv, which is *not* where R normally stores it (R stores it in package:base). When this copy becomes stale it leads to wrong answers. The bug is in essd-r.el, lines 63-64: