Search Discussions
-
Hello, In the context of trying to cover a package code that use parallelized tests using the covr package, I realized that code executed using mcparallel() was not covered, cf ...
Karl Forner
Jun 16, 2016 at 4:09 pm
Jun 16, 2016 at 4:09 pm -
Hi all, Packages tools and utils have a lot of useful stuff for R developers. I find one task still not as straightforward as it could. Simply to extract dependencies of a package from DESCRIPTION ...
Jan Górecki
Jun 14, 2016 at 2:54 pm
Jun 16, 2016 at 1:00 pm -
Wouldn't it make sense to have as.array() work on a data.frame and be equivalent to as.matrix()? df <- data.frame(stuff=1:3) # as.matrix(df) # stuff # [1,] 1 # [2,] 2 # [3,] 3 as.array(df) # Error in ...
Hervé Pagès
Jun 10, 2016 at 9:22 pm
Jun 10, 2016 at 9:22 pm -
A friend passed along this interesting link: http://incolumitas.com/2016/06/08/typosquatting-package-managers/ about the strategy of using "typosquatting" (packages with very similar names to ...
Ben Bolker
Jun 10, 2016 at 9:20 pm
Jun 10, 2016 at 9:20 pm -
Hi, Here are two different ways to create a 0 x 0 logical matrix: m1 <- matrix(nrow=0, ncol=0) m1 # <0 x 0 matrix m2 <- as.matrix(data.frame()) m2 # <0 x 0 matrix Surprisingly: identical(m1, m2) # ...
Hervé Pagès
Jun 10, 2016 at 8:26 pm
Jun 10, 2016 at 8:26 pm -
When running a = runif(10) class(a) = "foo" Math.foo = function(x, ...) { NextMethod(.Generic) } signif(a, 3) cumsum(a) I don't understand why cumsum strips the class, but signif does not. Both claim ...
Edzer Pebesma
Jun 9, 2016 at 8:13 am
Jun 9, 2016 at 12:34 pm -
Hi all, After replying to r-help earlier today on the merge() related thread, I noted a trivial grammatical error in the description for the 'suffixes' argument in it's help file. A patch against the ...
Marc Schwartz
Jun 8, 2016 at 7:13 pm
Jun 9, 2016 at 7:35 am -
In ?raw (src/library/base/man/raw.Rd), the final line of Examples seems to be off: The character "\x9c" is a control character in Latin-1. Maybe the example should use "\xa3" instead: [1] "?25.63" -- ...
Mikko Korpela
Jun 7, 2016 at 9:41 am
Jun 8, 2016 at 11:01 am -
Hi R-Devel, I've been working on an oscilloscope project using an Arduino microcontroller board. I found that it's quite easy to get realtime updates, e.g. 30+ frames per second, if I read data from ...
Frederik
Jun 7, 2016 at 1:38 am
Jun 14, 2016 at 3:34 pm -
Hello r-devel, The attached Code page 437-encoded file contains 245 characters (including the final newline), but readLines only reads 242 of them: Warning message: In ...
Adam Obeng
Jun 6, 2016 at 10:11 am
Jun 9, 2016 at 2:40 pm -
https://bugs.r-project.org/bugzilla/show_bug.cgi?id895#c6 the fact that you can construct factors with non-unique aka "duplicated" levels in R has been re-raised. As mentioned there, we had a small ...
Martin Maechler
Jun 4, 2016 at 5:32 pm
Jun 4, 2016 at 5:32 pm -
With 'z' of length 8 below, or of length 12 previously, one may try sapply(rev(z), match, table = rev(z)) match(rev(z), rev(z)) I found that the two results were different in R devel r70604. A ...
Suharto Anggono Suharto Anggono
Jun 3, 2016 at 7:13 pm
Jun 3, 2016 at 7:13 pm -
Hi, I'd like to hear your opinion about the following proposal to make the computation of dispersion in GLMs more flexible. Dispersion is used in summary.glm; the relevant code chunk with the ...
Luis Carvalho
Jun 2, 2016 at 2:25 am
Jun 2, 2016 at 2:25 am -
We've had this more general topic on R-help, and also in R-devel recently. There's one case here where I get the feeling R never gets into swapping but more directly aborts possibly from a bug we can ...
Martin Maechler
Jun 1, 2016 at 1:07 pm
Jun 1, 2016 at 6:38 pm -
I learned last week that I generated a lot of PDFs and forgot to go back and embed the fonts in them. It would be very pleasant for me if pdf.options included an argument to turn on font embedding ...
Paul Johnson
May 31, 2016 at 11:59 pm
Jun 1, 2016 at 1:19 am -
In R 3.3.0 (also in R 2.7.2), the documentation on 'factor', in "Details" section, has this statement. 'factor(x, exclude = NULL)' applied to a factor is a no-operation unless there are unused ...
Suharto Anggono Suharto Anggono
May 30, 2016 at 5:20 pm
May 31, 2016 at 3:59 pm -
The CRAN submission process seems in need of a massive overhaul. Why has this process not been automated yet? ? Patrick Perry Assistant Professor NYU Stern School of Business
Patrick Perry
May 27, 2016 at 7:58 pm
May 31, 2016 at 2:01 pm -
Hi! I hope you don?t mind me posting this call for participation - I do think the matter at hand is very important for the people on this list, and the people on this list are very important for the ...
Lukas Stadler
May 27, 2016 at 1:49 pm
May 27, 2016 at 1:49 pm -
While constructing some tests of symbolic link code in R, I got an odd warning when trying the remove a symbolic link: file.create(tfile <- tempfile()) #[1] TRUE file.symlink(tfile, tlink <- ...
William Dunlap
May 25, 2016 at 5:27 pm
May 25, 2016 at 5:27 pm -
Is it possible to configure and build an R without any graphics support. I..e no grDevices or graphics packages? I tried "--with-x=no --with-cairo=no --with-grDevices=no --with-graphics=no" but it is ...
Mick Jordan
May 23, 2016 at 11:44 pm
May 24, 2016 at 2:48 pm -
Hello, Currently it's possible to convert an object of class table to a data frame with as.data.frame.table(), but there's no ready-made function, AFAIK, to do the reverse operation, i.e. conversion ...
Ernest Adrogué
May 23, 2016 at 4:46 pm
May 23, 2016 at 6:56 pm -
Dear all: I am updating the version of an R package I submitted last year on CRAN and came across two questions that I would be grateful to seek any input about: 1) In the updated version of the ...
Luck Buttered
May 21, 2016 at 8:25 pm
Jun 4, 2016 at 4:45 pm -
I'm confused by this: [1] FALSE Yet, after loading the Matrix package (which redefines det), the following is checked (in library.checkConflicts): ignore.environment=T) [1] TRUE I've looked at the ...
Mick Jordan
May 20, 2016 at 7:40 pm
May 23, 2016 at 7:24 am -
Dear R-devel, The latest version of R-devel (05-17) is throwing an error for me when building on OS X (v 10.11.4): making Rembedded.d from Rembedded.c making dynload.d from dynload.c making system.d ...
Keith O'Hara
May 18, 2016 at 12:18 pm
May 26, 2016 at 12:29 am -
I get an error when running "make check" after building R-devel r70629 on Ubuntu 14.04. Here are the relevant lines in the file "reg-tests-1c.Rout.fail": Error: unexpected input in "dv <- ...
Mikko Korpela
May 18, 2016 at 10:05 am
May 19, 2016 at 6:53 am -
Hi, I have noticed that the run times for MCMCglmm models (mainly written in C/C++) have suddenly jumped up on Linux machines (Ubuntu/Linaro 4.6.4 and Scientific Linux 6.6) yet they have remained ...
Jarrod Hadfield
May 18, 2016 at 5:28 am
May 18, 2016 at 5:28 am -
In the NEWS for R 3.3.0 is this change: * [<- with an S4 value into a list currently embeds the S4 object into its own list such that the end result is roughly equivalent to using [[<-. That behavior ...
Richard Morey
May 17, 2016 at 1:43 pm
May 17, 2016 at 2:09 pm -
Hi, I'm trying to builda R-3.3.0 base package on Windows 8.1, and it fails while building 'base' package with an error about unable to create a directory under /tmp. I am running the make from my D:\ ...
Venkat Ramakrishnan
May 17, 2016 at 3:32 am
May 20, 2016 at 10:15 am -
In knitr-1.13 the DESCRIPTION file's Depends line uses a " " instead of the usual " =". Depends: R ( 3.0.2) I don't see the strict greater than in Writing R Extensions. Does it really mean that 3.0.2 ...
William Dunlap
May 16, 2016 at 8:22 pm
May 16, 2016 at 8:22 pm -
Is the following intentional or something that has been overlooked? [HB-X201]{hb}: R --vanilla R Under development (unstable) (2016-05-13 r70616) -- "Unsuffered Consequences" Copyright (C) 2016 The R ...
Henrik Bengtsson
May 15, 2016 at 1:33 am
May 15, 2016 at 1:33 am -
My question is based on a project I have partially done, but there is still something I'm not clear. My goal is to create a R package contains GPU functions (some are from Nividia cuda library, some ...
Yuan Li
May 14, 2016 at 3:43 pm
May 16, 2016 at 5:58 pm -
Hello: I could use help understanding an error reported by "R CMD build sos" that's new with R 3.3.0: Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, : Running 'texi2dvi' on ...
Spencer Graves
May 13, 2016 at 2:41 pm
May 13, 2016 at 4:34 pm -
Hello: Is it widely known that objects not explicitly deleted from one vignette in a package can be available to a second in "R CMD build" and "R CMD check" but not when the second vignette is built ...
Spencer Graves
May 13, 2016 at 1:21 am
May 13, 2016 at 8:13 am -
R Developers, Could someone help explain what it means that R is single threaded? I am trying to understand what is actually going on inside R when users want to parallelize code. For example, using ...
Charles Determan
May 12, 2016 at 12:45 pm
May 12, 2016 at 2:52 pm -
I would like to propose that Rf_mkString(NULL) and Rf_mkChar(NULL) return NA rather than segfault. Case: the mkString() and mkChar() functions are convenient to wrap strings returned by e.g. external ...
Jeroen Ooms
May 12, 2016 at 11:20 am
May 26, 2016 at 2:06 am -
The following used to work in R 3.2.5 but not in 3.3.0: library(MASS) ns <-.getNamespace("MASS") unloadNamespace(ns) Calling unloadNamespace("MASS") directly still works.
Jeroen Ooms
May 10, 2016 at 2:39 pm
May 10, 2016 at 3:07 pm -
This is an RFC / announcement related to the 2nd part of PR#16885 https://bugs.r-project.org/bugzilla/show_bug.cgi?id885 about complex NA's. The (somewhat rare) incompatibility in R's 3.3.0 match() ...
Martin Maechler
May 10, 2016 at 2:08 pm
May 30, 2016 at 10:48 am -
This was originally a bug report about Matrix, https://r-forge.r-project.org/tracker/?funcÞtail&atid)4&aidc25&group_ida but the bug is rather a "design" bug in R, or a limitation. This e-mail is a ...
Martin Maechler
May 10, 2016 at 10:43 am
May 13, 2016 at 8:11 pm -
Hi I think the following behavior is a regression from R 3.2.5: "\u00f8") [1] 1 NA incomparables = NA) [1] 1 I'm seeing this in R 3.3.0 on both Windows and Ubuntu 15.10. The specific behavior makes ...
Kirill Müller
May 9, 2016 at 2:07 pm
May 10, 2016 at 6:40 am -
At first read, the logic of the following fragment in code of function 'factor' was not clear to me. if (missing(levels)) { y <- unique(x, nmax = nmax) ind <- sort.list(y) # or possibly order(x) ...
Suharto Anggono Suharto Anggono
May 6, 2016 at 8:05 am
May 6, 2016 at 8:05 am -
When in the Rgui editor sometimes ctrl-R does not cause anything to be sent to the R console. It can be reproduced like this: - when in the Rgui console press ctrl-F N to get a new editor window - ...
Gabor Grothendieck
May 5, 2016 at 10:47 pm
May 5, 2016 at 10:47 pm -
Hello, When using the R for Windows installer, I typically choose a customized startup and specify "Plain text" (rather than "HTML help") as my preferred help style. In R-3.3.0, R-3.2.5, and (IIRC) ...
Josh O'Brien
May 5, 2016 at 7:50 pm
May 5, 2016 at 7:50 pm -
I have lzma installed (in /usr/local) but R-3.3.0 configure doesn't like something about it: checking for lzma_version_number in -llzma... yes checking lzma.h usability... no checking lzma.h ...
Mick Jordan
May 5, 2016 at 6:40 pm
May 5, 2016 at 7:02 pm -
If you set the "digits17" control option in deparse, you get a lot of unnecessary space in the representation of complex numbers. [1] "0 + 0i" As far as I can tell, the logic for this comes from this ...
Richard Cotton
May 5, 2016 at 6:37 am
May 12, 2016 at 9:18 am -
Hi, at the R prompt, is it possible to retrieve the last error (as in condition object of class "error")? I'm not asking for geterrmessage(), which only returns the error message (as a character ...
Henrik Bengtsson
May 4, 2016 at 7:41 pm
May 6, 2016 at 1:17 am -
Hello R Developers, I posted some patches yesterday to your bug tracking system but I'm not sure if I should have notified the mailing list as well. I haven't gotten any responses yet ...
Frederik
May 4, 2016 at 7:09 pm
May 17, 2016 at 8:10 pm -
I think this issue will be of interest to the list. It seems like a problem with nlme, and I was drawn into it because of a collaborator who encountered this issue in a simple experiment and wound up ...
Jonathan Dushoff
May 4, 2016 at 3:12 am
May 4, 2016 at 3:12 am -
Dear expeRts, The following code leads to R being killed (under Mac OS X 10.11.4; R installed from source; also happened under a previous unstable version): m <- matrix(0, 100000, 100000) I expected ...
Marius Hofert
May 4, 2016 at 1:51 am
May 13, 2016 at 9:03 am -
I need some help understanding a problem running the tests on the 'digest' package. Initially, I got the message that the 'knitr' package was needed to run vignettes: Running vignettes for package ...
Mick Jordan
May 3, 2016 at 6:10 pm
May 3, 2016 at 9:50 pm -
When is the R-3.2.5 binary for Mac OS X likely to show up? Mick Jordan
Mick Jordan
May 2, 2016 at 10:45 pm
May 3, 2016 at 5:58 pm
Group Overview
group | r-devel |
categories | r |
discussions | 12,792 |
posts | 42,826 |
users | 4,681 |
website | r-project.org |
irc | #r |
Top users
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)