similar to: Re: R-help Digest, Vol 2, Issue 26

Displaying 20 results from an estimated 11000 matches similar to: "Re: R-help Digest, Vol 2, Issue 26"

2003 Apr 23
1
changing dir to network drive in Rgui caused crash (1.7.0)
Dear R-help, Has anyone experienced similar problem? On WinNT4(sp6), running Rgui from 1.7.0, when try to change directory to some network drive using the "File / Change dir..." menu, Rgui gets a visit by Dr. Watson. If I first change dir to a local drive, then again to a network drive, it works fine. It also works fine with setwd() from the command prompt. Best, Andy Andy I. Liaw,
2003 Apr 23
3
changing dir to network drive in Rgui caused crash ( 1.7. 0)
Uwe & Marc, Adding the --vanilla flag doesn't help. Actually, the crash happens if I browse to a folder on a mapped drive. I.e., if I type in "q:\Andy" in the text box, it works, but if I try to browse to Q:\Andy and then click on OK, that's when it crashes. Andy > From: Uwe Ligges [mailto:ligges at statistik.uni-dortmund.de] > > Marc Schwartz wrote: >
2003 Apr 23
2
changing dir. to network drive crash Rgui on NT4 ( PR#282 8)
This is interesting: The crash does not happen if I run Rgui in MDI mode. The crash seemed to only occur in SDI. Andy =========================================================== For the record: Under Rgui, using the menu "File / Channge dir..." to change to a network drive crashes rgui. The crash happens if I browse to a folder on a mapped drive. I.e., if I type in
2003 Mar 28
3
make check still fails with 1.7.0beta (3/27/2003)
Dear R-devel, I grabbed 1.7.0 beta from today. "make check" still fails at base-Ex.R. The last few lines of the output are: > lsf.str()#- how do the functions look like which I am using? Error in exists(nam <- nms[i], envir = envir, mode = mode) : F used instead of FALSE Execution halted Looks like the same problem as before, but at a different place. Mandrake Linux
2002 Sep 06
1
printing from windows() device when running R under ESS
Sorry for the cross-post: not sure whether it's Rterm or ESS (or something else?)... I'm running R (1.5.0 patched 2002-05-09, compiled from source on WinNT4) under ESS 5.1.21 with XEmacs 21.4.6. When I plotted a graph on the windows() device, and then use the menu in the R graphics window to print the graph, the printer selection dialog box does not show up until I go to the *R* buffer
2000 Feb 28
3
Rinst.exe question
Hi all, I'm using R0.99a on WinNT4. I downloaded a bunch of packages and tried using Rinst.exe to install them. For whatever reason, Rinst.exe does not find all the packages I downloaded. I put all files in the same temp directory, but Rinst only finds some of them. I have no problem installing the rest with WinZip, but if Rinst works it would be much easier (don't have to run WinZip
2001 Dec 11
2
Rcmd SHLIB problem
Dear R-help, I'm having problem creating a dll using Rcmd SHLIB with R-1.3.1 on WinNT4: C:\TEMP>Rcmd SHLIB tryf.o make[1]: `libR.a' is up to date. make: *** No rule to make target `'tryf.o', needed by `tryf.a'. Stop. C:\TEMP>Rcmd SHLIB tryf.f make[1]: `libR.a' is up to date. make: *** No rule to make target `'tryf.o', needed by `tryf.a'. Stop. I
2001 Dec 11
2
Rcmd SHLIB problem
Dear R-help, I'm having problem creating a dll using Rcmd SHLIB with R-1.3.1 on WinNT4: C:\TEMP>Rcmd SHLIB tryf.o make[1]: `libR.a' is up to date. make: *** No rule to make target `'tryf.o', needed by `tryf.a'. Stop. C:\TEMP>Rcmd SHLIB tryf.f make[1]: `libR.a' is up to date. make: *** No rule to make target `'tryf.o', needed by `tryf.a'. Stop. I
2002 Oct 04
1
items in Rd file
Dear R-devel, I'm encountering a strange problem in a Rd file that I'm working on. In the "Value" section, I have something like: ===================== \value{ An object of class \code{randomForest}, which is a list with the following components: \item{call}{the original call to \code{randomForest}} ... For classification problem, the following are also included:
2002 Jul 02
4
auto-loading package possible?
Dear R-help, Yes, I do know about the auto-loading feature. My question is more complicated than that: Suppose I loaded a package (e.g., e1071) and created an object of certain class (e.g., svm), for which there is a print method in the package to hide things that the user may not need to see (e.g., large vectors or matrices needed by methods such as predict). If the next time I started R, I
2002 May 07
4
printing from graphics window in R-1.5.0 on WinNT
Dear R-help, I've encountered a problem using R-1.5.0 compiled from source on WinNT4. If I make a plot on the windows graphics device, and then select "File -> Print...", nothing happens. (I'd expect to see a printer selection dialog box opened, which is what happens with R-1.4.1 and earlier compiled from source.) Doing ctrl-p doesn't work either. Copying to
2003 Feb 05
4
barplot default colors
Dear R-help, Can some one explain why barplot() uses changing colors in the bars by default? I should think that most of the time when people draw barplots, they want the bars to be in the same color. (At least that's what I'd expect. The first time I used barplot() in R, I was shocked to see the colors.) As an example, one example in ?layout draws a scatterplot with histograms drawn
2003 Feb 05
4
barplot default colors
Dear R-help, Can some one explain why barplot() uses changing colors in the bars by default? I should think that most of the time when people draw barplots, they want the bars to be in the same color. (At least that's what I'd expect. The first time I used barplot() in R, I was shocked to see the colors.) As an example, one example in ?layout draws a scatterplot with histograms drawn
2002 Nov 02
5
problem compiling R-1.6.1 on WinNT: pcre
Dear R-help, (This is the first time I tried compiling 1.6.x from source on WinNT4, so please bear with me...) I tried following the instruction in src/gnuwin32/INSTALL as closely as I could, but encounter the following errors at the make step. Can some kind soul please help? I'm using pcre-3.9 and MinGW-2.0.0-3. I checked and libRpcre.a _is_ in src/extra/pcre. TIA, Andy ... gcc
2004 Jan 09
2
debugging strange segfault
Dear R-devel, Can anyone give me some hints on how to go about debugging a strange segfault in my randomForest package? Here's the scoop: A user reported segfault when running predict() in the randomForest package. I asked for the data and code. The combination runs fine under WinXPPro, but does give segfault on one of our Linux boxes running R (1.7.0 through R-devel_2004-01-08) on
2003 Feb 11
2
configure can't get readline to work
Dear R-help, I'm running into some strange problem compiling R 1.6.2 on Mandrake Linux 9.0. When I do ./configure --enable-R-shlib I get the following in config.log: =========================== configure:11366: checking for rl_callback_read_char in -lreadline configure:11397: gcc -o conftest -g -O2 -L/usr/local/lib conftest.c -lreadline -ldl -lm >&5
2003 Apr 22
2
Weird Windows startup menu display problem in 1.7.0 (PR#2817)
Folks: Winnt; R1.7.0 (freshly installed) running under Rgui.exe.,MDI=yes. The following is repeatable: On startup, in my Rprofile.site file, I use winMenuAdd() etc. to install some user menus. However, they do not appear when R GUI window opens. If I minimize and restore the window, the added menus now are present. The exact same procedure under 1.6.2 with exactly the same Rprofile.site and
2004 Mar 25
1
yet another fast BLAS (from AMD this time)
Dear R-devel, Has anyone played with this? http://www.amd.com/us-en/Processors/DevelopWithAMD/0,,30_2252_2282,00.html <http://www.amd.com/us-en/Processors/DevelopWithAMD/0,,30_2252_2282,00.html> . I'll probably give it a shot... Best, Andy Andy Liaw, PhD Biometrics Research PO Box 2000, RY33-300 Merck Research Labs Rahway, NJ 07065 mailto:andy_liaw@merck.com
2004 Oct 26
2
need help debugging on Windows
Dear R-devel, Apologies for bothering y'all with this seemingly perennial question. A user reported problem with my most recent version of randomForest (4.4-1), and I was able to reproduce it with his data with R-2.0.0 patched (2004-10-24) on WinXP Pro. The problem is that it crashes R on Windows. However, it does not happen on Linux (tried SUSE ES8 on our Opterons and Quantian on my
2003 Jun 23
2
Lwd ignored when printing on Windows
Dear R-help, Has anyone notice the problem that, on Windows (NT and XP), when printing a graph using the "File -> Print..." menu in the graphics window to print the graph, that line width seemed to be ignored in the printed output? For example, if I make a plot with plot(1:10, type="l", lwd=5), it looks right on screen, but when printed out using the menu, it looks like