Search Discussions
-
Dear all, While R CMD check and R CMD INSTALL have always created the vignettes on R-2.12.1 or any earlier versions of R, I am no longer able to build the vignettes on R-2.13.0. Instead R CMD check ...
Cstrato
Apr 23, 2011 at 7:50 pm
May 9, 2011 at 6:40 pm -
Years ago, I did lots of Perl programming. Perl will let you be lazy and write functions that refer to undefined variables (like R does), but there is also a strict mode so the interpreter will block ...
Paul Johnson
Apr 9, 2011 at 7:51 pm
Apr 11, 2011 at 8:16 pm -
Hi, apparently I sent my question about using R and C++ to the wrong list, ironically seeing as that list was called Rcpp. Anyway, I was directed to post my question here. To summarize my current ...
Sean Robert McGuffee
Apr 20, 2011 at 3:33 pm
Apr 23, 2011 at 9:56 am -
Hello: 1. How can I tell when the development version of Rtools has changed? For the past few years, I've installed the development version of R tools with each new release of R. I encountered ...
Spencer Graves
Apr 5, 2011 at 9:20 pm
Apr 10, 2011 at 1:26 pm -
Hello, I am writing an R interface for one of my C++ programs. The computations in C++ are very time consuming (several hours), so the user needs to be able to interrupt them. Currently, the only way ...
Schattenpflanze
Apr 25, 2011 at 9:22 am
Apr 28, 2011 at 1:25 pm -
Hello, In my description file, I have an example data package in Suggests: that I've deleted from my library to test what the user who doesn't have it will experience. However, R CMD check won't even ...
Dario Strbenac
Apr 29, 2011 at 2:00 am
May 4, 2011 at 7:00 pm -
I need a function which is similar to duplicated(), but instead of returning TRUE/FALSE, returns indices of which element was duplicated. That is, [1] NA NA 1 NA 2 (so that I know that element 3 is a ...
Duncan Murdoch
Apr 8, 2011 at 2:59 pm
Apr 12, 2011 at 1:26 pm -
Here are some data frames: df3.2 <- data.frame(1:3, 7:9) df4.2 <- data.frame(1:4, 7:10) df3.3 <- data.frame(1:3, 7:9, 10:12) df4.3 <- data.frame(1:4, 7:10, 10:13) df3.4 <- data.frame(1:3, 7:9, 10:12, ...
Patrick Burns
Apr 27, 2011 at 5:44 pm
Oct 8, 2011 at 6:15 pm -
Is this a bug? Chad Goymer
Chad Goymer
Apr 30, 2011 at 4:35 pm
May 4, 2011 at 4:50 pm -
Dear R devel list, Good morning; I'm with the Sage (http://www.sagemath.org) project. (Some of you might have seen my talk on this at last summer's useR conference). We have some rudimentary support ...
Karl-Dieter Crisman
Apr 18, 2011 at 3:48 pm
Apr 21, 2011 at 3:47 pm -
Hi, More about the new --resave-data option As mentioned previously here https://stat.ethz.ch/pipermail/r-devel/2011-April/060511.html 'R CMD build' and 'R CMD INSTALL' handle this new option ...
Hervé Pagès
Apr 11, 2011 at 12:47 am
Apr 13, 2011 at 5:54 pm -
I have just committed some code to the rgl package on https://r-forge.r-project.org/projects/rgl/ to allow rgl images to be inserted into Sweave documents. (This is not in the CRAN version yet.) It ...
Duncan Murdoch
Apr 19, 2011 at 6:18 pm
Apr 21, 2011 at 4:48 pm -
I have a confusing error from R CMD check that I don't get when running the example manually by hand. In the \examples section of an Rd file, I create a GRanges object, then I call a function with ...
Dario Strbenac
Apr 15, 2011 at 3:00 am
Apr 18, 2011 at 6:24 pm -
I have a test directory for the survival suite, and dyn.load has ceased to work in it. Below shows the log: tmt1075% R --vanilla R version 2.12.2 (2011-02-25) Copyright (C) 2011 The R Foundation for ...
Terry Therneau
Apr 13, 2011 at 6:00 pm
Apr 14, 2011 at 12:53 am -
Is anybody working on a way to standardize the creation of "newdata" objects for predict methods? When using predict, I find it difficult/tedious to create newdata data frames when there are many ...
Paul Johnson
Apr 26, 2011 at 3:13 pm
Apr 28, 2011 at 8:31 pm -
hi! there is a bug with the IF operator that is really dangerous! please try the code below and if someone could explain to me why when (q is equal to 0.8, 0.9 or 1) R do not print it? q=0 for (j in ...
Salmajj
Apr 18, 2011 at 4:12 pm
Apr 19, 2011 at 9:02 am -
Hi, I have seen several packages that with the most recent version of R are giving a warning like this: Assignments in \usage in documentation object 'marginalData-methods': marginalData(object) = ...
Marc Carlson
Apr 5, 2011 at 5:51 pm
Apr 10, 2011 at 11:40 pm -
How do you debug methods of a reference class? I've been using mtrace, which is excellent, but i cannot figure out how to mtrace a reference class method. Maybe there is some other way to debug ...
A Zege
Apr 7, 2011 at 7:00 pm
Apr 8, 2011 at 3:38 pm -
Dear list subscriber, I am quite puzzled by the behaviour of processing Sweave files within an R session, i.e. Sweave("foo.Rnw") versus R CMD Sweave foo.Rnw In the former the environmental variable ...
Pfaff, Bernhard Dr.
Apr 21, 2011 at 10:44 am
Apr 21, 2011 at 1:30 pm -
Hi, Has something changed regarding the useDynLib in the NAMESPACE file in packages? I've written a package that works in e.g. 2.12/2.13 but simply cannot find the dynamic library under windows. The ...
Tobias Abenius
Apr 20, 2011 at 11:30 am
Apr 21, 2011 at 9:54 am -
as.factor / as.ordered is not written as a generic. This differs from as.numeric, as.matrix, and other as.*. The following seems to address this and does not break make check-all. FWIW, the patch is ...
Martin Morgan
Apr 20, 2011 at 4:56 pm
Apr 20, 2011 at 6:40 pm -
Hello, I've got a DESCRIPTION file with a the first line: Package: Repitools But, when I run R CMD INSTALL Repitools I get: * installing *source* package Repitools ... ** R ** data ** inst ** ...
Dario Strbenac
Apr 20, 2011 at 12:00 am
Apr 20, 2011 at 4:15 am -
I've narrowed my scope problems with predict.coxph further. Here is a condensed example: fcall3 <- as.formula("time ~ age") dfun3 <- function(dcall) { fit <- lm(dcall, data=lung, modelúLSE) ...
Terry Therneau
Apr 18, 2011 at 9:51 pm
Apr 19, 2011 at 7:37 am -
Dear R-programmers, I am trying to program a Newton-Raphson in R (yes, i will try GSL, not right now), and it would be a real boon if R had tail call elimination, so that a recursive program has a ...
Mohit Dayal
Apr 17, 2011 at 5:34 am
Apr 18, 2011 at 8:42 pm -
I have a function in one of my packages that I would like to print using the original source rather than the deparse of the function. The package uses lazy loading and the help page for library ...
Greg Snow
Apr 4, 2011 at 7:19 pm
Apr 18, 2011 at 8:01 pm -
Hi ... I came across an old post on R-devel that describes a situation very similar to one I find myself in: https://stat.ethz.ch/pipermail/r-devel/2006-December/043917.html As you can see in ...
Geoff Jentry
Apr 11, 2011 at 6:34 pm
Apr 12, 2011 at 1:52 pm -
For some reason I want to let one data set in a package be known under two different names. Is that possible, and if so, how? I do not want to have two copies of the data set in the package. Thanks, ...
Göran Broström
Apr 5, 2011 at 2:52 pm
Apr 5, 2011 at 10:23 pm -
Hi, I have R version 2.8.1 and Rtools 28 installed (as you might guess, set up years ago). In Rtools the MinGW GCC 4.2 compiler toolset is included. For my regular C/C++ programs I have also ...
Thomas Mang
Apr 3, 2011 at 7:36 pm
Apr 4, 2011 at 1:46 pm -
Hello all, I hope I'm writing to the correct place. I believe that the R homepage will benefit from including the "description" meta tag in it's homepage. The reason is that google uses that tag to ...
Tal Galili
Apr 1, 2011 at 6:49 am
Apr 2, 2011 at 2:24 pm -
I have somehow managed to made a source tar ball which "R CMD check" accepts but "R CMD INSTALL" rejects with: ------------------ Warning in untar2(tarfile, files, list, exdir) : checksum error for ...
Hin-Tak Leung
Apr 1, 2011 at 2:19 pm
Apr 1, 2011 at 8:01 pm -
Hi! In R 2.14.0dev (R version 2.14.0 Under development (unstable) (2011-04-29 r55692), Windows release (http://cran.r-project.org/bin/windows/base/rdevel.html), the line : options(widthU) in code ...
Alexander Favorov
Apr 30, 2011 at 11:25 pm
May 3, 2011 at 1:09 am -
Dear all, I'm puzzled by the behavior of stringHeight in the grid package. Consider the following test, library(grid) test <- function(lab="dog", ...){ g1 <- textGrob(lab) g2 <- ...
Baptiste auguie
Apr 26, 2011 at 11:06 pm
May 2, 2011 at 6:08 am -
Based on a discussion on SO I ran some tests and found that converting to a factor is best done early in the process. Hence, I propose to rewrite the gl() function as : gl2 <- function(n, k, length = ...
Joris Meys
Apr 11, 2011 at 9:53 pm
Apr 12, 2011 at 4:12 pm -
If x has an S3 class then sort.int(x) returns a value without an S3 class but which has the is.object flag set, which, I think, causes identical() give a false/misleading report: [1] FALSE The files ...
William Dunlap
Apr 11, 2011 at 5:10 pm
Apr 11, 2011 at 6:07 pm -
Hi, I observed a slight problem in deparse(): it will add spaces around most operators except /. I wonder if this is easy to fix. I know this is quite trivial, but I will appreciate if / is not ...
Yihui Xie
Apr 10, 2011 at 1:43 am
Apr 10, 2011 at 6:26 pm -
Dear all, I do not completely understand following behaviour : Classes 'file', 'connection' atomic [1:1] 3 ..- attr(*, "conn_id")=<externalptr Why do I get an error, indicating an invalid connection, ...
Joris Meys
Apr 8, 2011 at 2:56 pm
Apr 8, 2011 at 4:19 pm -
In a conversation with a programmer new to writing R packages, he mentioned that he was very confused by phrase "package writer" used in the document, and said that he "[was] literally imagining some ...
Davor Cubranic
Apr 1, 2011 at 6:22 pm
Apr 2, 2011 at 12:13 am -
Several Bioconductor packages were expecting Windows Rzlib.dll to provide gzopen / gzread / gzseek / gzgets / gzrewind / gzclose. Are these gone for good, viz., r55624 ? Martin -- Computational ...
Martin Morgan
Apr 29, 2011 at 10:13 pm
May 17, 2011 at 6:41 pm -
I discovered that the Kendall's tau calculation in R uses all pairwise comparisons which is O(n^2) and takes a long time for large vectors. I implemented a O(n*log(n)) algorithm based on merge-sort ...
SeshanV
Apr 30, 2011 at 3:20 pm
Apr 30, 2011 at 10:11 pm -
Hello, I'm sending this to R-devel under the guideline that the ensuing discussion would probably be unintelligible to people who aren't programmers. If that's not right, I apologize ...
Brett Smith
Apr 27, 2011 at 4:55 pm
Apr 28, 2011 at 3:07 pm -
While checking packages against R 2.13.0-beta on Windows, I have run into a few strange error messages related to copying files. The errors all relate to file.copy() and have the form of: Error in ...
Sharpie
Apr 7, 2011 at 8:59 pm
Apr 24, 2011 at 4:00 pm -
Hello dear R developers, I recently found out that it is not possible to limit update.packages() to update only a few packages at a time. The patch offered simply adds a 'subset' parameter and the ...
Tal Galili
Apr 18, 2011 at 6:51 am
Apr 21, 2011 at 8:46 am -
When I re-use a code chunk in Sweave, together with keep.source=TRUE, I would like to follow usual programming conventions in which the amount of white space on the left indicates logical structure ...
David.Epstein
Apr 19, 2011 at 8:59 pm
Apr 20, 2011 at 2:17 pm -
I was writing Rd documentation for a new package when I came across this issue. Here's the smallest example: Error in parse_Rd(file.path(tempdir(), "test.Rd")) : Unexpected end of input (in ' quoted ...
Jeffrey Horner
Apr 12, 2011 at 4:24 pm
Apr 12, 2011 at 4:38 pm -
Dear List, I'm not even sure this is an issue or not, but ?rowMeans has: Value: A numeric or complex array of suitable size, or a vector if the result is one-dimensional. The ?dimnames? (or ?names? ...
Gavin Simpson
Apr 5, 2011 at 11:33 am
Apr 11, 2011 at 3:11 pm -
The inst/doc directory of the DAAG package has 6 files coral551.spot, ... that are around 0.85 MB each. It would be useful to be able to zip then, but that as matters stand interferes with the use of ...
John Maindonald
Apr 9, 2011 at 5:38 am
Apr 9, 2011 at 8:17 am -
Hi there, Suppose the cmd is "a<-3", I can parse the cmd sexp with R_ParseVector and eval it. My question is - is it possible to parse a cmd like "a <- ?", afterwards evaluation will give ...
Zheng, Xin (NIH) [C]
Apr 7, 2011 at 9:18 pm
Apr 7, 2011 at 9:47 pm -
Hi, I have a couple of new errors in our package when I check it on R 2.13-rc (r55310). The first one that's mystifying me is * checking R code for possible problems ... NOTE Error : object ...
Dario Strbenac
Apr 6, 2011 at 12:00 am
Apr 7, 2011 at 6:00 am -
Apologies for asking something that is probably very obvious, i just started with S4 classes and i guess i am not finding documentation that lays out the grammar rules and gives enough examples. I ...
A Zege
Apr 6, 2011 at 2:54 pm
Apr 6, 2011 at 8:41 pm -
I apologize in advance for probably missing something obvious, but if someone could point me in the right direction I'd be grateful. This NOTE is not unique to our package (I list a few others, ...
Jay Emerson
Apr 3, 2011 at 5:31 pm
Apr 3, 2011 at 6:30 pm
Group Overview
group | r-devel |
categories | r |
discussions | 94 |
posts | 393 |
users | 108 |
website | r-project.org |
irc | #r |
108 users for April 2011
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)