search for: rw0632

Displaying 19 results from an estimated 19 matches for "rw0632".

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...
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: > librar...
1999 May 24
2
Packages under windows
...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 ? Thanks in Advance Kim Horn -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", &qu...
1999 Jan 28
0
rw0632
A couple of quibbles with Guidos new version: Certain "upper-ascii" characters do not show on the command line unless followed by a nonblank. One of those being the last(!) letter of the Danish alphabet, "å" (aring). Very peculiar. On drives mounted from a Novell server, R refuses to overwrite existing .RData and .RHistory files on shutdown. Works fine on real hard drives.
1999 Feb 23
2
rw0632 makes stray .Rhistory orphans
If you start Rterm/Rgui from the cmd (NT4.4) command line, the .Rhistory and .RData files are created/used in the current directory. I think, R should honor HOME or even the USERPROFILE variable. Regards Karl PS: is this the correct list for such reports or would it be better to use r-devel? -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list --
1999 Feb 23
2
rw0632 makes stray .Rhistory orphans
If you start Rterm/Rgui from the cmd (NT4.4) command line, the .Rhistory and .RData files are created/used in the current directory. I think, R should honor HOME or even the USERPROFILE variable. Regards Karl PS: is this the correct list for such reports or would it be better to use r-devel? -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list --
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 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help ma...
1999 Apr 06
1
rw-faq clarification + simple question + bug(?)
Windows users note: the rw-faq says |1.8) Can I use rw0xx with ESS and emacs? | |Yes. Some time soon versions of ESS (5.1.3 has a `somewhat rough' |prototype for rw0632) will come with support for this version of R. If |yours does not, edit essd-r.el to have | | (inferior-ess-start-args . "--ess")) | |and make sure you give the full path to Rterm.exe as the R executable. |(You can add other flags like --vsize 10M after -ess.) However, if you wa...
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...
1999 Mar 10
1
lty=2
...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 on a black and > white printer. Has anyone got a fix? I have tried a moment ago with rw0632 (Win95) the following lines: > x<-rnorm(100) > x<-seq(100) > y<-rnorm(100) > plot(x,y) > lines(x,y,lty=2) but I cannot reproduce what you describe. Can you send me more detail on your system (and, please, try the graphics demo, just 'demo(graphics)' <ret>...
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, but if I...
1999 Feb 16
3
graphics bug: type="l" (PR#120)
The following commands illustrate a problem with graphing relatively large data sets using the "line" option to plot: temp <- runif(200000) # or whatever other numbers you like; # same thing happens with a sine wave plot(1:200000, temp) # everything fine plot(1:200000, temp, type="l") # data gets cut off The number of points isn't crucial. The cutoff point
1999 Feb 15
0
can't find functions?
Dear all, I have recently installed R0.63.2. under Win95. and with it a number of contributed packages. The instructions for adding packages was to unzip the files into the "directory rw0632\library. They are then available for use." However, when I tried one of the function below, I got a Error: couldn't find function "cclust". x<-rbind(matrix(rnorm(100,sd=0.3),ncol=2), matrix(rnorm(100,mean=1,sd=0.3),ncol=2)) cl<-cclust(x,2,20,verbose=TRUE,method="kme...
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 Feb 11
0
Problems with warnings from loess under Windows, at least (PR#119)
There are two separate problems with loess under Guido's rw0632 on Windows, neither of which appear unless you try to do something that it is trying to tell you is inadvisable. It bombs trying to tell you. I have put up a replacement modreg.zip in the CRAN contrib collection that will be mirrored tonight. Both of these could potentially affect other platforms...
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) >
1998 Sep 16
4
R-beta: A new version of R-0.62.3 for Win3.1/Win32s, Win95 and WinNT
I have just made available on ftp://sirio.stat.unipd.it/pub/R a new version of R for MsWindows compiled with gcc-mingw32. Enclosed you can find the README. Since there are many news (with respect to my previous port, rw0613), please read it. guido ------------------------ README ---------------------------------------- rw0623b.zip is a binary distribution of R (based on the last
1998 Sep 16
4
R-beta: A new version of R-0.62.3 for Win3.1/Win32s, Win95 and WinNT
I have just made available on ftp://sirio.stat.unipd.it/pub/R a new version of R for MsWindows compiled with gcc-mingw32. Enclosed you can find the README. Since there are many news (with respect to my previous port, rw0613), please read it. guido ------------------------ README ---------------------------------------- rw0623b.zip is a binary distribution of R (based on the last
1998 Sep 16
4
R-beta: A new version of R-0.62.3 for Win3.1/Win32s, Win95 and WinNT
I have just made available on ftp://sirio.stat.unipd.it/pub/R a new version of R for MsWindows compiled with gcc-mingw32. Enclosed you can find the README. Since there are many news (with respect to my previous port, rw0613), please read it. guido ------------------------ README ---------------------------------------- rw0623b.zip is a binary distribution of R (based on the last