Search Discussions
-
Are there any plans for CRAN to support NEWS files in markdown? Bit of a hassle to go the the package?s Github (or other like) site to read NEWS.
Imanuel Costigan
May 23, 2015 at 12:49 am
Jun 5, 2015 at 4:39 pm -
Dear All, [ I was wondering if this should have gone to the new mailing list. Maybe. ] As some of you maybe know from my earlier posts, I am building a simple search engine for R packages. Now the ...
Gábor Csárdi
May 23, 2015 at 2:02 pm
May 27, 2015 at 10:11 am -
I have some cpp-files from another library (boost) in a subdirectory in my src directory (src/boost_src). I include these using the following two lines in my Makevars: SOURCES = $(wildcard *.cpp ...
Jan van der Laan
May 13, 2015 at 3:27 pm
May 20, 2015 at 6:13 am -
(I asked this question on StackOverflow <http://stackoverflow.com/q/30035939/1191259 a short time ago; sorry if you're seeing it again. Feel free to answer there as well if you like. The code ...
Franknarf
May 4, 2015 at 5:59 pm
May 16, 2015 at 3:05 pm -
Dear R-devel members, Several R user recently reported <https://github.com/talgalili/installr/issues/30 (while using the installr <http://cran.r-project.org/web/packages/installr package) that when ...
Tal Galili
May 10, 2015 at 8:13 pm
May 11, 2015 at 3:19 pm -
Greetings, I am collaborating with developing the bigmemory package and have run in to a strange problem when we run R CMD CHECK. For some reason that isn't clear to us one of the examples crashes ...
Charles Determan
May 13, 2015 at 6:31 pm
May 15, 2015 at 2:44 pm -
Here's a data frame with some Unicode symbols (set intersection and union). d <- data.frame(x = "A \u222a B \u2229 C") Printing this data frame under R 3.2.0 patched (r68378) and Windows 7, I see d ...
Richard Cotton
May 25, 2015 at 1:38 pm
May 26, 2015 at 7:29 am -
Hi, There appear to be no way to check whether R has already been initialized. Could a function like "Rf_isinitialized" be added to the API ? Best, Laurent [[alternative HTML version deleted]]
Laurent Gautier
May 3, 2015 at 8:34 pm
May 4, 2015 at 4:46 pm -
I'm having some issues trying to compile R-devel on Ubuntu 14.04. library("tcltk") works fine on the version of R as installed from Debian packages; I've done "apt-get build-dep r-base" so I think I ...
Ben Bolker
May 26, 2015 at 2:00 pm
May 28, 2015 at 11:34 am -
'make check-all' for current R has been showing this error in the middle for a few months now - any thought on fixing this? I think cmprsk should be either included in the recommended bundle, or the ...
Hin-Tak Leung
May 16, 2015 at 5:22 am
May 17, 2015 at 10:19 pm -
Is there a way to get the status code of a pipe() command? The documentation suggests that it might be returned by close, however this does not seem to be the case. con <- pipe("cat /etc/passwd", ...
Jeroen Ooms
May 14, 2015 at 12:24 am
May 14, 2015 at 5:07 pm -
In Section 'Indexing by vectors' of 'R Language Definition' (http://cran.r-project.org/doc/manuals/r-release/R-lang.html#Indexing-by-vectors) it says: "Integer. All elements of i must have the same ...
Henrik Bengtsson
May 4, 2015 at 7:20 pm
May 6, 2015 at 5:53 pm -
My apologies for cross-posting. I found this site, after I had posted on stack-overflow. I need to compile several static libraries (C & Fortran) which will later be linked with an R package ...
Sue McDonald
May 29, 2015 at 8:16 pm
Jun 1, 2015 at 10:49 pm -
Hello, Over the last two months I have sent two messages (same topic) to the list. None of them showed on the list. For the first, I got a message that it is in some queue and waiting for an ...
Ivan Popivanov
May 29, 2015 at 4:11 am
May 29, 2015 at 12:17 pm -
Hey everyone, I would like to develop a package using S4 classes. I have to define several S4 classes that inherits from each others as follow: # A <- B <- C <- D I also would like to define ...
Julien Idé
May 28, 2015 at 9:49 am
May 28, 2015 at 9:32 pm -
My question: On Windows, R's system() command prepends several directories to those in the Windows Path variable. The search path for 'command' may be system-dependent: it will include the R 'bin' ...
Josh O'Brien
May 18, 2015 at 5:29 pm
May 19, 2015 at 6:12 pm -
Dear All, The metafor package currently fails CRAN checks on Sparc Solaris: http://cran.r-project.org/web/checks/check_results_metafor.html The problem is probably due to an unintended (= stupid) use ...
Viechtbauer Wolfgang (STAT)
May 13, 2015 at 7:48 pm
May 15, 2015 at 9:57 am -
Hi, I spotted what looks like another(*) mistake in 'R Language Definition' on how subsetting should work. In Section 'Indexing matrices and arrays' ...
Henrik Bengtsson
May 9, 2015 at 12:53 am
May 9, 2015 at 9:17 pm -
The problem: =========== Once a dendrogram has a branch with both a line type AND a color (which is a character color), the plot.dendrogram function will not plot and return an error. I say this is a ...
Tal Galili
May 18, 2015 at 8:01 pm
May 25, 2015 at 8:57 am -
Dear all, I am writing a vignette that requires a file which I am not allowed to distribute, but which the user can easily download manually. Moreover, it is not possible to download this file ...
January Weiner
May 14, 2015 at 10:04 pm
May 16, 2015 at 7:39 am -
Loading an S4 object from a file without first loading the library sometimes (?, the example below and actual example involves a virtual base class and the show generic) leads to incorrect dispatch ...
Martin Morgan
May 10, 2015 at 3:19 pm
May 12, 2015 at 3:11 pm -
Dear list, With the new R 3.2.0 on the aforementioned platform, I get the following pop-up error when I enter "?update.packages" using R64: "The procedure entry point IdnToAscii could not be located ...
Vinh Nguyen
May 6, 2015 at 2:57 pm
May 6, 2015 at 6:54 pm -
Dear all, I'm trying to create a virtual S4 class with some subclasses. I noticed that adding slots to this class increases the memory use and slows the functions down. Note that I'm adding very ...
Thierry Onkelinx
May 4, 2015 at 3:10 pm
May 6, 2015 at 9:45 am -
Hello I tried to define replacement functions for the class "mylist". When I test them in an active R session, they work -- however, when I put them into a package, they don't. Why and how to fix? ...
Soeren Vogel
May 4, 2015 at 12:52 pm
May 4, 2015 at 6:16 pm -
I am the author of R package animint which uses testthat for unit tests. This means that there is a single test file (animint/tests/testthat.R) and during R CMD check we will see the following output ...
Toby Hocking
May 4, 2015 at 3:52 pm
May 4, 2015 at 5:38 pm -
The R Installation and Administration manual section A.1 states that glibc should provide a suitable iconv function, but I can't get R's configure script to accept/validate iconv on a Linux platform ...
Smith, Virgil
May 15, 2015 at 12:19 am
May 16, 2015 at 8:13 pm -
I have a local library with functions that interrogates an institution-specific web API, so is not of interest to anyone outside of Mayo. For some reason the R CMD INSTALL command fails. See below ...
Therneau, Terry M., Ph.D.
May 15, 2015 at 7:54 pm
May 15, 2015 at 8:12 pm -
Hi all, In my package, I define some constant. In the previous version of R, I just define then in "/data/constants.R" but it seems that it is no longer possible. Instead, I am asked to "define them ...
Christophe Genolini
May 15, 2015 at 9:32 am
May 15, 2015 at 2:52 pm -
Hi, The man page for new() suggests that if 'a' is an object with slots "slot1" and "slot2" and C is a class that extends the class of 'a', then the 2 following calls should be equivalent: new("C", ...
Hervé Pagès
May 12, 2015 at 10:18 pm
May 13, 2015 at 10:13 pm -
In R devel rev.66393 (2014-08-15) it was possible to do this: trace(optim, exit = quote(str(returnValue()))) but returnValue() does not seem to be available any more. The above was useful to get the ...
Gabor Grothendieck
May 22, 2015 at 10:25 pm
May 23, 2015 at 12:31 am -
I've opened a new thread, moving from R-help to R-devel .. Using \alias{} is not a very good thing here, since as you know they are *key*s that must remain unique if possible and they can be linked ...
Martin Maechler
May 18, 2015 at 12:14 pm
May 18, 2015 at 8:31 pm -
Hi, The function cummax() seems to have a bug. [1] NA 0 The correct result of this case should be NA NA. The mistake in [ https://github.com/wch/r-source/blob/trunk/src/main/cum.c#L130-L136] may be ...
Dongcan Jiang
May 17, 2015 at 11:13 am
May 18, 2015 at 12:22 am -
I'm trying to use a nested ifelse condition to compare two lines. Input: Code: Expected Output: Actual Output: Any idea what might be causing this problem? -- View this message in context ...
Bw1984
May 15, 2015 at 4:35 am
May 15, 2015 at 10:54 am -
Example input and output to reproduce this can be found at https://gist.github.com/jimhester/b7f05f50794c88e44b17. I tested this attempting to compile the [digest]( ...
Jim Hester
May 11, 2015 at 4:28 pm
May 13, 2015 at 9:38 pm -
Calling library(..., quietly=TRUE) may still output: Loading required package: <other pkg in some cases, e.g. Loading required package: R.methodsS3 [...] I traced this to ...
Henrik Bengtsson
May 9, 2015 at 8:57 pm
May 11, 2015 at 3:53 pm -
Hi Compilation failed for package GUTS for r-oldrel Windows, saying cannot extract package: http://www.r-project.org/nosvn/R.check/r-oldrel-windows-ix86+x86_64/GUTS-00check.html 1. What does that ...
Sören Vogel
May 7, 2015 at 7:17 pm
May 7, 2015 at 9:11 pm -
Hi there, perl6 offers with the NativeCall package a great tool to implement other languages into perl scripts. This has already been done with python, C(++) and perl5. For my use cases - lots of ...
Florian Losch
May 5, 2015 at 5:38 pm
May 6, 2015 at 11:16 am -
Hi all, There is a compatibility issue between the package 'lme4' and my package 'kml'. I define the "[" operator. It works just fine in my package (1). If I try to use the lme4 package, then it does ...
Cgenolin
May 26, 2015 at 9:31 am
May 26, 2015 at 9:31 am -
??I installed Microsoft MPI. Then installed the foreach and Rmpi packages. Then built doMPI from source. mpi.remote.exec works. foreach hangs with the main process and all worker processes idle. I ...
Teller, David
May 25, 2015 at 5:25 pm
May 25, 2015 at 5:25 pm -
New Mailing list *** R-package-devel -- User R Packages Development *** At last week's monthly meeting, the R foundation has decided to create a new mailing list in order to help R package authors in ...
Martin Maechler
May 21, 2015 at 8:59 am
May 21, 2015 at 8:59 am -
Hello, Sometime ago I had to solve the problem of writing to common files from parallel R processes. For the synchronization, I created a small package ( ...
Ivan Popivanov
May 20, 2015 at 3:02 pm
May 20, 2015 at 3:02 pm -
I've noticed that install.packages() [https://svn.r-project.org/R/trunk/src/library/utils/R/packages.R] and update.packages() [https://svn.r-project.org/R/trunk/src/library/utils/R/packages2.R] ...
Henrik Bengtsson
May 18, 2015 at 12:13 am
May 18, 2015 at 12:13 am -
When R aborts ("core dumps"), it outputs: "aborting ..." This message is rather generic and can be hard to track back to R itself, i.e. it is not always clear whether it is R itself that aborted or ...
Henrik Bengtsson
May 13, 2015 at 12:17 am
May 13, 2015 at 12:17 am -
Hi, I recently had some difficulty getting an embedded R session running on Windows, due to the way that R Sys.getenv works, which I would consider a bug. Even if you do not agree, then you may still ...
Simon Byrne
May 11, 2015 at 1:37 pm
May 11, 2015 at 1:37 pm -
Hello, My problem is that I hit the hard-coded MAX_NUM_DLLS (100) limit of the number of loaded DLLs. I have a number of custom packages which interface and integrate a lot of CRAN and Bioconductor ...
Karl Forner
May 8, 2015 at 3:09 pm
May 8, 2015 at 3:09 pm -
Is there a way to refresh capabilities("X11") without restarting R such that it reflects the enabling/disabling of X11? BACKGROUND: If I launch R with X11 server disabled (e.g. ssh -X / ssh -Y to ...
Henrik Bengtsson
May 6, 2015 at 8:37 pm
May 6, 2015 at 8:37 pm -
It seems. FYI. Gabor [[alternative HTML version deleted]]
Gábor Csárdi
May 5, 2015 at 9:26 pm
May 5, 2015 at 9:26 pm -
R rounds. Perhaps Matlab avoids doing so here. It's hard to say because your code is too long for anyone to read through. Maybe you could post a smaller reproducible example to pinpoint the result ...
Franknarf
May 4, 2015 at 9:02 pm
May 4, 2015 at 9:02 pm
Group Overview
group | r-devel |
categories | r |
discussions | 48 |
posts | 242 |
users | 72 |
website | r-project.org |
irc | #r |
72 users for May 2015
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)