Search Discussions
-
Hi, I am a FORTRAN developer and I am 'translating' R functions in FORTRAN subroutines. I am 'new' to R. It's my first question in this mailing-list and English is not my natural language. Very ...
MAURICE Jean - externe
Mar 4, 2016 at 8:34 am
Mar 8, 2016 at 2:39 pm -
Following from the R-help thread of March 22 on "Memory usage in prcomp", I've started looking into adding an optional 'rank.' argument to prcomp allowing to more efficiently get only a few PCs ...
Martin Maechler
Mar 24, 2016 at 5:09 pm
Mar 28, 2016 at 8:06 am -
This is definitely obscure but we had a unit test that called .Internal(strptime, "1942/01/01", %Y/%m/%d") with timezone (TZ) set to CET. In R-3.1.3 that returned "1942-01-01 CEST" which, ...
Mick Jordan
Mar 11, 2016 at 11:05 pm
Mar 16, 2016 at 10:35 am -
Hi, Short story ----------- setClassUnion("ArrayLike", "array") showClass("ArrayLike") # no slot setClass("MyArrayLikeConcreteSubclass", contains="ArrayLike", representation(stuff="ANY") ) ...
Hervé Pagès
Mar 18, 2016 at 9:53 pm
Mar 19, 2016 at 8:03 pm -
I just installed R-devel to check my package before submitting. I got an error in my vignette in regards to as.vector. When I looked at the code for as.vector in R-devel it is standardGeneric for ...
Jeff Laake - NOAA Federal
Mar 3, 2016 at 3:23 pm
Mar 4, 2016 at 1:38 pm -
Dear all, I have a questions regarding using the c function rmultinom.c. I got the following error message "rbinom: probability sum should be 1, but is 0.999264" Which is thrown by ...
M Van_iterson
Mar 10, 2016 at 11:47 am
Mar 10, 2016 at 9:12 pm -
I am trying to build R-3.2.4 on an Oracle Enterprise Linux system, where I have previously built R-3.1.3 and predecessors without problems. I ran "./configure --with-x=no" ok. The make fails in ...
Mick Jordan
Mar 10, 2016 at 4:51 pm
Mar 10, 2016 at 5:38 pm -
Dear helpers, I have multiple vignette files for a package, and I would like to have the "right" order of these files when displayed online. For instance, see below ...
Wang, Zhu
Mar 4, 2016 at 2:44 pm
Mar 4, 2016 at 10:42 pm -
I ran into this issue when trying to modify a subplot (subplot function in the TeachingDemos package), but here is a more minimal example of the issue (I don't know that it is serious enough to call ...
Greg Snow
Mar 14, 2016 at 9:27 pm
Mar 15, 2016 at 9:45 pm -
I can't seem to reliably obtain parse data via getParseData() for functions from installed packages. The parse data seems to be available only for the *last* file in the package. See [1] for a small ...
Kirill Müller
Mar 10, 2016 at 1:27 pm
Mar 10, 2016 at 3:36 pm -
Hello, certain manipulations of ggplot2 graphs, in particular aligning them, require the function grid:::unit.list(). See e.g. these posts on stackoverflow ...
Wilke, Claus O
Mar 6, 2016 at 6:34 pm
Mar 8, 2016 at 9:38 pm -
I am trying to install the latest development version of R so as to be able to perform a package check according the rules specified for CRAN. I performed the following steps: (1) Downloaded ...
Rolf Turner
Mar 5, 2016 at 2:35 am
Mar 6, 2016 at 9:15 am -
As I understand https://stat.ethz.ch/R-manual/R-devel/library/base/html/sys.parent.html sys.function(n) returns the function associated with stack frame n. Since frame 0 is defined as .GlobalEnv ...
Mick Jordan
Mar 27, 2016 at 8:05 pm
Mar 28, 2016 at 12:30 pm -
I generally run 'make; make check' (with more settings) when building the Debian package. Running 3.2.4 rc from last night, I see a lot of package loading issues during 'make check'. Here is splines ...
Dirk Eddelbuettel
Mar 4, 2016 at 3:52 am
Mar 6, 2016 at 4:27 pm -
I'm proposing to signal an error (from R = 3.3.0) in such examples -- which do "work" in R 3.2.x and earlier : function () sin(a + 1) <environment: 0x48f9798 function (x = pi, y) NULL <environment ...
Martin Maechler
Mar 7, 2016 at 5:26 pm
Mar 30, 2016 at 7:55 am -
Is the phrase "index <- match(x, sort(unique(x)))" reliable, in the sense that it will never return NA? Context: Calculation of survival curves involves the concept of unique death times. I've had ...
Therneau, Terry M., Ph.D.
Mar 16, 2016 at 3:03 pm
Mar 17, 2016 at 9:37 pm -
A couple of my colleagues are having problems building R-3.2.4 on Mac OS X El Capitan somehow related to libiconv. I personally don't have any problems on either of my Macs. I'm hoping thie make log ...
Mick Jordan
Mar 14, 2016 at 8:49 pm
Mar 15, 2016 at 3:25 pm -
Linux: [1] TRUE TRUE Mac: x<-c("0","1");y<-c("a","-1"); x<y [1] TRUE FALSE On both systems, LC_COLLATE/LC_CTYPE/LANG are set to en_US.UTF-8 In Java,FWIW, I get the Mac answer if I use ...
Mick Jordan
Mar 12, 2016 at 2:52 am
Mar 12, 2016 at 5:50 am -
Dear all, install.packages("lme4") fails with error Error in read.dcf(file = tmpf) : cannot open the connection In addition: Warning message: In read.dcf(file = tmpf) : cannot open compressed file ...
Thierry Onkelinx
Mar 2, 2016 at 9:16 am
Mar 3, 2016 at 8:59 am -
This is admittedly minor, and you shouldn't have repeated names in a data frame anyway, but: df <- data.frame(1:3, 1:3, 1:3) # Ok setNames(df, c("x", "y", "")) # Not ok setNames(df, c("x", "", "")) ...
Hadley Wickham
Mar 1, 2016 at 3:12 pm
Mar 1, 2016 at 10:48 pm -
Dear R-dev list, I wonder if stats::integrate shouldn't warn the user when a numeric vector of length 1 is passed as lower or upper bounds. If a vector is passed, only the first value is used and the ...
Baptiste Auguie
Mar 29, 2016 at 6:31 am
Mar 30, 2016 at 9:22 am -
Hi, This may be a `transitional' bug but I am reporting a make check fail with R-devel r70391 in reg-tests-1a.Rout. The tail of reg-tests-1a.Rout.fail is Error: length(s$sdev) == ncol(s$rotation) is ...
Hiroyuki Kawakatsu
Mar 30, 2016 at 8:27 am
Mar 30, 2016 at 9:16 am -
The survival package has a firstlib.R file that I had forgotton and just reviewed. After deleting several bits which had a use 10 years ago during my Splus to R transition, the only thing remaining ...
Therneau, Terry M., Ph.D.
Mar 25, 2016 at 1:20 pm
Mar 26, 2016 at 1:46 pm -
The help page for colorRampPalette reads in part alpha: logical: should alpha channel (opacity) values should be returned? which should probably be alpha: logical: should alpha channel (opacity) ...
Ben Bolker
Mar 20, 2016 at 10:24 pm
Mar 25, 2016 at 7:00 pm -
Good morning. I am looking for some technical information about how R manages memory and data allocation... Could you please help me?? -- Thank you all. Alfonso Izzo. [[alternative HTML version ...
Alfonso Izzo
Mar 23, 2016 at 8:52 am
Mar 23, 2016 at 9:42 am -
Regarding, this news item for r-devel: ?for()? loops are generalized to iterate over any object with ?[[? and ?length()? methods. Thanks to Herv? Pag?s for the idea and the patch. Below dd is an ...
Gabor Grothendieck
Mar 18, 2016 at 2:25 pm
Mar 18, 2016 at 3:03 pm -
[,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [,11] [,12] [,13] [1,] 0+1i 0+1i 0+1i 0+1i 0+1i 0+1i 0+1i 0+1i 0+1i 0+1i 0+1i 0+1i 0+1i [2,] 0+1i 0+1i 0+1i 0+1i 0+1i 0+1i 0+1i 0+1i 0+1i 0+1i 0+1i ...
Lukas Stadler
Mar 18, 2016 at 10:09 am
Mar 18, 2016 at 10:24 am -
Just checking in to see whether it is intended or not that assigning new formals to a function/closure causes any attributes to be dropped: EXAMPLE: function () - attr(*, "srcref")=Class 'srcref' ...
Henrik Bengtsson
Mar 13, 2016 at 1:54 pm
Mar 13, 2016 at 2:19 pm -
According to R-exts, DESCRIPTION is a DCF variant, and " Fields start with an ASCII name immediately followed by a colon: the value starts after the colon and a space." However, according to the ...
Kirill Müller
Mar 29, 2016 at 1:44 pm
Mar 29, 2016 at 1:44 pm -
Is it intended that in yesterday's version of R-devel the default value of keepNA is different in nchar (NA) and nzchar (FALSE)? function (x, type = "chars", allowNA = FALSE, keepNA = NA) NULL ...
William Dunlap
Mar 16, 2016 at 3:59 pm
Mar 16, 2016 at 3:59 pm -
Hi, I noticed that when using print( , right=TRUE) on a character matrix with no colnames, the col numbers get displayed on the left of each column: [,1] [,2] [,3] [1,] "XXXXXX" "XXXXXX" "XXXXXX" ...
Hervé Pagès
Mar 16, 2016 at 7:39 am
Mar 16, 2016 at 7:39 am -
It looks like the https certificate on r-project.org is currently expired. I am sure sysadmin in Vienna is on it, but perhaps we can prevent this from happening again by adding a check in R or the ...
Jeroen Ooms
Mar 10, 2016 at 8:07 pm
Mar 10, 2016 at 8:07 pm -
Hi, I have been experiencing a weird behavior when running R in Ubuntu terminal. I don't know exactly what triggers the issue and could not find a 100% reproducible way of getting it. The problem is ...
Renaud Gaujoux
Mar 3, 2016 at 8:13 am
Mar 3, 2016 at 8:13 am -
under "Value", ?dbinom says If ?size? is not an integer, ?NaN? is returned. That should be something like If ?size? is not an integer, ?NaN? is returned (or 'NA' for rbinom). ... at least that's what ...
Ben Bolker
Mar 2, 2016 at 1:58 pm
Mar 2, 2016 at 1:58 pm
Group Overview
group | r-devel |
categories | r |
discussions | 34 |
posts | 133 |
users | 42 |
website | r-project.org |
irc | #r |
42 users for March 2016
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)