Search Discussions
-
Dear R users / devs, There's been requests in the past for a text editor built into the Rgui for Windows, from which code can be submitted to the R console. Something along the lines of the script ...
Chris Jackson
Feb 25, 2004 at 2:10 pm
Feb 27, 2004 at 8:44 pm -
Using ATLAS with R is an old topic quite covered in the "R Administration" manual (and by R's "configure" script collection). I still do not easily manage to build R properly on our new AMD Opteron ...
Martin Maechler
Feb 26, 2004 at 10:16 am
Feb 10, 2006 at 3:53 pm -
I came across this in connection with an unrelated issue Error in "[<-"(`*tmp*`, 2, value = 5) : object is not subsetable One of the messages must be wrong, but I need a native English speaker to ...
P Dalgaard
Feb 11, 2004 at 1:13 am
Feb 16, 2004 at 10:00 pm -
You may find some value in looking at the Java distribution library that I created a couple of years ago by porting the R distribution functions: http://statdistlib.sourceforge.net/ A separate java ...
Warnes, Gregory R
Feb 2, 2004 at 10:21 pm
Feb 3, 2004 at 3:50 pm -
I maintain the Irregular Time Series (its) package on CRAN. I am currently testing a release. Under 1.8.1 I am able to define a S4 generic 'start' as follows: if(!isGeneric("start")) ...
Heywood, Giles
Feb 26, 2004 at 6:09 pm
Feb 27, 2004 at 7:19 pm -
I did: ./configure --with-blas='-framework vecLib' --with-lapack --with-aqua make sudo make install sudo make install-aqua Everything seems to be OK (some warnings about multiple definitions of some ...
Na Li
Feb 13, 2004 at 5:43 pm
Feb 14, 2004 at 8:42 pm -
Dear R-devel, Is there a way to find the size in bytes of a save() command --before-- the file has been saved? If not, can anyone point me to some resources on XDR so I can find a way to calculate ...
Nathan Whitehouse
Feb 26, 2004 at 5:21 pm
Feb 26, 2004 at 8:58 pm -
I've just committed changes to R-devel (to become 1.9.0) to allow scripts to be invoked using the Unix-style "R CMD command" in Windows. "Rcmd command" will still work, but is no longer documented. A ...
Duncan Murdoch
Feb 21, 2004 at 7:22 pm
Feb 22, 2004 at 1:11 pm -
Hi, src/scripts/Makefile uses @ as the separator for sed. This is fine unless the path names happen to contain @, which would frequently be the case in sites where AFS is used and the AFS magic path ...
Atro Tossavainen
Feb 18, 2004 at 1:45 pm
Feb 8, 2006 at 8:37 am -
Is there any way to get a fixed width plot in graphs? I want to put a text matrix into a plot and this would make it easy. -Greg LEGAL NOTICE\ Unless expressly stated otherwise, this ...
Warnes, Gregory R
Feb 13, 2004 at 2:50 am
Feb 14, 2004 at 10:54 pm -
y 1 2 z 1 1 1 x 1 z 1 2 Since x and y are identical, the two ftable results should be the same, but they are not. I've only been able to see this when the column variable is named "x", so it looks ...
Dmurdoch
Feb 4, 2004 at 7:32 pm
Feb 5, 2004 at 9:05 am -
{moved from R-help to R-devel} UweL Sebastien Durand wrote: UweL By setting par(fg = "white"): UweL plot(1:10) UweL par(fg="white") UweL legend(2,2, col="white", legend="A", bg="black") or par(col = ...
Martin Maechler
Feb 25, 2004 at 2:50 pm
Feb 26, 2004 at 9:43 am -
Full_Name: Roland Puntaier Version: 1.8.1 OS: Windows XP Submission from: (NULL) (62.99.238.78) I have a data frame with some columns being logical. I wanted to calculate a column that is an AND ...
Roland Puntaier
Feb 9, 2004 at 6:13 pm
Feb 9, 2004 at 7:14 pm -
The process leading up to the release of 1.9.0 is detailed below. Package maintainers may want to take notice of important dates and make sure that their packages still work with the alpha/beta ...
Peter Dalgaard
Feb 29, 2004 at 10:25 pm
Mar 1, 2004 at 1:39 am -
A possible regex bug when working with large strings. The following code snippet t5 <- paste( c( "# === TEST", rep(' ', 2452294) ), collapse='') str( sub("^.*TEST", "xyz", t5) ) str( sub("^.*TEST", ...
Mjw
Feb 27, 2004 at 12:19 pm
Feb 28, 2004 at 4:16 pm -
Yes, lots of packages do use C/Fortran code ... it would be great if there were more packages that are "pure R" especially since the advent of S4 classes and namespaces. Is it worth suggesting that ...
Marsland, John
Feb 27, 2004 at 3:13 pm
Feb 27, 2004 at 7:23 pm -
I've just committed a new version of the quartz device to R-devel. This seems to fix the problem with displaying math symbols in plots under Panther. I can't not more test R under Jaguar (at least ...
Stefano iacus
Feb 19, 2004 at 2:55 am
Feb 21, 2004 at 3:56 pm -
This might be worth a wishlist/bug report (I'll submit it as such if nobody disagrees). The following objects are nonsense in a way (too huge). It may happen, that you have got a bug in your code ...
Uwe Ligges
Feb 19, 2004 at 2:10 pm
Feb 20, 2004 at 8:40 am -
Hello... I tried to build R-devel today on Fedora Core 1 (with gcc 3.3.2) but I am running into a couple of errors. On the same system R-1.8.1 compiles just fine, as did a previous version of ...
Korbinian Strimmer
Feb 15, 2004 at 9:08 pm
Feb 16, 2004 at 9:50 am -
I'm putting together a data package and am finding that I get enormous savings in space by using bzip instead of the usual gzip in save(). Is it safe to assume that for R versions, say = 1.7.1, that ...
Roger D. Peng
Feb 1, 2004 at 2:37 am
Feb 1, 2004 at 8:22 am -
2
[Rd] Hi
*********************** El sistema de Deteccion de Virus en el Correo de la UNED ha detectado el virus (WORM_MYDOOM.A) en el fichero (document.zip/document.doc .exe) de este mensaje dirigido a ...Hotelvilladealmazan
Feb 5, 2004 at 1:21 pm
Feb 28, 2004 at 12:23 am -
Hi all, Before posting to r-bugs, I thought that I would just verify this one first. It looks like the help for axTicks() needs to be corrected. It presently says: 'axTicks()' can be regarded as an R ...
Marc Schwartz
Feb 19, 2004 at 4:45 pm
Feb 24, 2004 at 4:11 pm -
Full_Name: Anton Zgonc Version: 1.8.1 OS: Linux RH 9.0 Submission from: (NULL) (193.2.208.9) The SearchEngine, accessible through generated documentation by help.start() like ...
Tone Zgonc
Feb 24, 2004 at 11:06 am
Feb 24, 2004 at 1:09 pm -
Full_Name: David Steinsaltz Version: 1.8.1 OS: Mac 10.3.2 Submission from: (NULL) (216.175.92.195) A new installation of R on a new computer running OS 10.3.2 simply wouldn't start. When I tried to ...
Dspublic
Feb 17, 2004 at 6:10 am
Feb 17, 2004 at 9:03 am -
Recipient of the infected attachment: Marianne Buckley\Inbox Subject of the message: One or more attachments were quarantined. Attachment readme.zip was Quarantined for the following reasons: Virus ...
NAV for Microsoft Exchange-EXCHCLUSTER
Feb 12, 2004 at 12:42 am
Feb 12, 2004 at 12:42 am -
Hello. Do the core team plans to add new device procedure for 3D drawing in the NewDevDesc struct ? Laurent
L Bize
Feb 4, 2004 at 7:22 pm
Feb 5, 2004 at 1:57 pm -
According to the manual, system() splits output lines into 8096-char chunks; under UNIX, actually seems to return 8094 chars, and drop the 8095th. Spot missing digits in: x2 <- system("perl -e 'print ...
Mjw
Feb 28, 2004 at 4:33 pm
Feb 28, 2004 at 5:16 pm -
[Moved to R-devel, as that is where `wishlist' items fit best.] It is not currently possible. Furthermore, the R base code is riddled with uses of partial argument matching (check out the uses of ...
Prof Brian Ripley
Feb 27, 2004 at 2:36 pm
Feb 27, 2004 at 7:15 pm -
R-Folks - I have a little, old computer (486 processor, 40M RAM, 500M HD). Is there a little, old version of R that will run on such a machine? It currently has Windows 3.1, but I could install a ...
Vansickl
Feb 25, 2004 at 6:00 pm
Feb 25, 2004 at 6:09 pm -
Full_Name: ivo welch Version: 1.8.1 OS: linux Submission from: (NULL) (130.132.33.212) please define aliases for the 5 essential data set operations delete row insert row delete column insert column ...
Ivo Welch
Feb 25, 2004 at 4:14 pm
Feb 25, 2004 at 4:57 pm -
_ platform i386-pc-linux-gnu arch i386 os linux-gnu system i386, linux-gnu status major 1 minor 8.1 year 2003 month 11 day 21 language R Error in rep.int(unclass(x), times) : Argument "times" is ...
Svetlana Eden
Feb 24, 2004 at 9:20 pm
Feb 25, 2004 at 9:04 am -
Full_Name: Federico Gherardini Version: 1.8.1 OS: Gentoo linux Submission from: (NULL) (81.208.36.89) When I use fix() to edit a matrix R immediately quits with a segmentation fault if I use the copy ...
F Gherardini
Feb 23, 2004 at 1:27 am
Feb 25, 2004 at 1:39 am -
Hi, a colleague of mine encountered some unexpected behavior regarding the postscript output from R. It's difficult for me to tell whether or not this is an R problem or a ghostview/gv/interpreter ...
Roger D. Peng
Feb 20, 2004 at 4:30 pm
Feb 23, 2004 at 5:19 pm -
Full_Name: Alex Loguinov Version: 1.8.1 OS: Windows XP Prof Submission from: (NULL) (24.7.84.58) My R-code is working great but periodically I have error message for the same working code, like ...
Alog53
Feb 21, 2004 at 9:50 pm
Feb 22, 2004 at 11:49 am -
If you start R from the terminal and then do non-X11 graphics, you get SetFrontProcess errors. For instance, I have a version of R configured without x11 and with the Aqua version of tcl/tk. If I ...
Jan de Leeuw
Feb 21, 2004 at 11:16 pm
Feb 21, 2004 at 11:28 pm -
Full_Name: Eric van Gyzen Version: 1.8.1 OS: FreeBSD 5.1-RELEASE Submission from: (NULL) (152.3.22.120) After updating perl from 5.6.1 to 5.8.2, R no longer builds. Also note that the build continued ...
Vangyzen
Feb 17, 2004 at 8:32 pm
Feb 21, 2004 at 10:21 pm -
Getting a crash with R1.8.1 on windows 2000 an linux with the strsplit. Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status major = 1 minor = 8.1 year = 2003 ...
Wolski
Feb 19, 2004 at 7:07 pm
Feb 19, 2004 at 8:48 pm -
Hello. I am not sure if this is a bug. I loaded into R a very large matrix, around 600,000 X 30 integers. My machine has 2G ram. After trying to write.table a modification of this matrix, R generated ...
Michael C Herron
Feb 18, 2004 at 8:27 pm
Feb 19, 2004 at 8:54 am -
This is a multi-part message in MIME format. ------_=_NextPart_001_01C3F5AA.C089F9C9 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <<R.bug.report <<test ...
Feiming_chen
Feb 18, 2004 at 12:07 am
Feb 18, 2004 at 11:34 am -
I've been trying to create/load/call a dll from R-1.8.1 on Windows without much success. I've been able to at least load the library on FreeBSD (1.8.1). I've been able to perform this before using ...
Jeff D. Hamann
Feb 17, 2004 at 9:53 pm
Feb 18, 2004 at 2:48 am -
Full_Name: Stephen Weigand Version: 1.8.1 OS: solaris2.8 Submission from: (NULL) (129.176.151.124) There may be typo in the 'help(names)' documentation. R version platform sparc-sun-solaris2.8 arch ...
Weigand
Feb 17, 2004 at 4:24 pm
Feb 17, 2004 at 6:30 pm -
Full_Name: Andrew Stryker Version: 1.8.1 OS: Linux/Win XP Submission from: (NULL) (65.124.252.58) See Also: '[.factor' for subsetting of factors. 'gl' for construction of "balanced" factors and 'C' ...
Axs2pdx
Feb 17, 2004 at 12:32 am
Feb 17, 2004 at 8:54 am -
Hello all, I notice that the R package, the manuals and even the FAQ have ISBN numbers. I help write the Gnumeric (GNOME's spreadsheet) manual and wondered how you all managed to get those numbers ...
Adrian Custer
Feb 13, 2004 at 10:07 pm
Feb 16, 2004 at 4:26 am -
I just wrote a graphics device taking the X11 device in R-devel as a guide (I was told it's the reference device). It works perfectly with R-devel, but I just noticed that the API (e.g. the use of ...
Simon Urbanek
Feb 9, 2004 at 11:46 pm
Feb 10, 2004 at 9:04 pm -
Sender, Gestionnaire-email has detected virus(es) in your e-mail attachment. Date: Thu, 05 Feb 2004 01:33:34 +0100 Method: Mail From: <[email protected] To: <span class="m_body_email_addr" ...
Gestionnaire-Email
Feb 5, 2004 at 1:33 am
Feb 6, 2004 at 2:58 pm -
With today's r-devel, help(seq) says: The last generates the sequence '1, 2', ..., 'length(along)', unless the argument is of length 1 when it is interpreted as a 'length' argument. referring to the ...
Deepayan Sarkar
Feb 4, 2004 at 9:15 pm
Feb 5, 2004 at 9:01 am -
Full_Name: Martin Schlather Version: R.1.9.0 (2004-02-02) OS: Linux SuSe 9.0 Submission from: (NULL) (193.168.1.228) Dear all, the sequence close.screen(close.screen()) split.screen(c(1,2)) scr <- ...
Schlather
Feb 3, 2004 at 2:02 pm
Feb 3, 2004 at 3:22 pm -
Full_Name: Oleg Raisky Version: 1.8.1 OS: Windows 2000 Submission from: (NULL) (63.246.203.107) This is a completely fresh R install. I'm trying to use Design package. Every time I run the first ...
Volontir
Feb 2, 2004 at 6:44 pm
Feb 2, 2004 at 6:54 pm -
I am trying to compile the R-dev sources on WinXP using mingw 3.1.0-1 and fpTeX 0.7. In the past I have been able to build the sources fine but now I receive an error in the process that I havent ...
Jamie Jarabek
Feb 1, 2004 at 2:11 am
Feb 1, 2004 at 8:41 am -
Full_Name: Chanseok Park Version: 1.8.1 OS: linux-gnu Submission from: (NULL) (130.127.112.183) digamma with any negative value does not give a right answer. It gives -1.797693e+308 for any negative ...
Cspark
Feb 29, 2004 at 10:15 pm
Feb 29, 2004 at 10:15 pm
Group Overview
group | r-devel |
categories | r |
discussions | 113 |
posts | 271 |
users | 113 |
website | r-project.org |
irc | #r |
113 users for February 2004
Archives
- June 2016 (34)
- May 2016 (174)
- April 2016 (105)
- March 2016 (133)
- February 2016 (127)
- January 2016 (93)
- December 2015 (92)
- November 2015 (80)
- October 2015 (164)
- September 2015 (133)
- August 2015 (120)
- July 2015 (110)
- June 2015 (165)
- May 2015 (242)
- April 2015 (131)
- March 2015 (212)
- February 2015 (147)
- January 2015 (117)
- December 2014 (118)
- November 2014 (201)
- October 2014 (146)
- September 2014 (162)
- August 2014 (217)
- July 2014 (153)
- June 2014 (195)
- May 2014 (193)
- April 2014 (231)
- March 2014 (270)
- February 2014 (107)
- January 2014 (186)
- December 2013 (122)
- November 2013 (156)
- October 2013 (215)
- September 2013 (248)
- August 2013 (239)
- July 2013 (167)
- June 2013 (151)
- May 2013 (223)
- April 2013 (278)
- March 2013 (229)
- February 2013 (254)
- January 2013 (201)
- December 2012 (207)
- November 2012 (154)
- October 2012 (203)
- September 2012 (175)
- August 2012 (209)
- July 2012 (180)
- June 2012 (148)
- May 2012 (241)
- April 2012 (215)
- March 2012 (343)
- February 2012 (248)
- January 2012 (242)
- December 2011 (201)
- November 2011 (328)
- October 2011 (262)
- September 2011 (221)
- August 2011 (239)
- July 2011 (248)
- June 2011 (283)
- May 2011 (367)
- April 2011 (393)
- March 2011 (284)
- February 2011 (344)
- January 2011 (212)
- December 2010 (274)
- November 2010 (300)
- October 2010 (280)
- September 2010 (322)
- August 2010 (303)
- July 2010 (248)
- June 2010 (187)
- May 2010 (231)
- April 2010 (284)
- March 2010 (287)
- February 2010 (329)
- January 2010 (258)
- December 2009 (353)
- November 2009 (496)
- October 2009 (367)
- September 2009 (461)
- August 2009 (353)
- July 2009 (269)
- June 2009 (329)
- May 2009 (354)
- April 2009 (354)
- March 2009 (535)
- February 2009 (351)
- January 2009 (324)
- December 2008 (226)
- November 2008 (315)
- October 2008 (301)
- September 2008 (208)
- August 2008 (309)
- July 2008 (246)
- June 2008 (265)
- May 2008 (399)
- April 2008 (515)
- March 2008 (314)
- February 2008 (345)
- January 2008 (324)
- December 2007 (324)
- November 2007 (272)
- October 2007 (272)
- September 2007 (265)
- August 2007 (260)
- July 2007 (280)
- June 2007 (246)
- May 2007 (389)
- April 2007 (410)
- March 2007 (371)
- February 2007 (298)
- January 2007 (385)
- December 2006 (293)
- November 2006 (389)
- October 2006 (487)
- September 2006 (455)
- August 2006 (111)
- July 2006 (397)
- June 2006 (367)
- May 2006 (413)
- April 2006 (441)
- March 2006 (381)
- February 2006 (349)
- January 2006 (390)
- December 2005 (261)
- November 2005 (318)
- October 2005 (528)
- September 2005 (369)
- August 2005 (369)
- July 2005 (274)
- June 2005 (410)
- May 2005 (331)
- April 2005 (465)
- March 2005 (276)
- February 2005 (291)
- January 2005 (272)
- December 2004 (199)
- November 2004 (388)
- October 2004 (318)
- September 2004 (273)
- August 2004 (298)
- July 2004 (267)
- June 2004 (286)
- May 2004 (168)
- April 2004 (268)
- March 2004 (316)
- February 2004 (271)
- January 2004 (292)
- December 2003 (164)
- November 2003 (249)
- October 2003 (311)
- September 2003 (262)
- August 2003 (305)
- July 2003 (170)
- June 2003 (271)
- May 2003 (239)
- April 2003 (273)
- March 2003 (155)
- February 2003 (1)
- January 2003 (1)
- December 2002 (1)
- October 2002 (1)
- September 2002 (1)
- August 2002 (1)
- July 2002 (1)
- June 2002 (1)
- April 2002 (2)
- March 2002 (1)
- February 2002 (1)
- January 2002 (1)
- December 2001 (1)
- November 2001 (1)
- October 2001 (1)
- September 2001 (1)
- August 2001 (1)
- July 2001 (1)
- June 2001 (1)
- May 2001 (1)
- April 2001 (1)
- March 2001 (1)
- February 2001 (1)
- January 2001 (1)
- December 2000 (1)
- November 2000 (1)
- October 2000 (1)
- September 2000 (1)
- August 2000 (1)
- July 2000 (1)
- May 2000 (2)
- April 2000 (1)
- March 2000 (1)
- February 2000 (1)
- January 2000 (1)
- December 1999 (1)
- November 1999 (1)
- October 1999 (1)
- September 1999 (1)
- August 1999 (1)
- July 1999 (1)
- June 1999 (1)
- May 1999 (1)
- March 1999 (2)
- February 1999 (1)
- January 1999 (1)
- December 1998 (1)
- November 1998 (1)
- October 1998 (1)
- September 1998 (1)
- August 1998 (1)
- July 1998 (1)
- June 1998 (1)
- May 1998 (1)
- April 1998 (1)
- March 1998 (1)
- February 1998 (1)
- January 1998 (1)
- December 1997 (1)
- November 1997 (1)
- October 1997 (1)
- September 1997 (1)
- August 1997 (1)
- July 1997 (1)
- June 1997 (1)
- May 1997 (1)
- April 1997 (1)