Search Discussions
-
Dear members of the R Development Team, I am looking for people with a deep understanding of R internals to assist in bridging R to OpenOffice. While R is a state of the art statistical environment, ...
Leonard Mada
Mar 27, 2007 at 6:41 pm
Mar 29, 2007 at 9:41 pm -
Hi, I have a big data frame: which could probably considered a very natural (and R'ish) way of doing it (but maybe I'm wrong and the real idiom for doing this is something different). The problem ...
Herve Pages
Mar 2, 2007 at 6:39 pm
Mar 5, 2007 at 4:07 pm -
Dear all, I have already twice encountered a case which I consider a limitation of dirname() and basename(). In my functions I have a parameter "outfile" which e.g. tells where a file should be ...
Cstrato
Mar 26, 2007 at 5:49 pm
Mar 28, 2007 at 6:00 pm -
Full_Name: Charles Dupont Version: 2.4.1 OS: linux 2.6.18 Submission from: (NULL) (160.129.129.136) 'format.pval' has a major limitation in its implementation. For example suppose a person had a ...
Charles Dupont
Mar 20, 2007 at 3:19 pm
Mar 21, 2007 at 5:23 pm -
Dear all, Currently, I am trying to create a test package "testS4" using S4 classes, which I am attaching. Running R CMD check gives the following error: coeurebooks-computer:/Volumes/CoreData/CRAN ...
Cstrato
Mar 16, 2007 at 8:55 pm
Mar 17, 2007 at 12:16 am -
Hi, after updating R 2.5.0 devel yesterday we today observed many new unexpected failures in our daily package build and test system runs, which can be traced to recent changes in the implementation ...
Ml-It-R-Devel
Mar 15, 2007 at 6:06 pm
Mar 20, 2007 at 3:11 pm -
Hello, I've been asked to get R (2.4.1) installed on a IBM p570 server. This is a server with power CPUs and is running SLES 10. It currently has 12GB of RAM so I'd like to make sure I have the 64 ...
Andrew Ferris
Mar 14, 2007 at 5:56 pm
Mar 16, 2007 at 5:41 pm -
Hi! I've been browsing through the last months' archive and I can't find an answer to my question, so here it is (let's hope it's not too obvious): I'm working on extensions of an R library, and I ...
José Luis Aznarte M.
Mar 26, 2007 at 4:42 pm
Apr 2, 2007 at 5:34 pm -
Trying to compile the package Matrix_0.9975-11.tar.gz with newest R-2.5.0 alpha (2007-03-31 r40986) on FreeBSD 7.0-CURRENT (i386) I get the following error: ----- R CMD INSTALL ...
Rainer Hurling
Mar 31, 2007 at 5:03 pm
Apr 2, 2007 at 5:04 pm -
Dear all, I have a code chunk in my Rnw file that, when executed, outputs carriage return characters ('\r') to inform on the progress (e.g. "sweep 4 of 1024\r"). But Sweave interprets this as a ...
Ernest Turro
Mar 19, 2007 at 1:47 pm
Mar 20, 2007 at 7:02 pm -
Has anybody tried to use Rmpi with the OpenMPI library instead of LAM/MPI? LAM appears to be somewhat hardcoded in the Rmpi setup. Before I start to experiment with changing this, has anybody else ...
Dirk Eddelbuettel
Mar 28, 2007 at 2:34 am
Apr 2, 2007 at 8:23 am -
Hi, when doing as.double() on an object that is already a double, the object seems to be copied internally, doubling the memory requirement. See example below. Same for as.character() etc. Is this ...
Henrik Bengtsson
Mar 28, 2007 at 9:25 pm
Mar 29, 2007 at 9:05 pm -
Dear all, The package "affy" has the following statement in file "AffyBatch.R": if (debug.affy123) cat("-- initAffyBatch\n") This is great and I would also like to use it. However, when I run my ...
Cstrato
Mar 22, 2007 at 10:22 pm
Mar 23, 2007 at 5:26 pm -
Hi, All: Attached please find a symmetric, indefinite matrix for which 'eigen(...)$vectors' included NAs: R version 2.4.1 (2006-12-18) i386-pc-mingw32 locale: LC_COLLATE=English_United ...
Spencer Graves
Mar 18, 2007 at 5:23 am
Mar 19, 2007 at 2:15 pm -
Hi, I have got a curious issue with an R package which uses zlib, against the official binary here: http://cran.r-project.org/bin/linux/redhat/el4/i386/R-2.4.1-1.rh4AS.i386.rpm on a Redhat EL4 i686 ...
Hin-Tak Leung
Mar 29, 2007 at 2:02 pm
Mar 29, 2007 at 5:55 pm -
Hi, I'm trying to register my native routines using R_registerRoutines (...). I can compile the code, but the loader cannot resolve the symbol: undefined symbol ...
Ernest Turro
Mar 19, 2007 at 9:23 pm
Mar 20, 2007 at 7:12 am -
Hello, This is about fortune package, but I think that might be related also to base R, so I am sending to package maintainer and R-devel list. I have the following in my .Rprofile to break monotony ...
Gregor Gorjanc
Mar 4, 2007 at 12:14 pm
Mar 9, 2007 at 10:25 am -
Hi, I noticed that serialize() gives different results depending on R version, which has implications to the digest() function in the digest package. Note, it does give the same output across ...
Henrik Bengtsson
Mar 7, 2007 at 10:24 pm
Mar 8, 2007 at 8:57 pm -
I need help. I'm trying to connect with an Oracle DBMS and MySQL DBMS, I'm using RJDBC package. My code is the next: library('rJava') library('DBI') library('RJDBC') //Mysql drv <- ...
Jose Sierra
Mar 5, 2007 at 12:06 pm
Mar 7, 2007 at 3:54 pm -
Hi, A B 1 b 3 2 c 2 3 a 1 A1 A2 A3 B1 B2 B3 2 3 1 3 2 1 Someone else might get something different. It all depends on the values of its 'stringsAsFactors' option: A B 1 b 3 2 c 2 3 a 1 A1 A2 A3 B1 B2 ...
Hpages
Mar 27, 2007 at 3:48 am
Mar 28, 2007 at 11:16 am -
Hi, I have encountered a nuance in as.Date() behaviour that is not altogether obvious - not sure whether this is intended or not: [1] "2001-01-01" I.e. it ignores the rest of the characters. This ...
Vladimir Dergachev
Mar 23, 2007 at 11:30 pm
Mar 26, 2007 at 9:08 pm -
Dear developeRs, with R 2.4.1 (and also 2.4.0), the function str() fails on objects of class relimplmbooteval, if there are unused slots, which is very often the case. I am not sure whether this is a ...
Ulrike Grömping
Mar 23, 2007 at 12:13 pm
Mar 23, 2007 at 5:06 pm -
The contents of .Rbuildignore seems to affect R CMD build but not R CMD check. I'm using R 2.4.0 on Debian. Is my understanding correct? And is there anything I can do about it? In my case, some of ...
Ross Boylan
Mar 18, 2007 at 7:39 pm
Mar 19, 2007 at 5:58 pm -
Dear all, Recently, there was a question to use the same method for more than one class: https://stat.ethz.ch/pipermail/r-devel/2007-March/044809.html I have a variation of this question: Is it ...
Cstrato
Mar 15, 2007 at 9:58 pm
Mar 16, 2007 at 10:22 pm -
Hi, I've noted that not all `predict' methods are hidden in the namespace: [1] predict.ar* predict.Arima* [3] predict.arima0* predict.glm [5] predict.HoltWinters* predict.lm [7] predict.loess* ...
Henric Nilsson (Public)
Mar 16, 2007 at 11:36 am
Mar 16, 2007 at 1:21 pm -
Full_Name: Thomas Friedrichsmeier Version: 2.4.1 OS: linux (Debian unstable) Submission from: (NULL) (84.60.113.185) Summary: It would be nice to have a centralized option for setting default par() ...
Thomas Friedrichsmeier
Mar 6, 2007 at 2:03 pm
Mar 7, 2007 at 5:04 pm -
Dear list, I may have found a bug in model.frame.default (called by the lm function). The problem arises in my R dev version but not in my R 2.4.0. Here is my config : platform ...
Thibaut Jombart
Mar 7, 2007 at 2:47 pm
Mar 7, 2007 at 4:11 pm -
Dear all, Maybe, I am doing something wrong, but using R-2.5.0 on my Intel-Mac, I have problems using function callNextMethod() in method initialize. I am loading the following code as file ...
Cstrato
Mar 4, 2007 at 4:26 pm
Mar 5, 2007 at 8:41 pm -
Hello, Appending information to the profiler's output seems to generate problems. Here is a small example of code : <code r require(boot) Rprof( memory.profiling = TRUE) Rprof(NULL) for(i in 1:2){ ...
Romain Francois
Mar 31, 2007 at 8:31 pm
Apr 4, 2007 at 3:19 pm -
Dear all, Assume that I have an S4 class "MyClass" with a slot "myname", which is initialized to: myname="" in method("initialize"): myclass <- new("MyClass", myname="") Assume that class "MyClass" ...
Cstrato
Mar 30, 2007 at 8:45 pm
Mar 30, 2007 at 10:10 pm -
The help page for ansari.test() says (emphasis added): By default (if exact is not specified), an exact p-value is computed if both samples contain less than 50 finite values **and there are no ...
Thomas Friedrichsmeier
Mar 29, 2007 at 7:39 pm
Mar 29, 2007 at 9:29 pm -
Times from seq.POSIXt come out wrong in AEST timezone around Feb 29 every leap year before 1970 (on Windows XP). According to help(DateTimeClasses), this is handled by "our own C code" ...
Felix
Mar 19, 2007 at 5:32 am
Mar 29, 2007 at 4:31 pm -
[Moved to R-devel to ask a policy question.] I've added this to ?persp and ?par, but I wondered if people thought we should change this to be like 2D plots. Especially Ross I., who I believe is the ...
Prof Brian Ripley
Mar 22, 2007 at 7:12 pm
Mar 27, 2007 at 10:46 pm -
Why is it that R places CFLAGS after PKG_CFLAGS and not before when compiling a package (e.g. through R CMD build pkg)? This can be problematic if, for instance, you want to use -O3, but -O2 is in ...
Ernest Turro
Mar 20, 2007 at 6:58 pm
Mar 21, 2007 at 12:51 am -
Hi, I'm trying to write a function to return an R vector which points directly to a contiguous subset of another vector, without taking a copy. Since SEXPREC is a header followed by the data, rather ...
Matthew Dowle
Mar 14, 2007 at 5:44 pm
Mar 16, 2007 at 12:34 pm -
Full_Name: Bert De Boeck Version: R 2.2.0 OS: Windows Submission from: (NULL) (157.193.193.152) I think there is a bug when using integrate for integrating a function which is 0 in a whole ...
Bert DeBoeck
Mar 8, 2007 at 2:56 pm
Mar 12, 2007 at 6:42 pm -
Dear listers, a few days ago I asked a question about a problem I had with a C function programmed by myself to be called from R. Thanks to your help, I have been able to look a bit further into it, ...
Sole Acha, Xavi
Mar 7, 2007 at 11:42 am
Mar 7, 2007 at 12:34 pm -
Hi, when defining method (I used length bellow just for the simplicity) for myClass (S4 class) I use setMethod(f="length", signature(x="myClass"), def=function(x) { cat("works") }) If I have myClass1 ...
Gregor Gorjanc
Mar 1, 2007 at 10:47 am
Mar 1, 2007 at 11:36 am -
With much thanks to Ei-ji Nakama, R 2.5.0 alpha supports building on AIX (at least AIX 5.2 on one system). Would anyone able to test this please get the latest tarball from ...
Prof Brian Ripley
Mar 29, 2007 at 6:27 am
Apr 21, 2007 at 10:38 pm -
Hi, using too long pathnames for bitmap() crash R on WinXP. I've verified that this is the case with R version 2.4.1 Patched (2007-03-25 r40958) and R version 2.5.0 alpha (2007-03-30 r40957). I ...
Henrik Bengtsson
Mar 31, 2007 at 6:28 am
Mar 31, 2007 at 3:36 pm -
Full_Name: James Szinger Version: 2.4.1 OS: linux and MacOS X Submission from: (NULL) (128.165.24.206) I'm trying to plot some data from the past 12 months and the lattice package is not labeling the ...
Jszinger
Mar 29, 2007 at 4:10 pm
Mar 30, 2007 at 9:59 pm -
Hello, I've been wondering why my no-optimization R-devel builds have been hanging during "building/updating package indices ...". I tracked it down with gdb to this line from do_basename in ...
Jeffrey Horner
Mar 24, 2007 at 10:02 pm
Mar 26, 2007 at 2:16 pm -
I have run into a problem loading a just saved R object using R-devel. I have been saving and loading this particular type of R object for a long while and never ran into this problem. I save, then ...
Mark W Kimpel
Mar 23, 2007 at 2:40 am
Mar 23, 2007 at 7:35 pm -
As some of you may have seen / heard in the past, it is not possible to make cbind() and rbind() into proper S4 generic functions, since their first formal argument is '...'. [ BTW: S3-methods for ...
Martin Maechler
Mar 20, 2007 at 10:19 pm
Mar 23, 2007 at 5:31 pm -
Hi, I noticed that with the GCC trunk (4.3.0), the semantics of "extern inline" have reversed. The net result is that R will build without the usual-stdc=gnu99 but it won't with it. Many multiple ...
Marcus G. Daniels
Mar 19, 2007 at 8:47 pm
Mar 21, 2007 at 1:51 pm -
Full_Name: Gavin Simpson Version: 2.5.0 OS: Linux (FC5) Submission from: (NULL) (128.40.33.76) Screeplots are a common plot-type used to interpret the results of various ordination methods and other ...
Gavin Simpson
Mar 2, 2007 at 4:53 pm
Mar 17, 2007 at 7:40 pm -
As originally raised here: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id#1220 It has been proposed that R should support noarch packages in /usr/share/R/library in addition to architecture ...
Tom 'spot' Callaway
Mar 13, 2007 at 8:05 pm
Mar 17, 2007 at 10:42 am -
Dear all, is there a good way to create SVG plots with R whose elements have titles (tooltips) or act as hyperlinks? I am using the RSvgDevice package, which works great - but it doesn't seem to ...
Wolfgang Huber
Mar 6, 2007 at 10:13 pm
Mar 7, 2007 at 3:46 pm -
Hello. What happens in the following is that I create two simple functions, f and g, on the workspace. Then I replace g. When I then call f, it uses the old version of g. Now clearly, the ...
Peter-M Schumacher
Mar 6, 2007 at 8:18 pm
Mar 7, 2007 at 8:38 am -
Full_Name: Stephanie MAHEVAS Version: 2.4.1 OS: Windows NT Submission from: (NULL) (134.246.55.50) the two following instructions provide a synthax error : if ( 5 4 ) cat("ok1") else cat("ok2") and ...
Stephanie Mahevas
Mar 6, 2007 at 5:15 pm
Mar 6, 2007 at 6:35 pm
Group Overview
group | r-devel |
categories | r |
discussions | 104 |
posts | 371 |
users | 102 |
website | r-project.org |
irc | #r |
102 users for March 2007
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)