Search Discussions
-
I'm developing a package that comes with a data set called RutgersMapB36. One of the package's functions requires this data frame. A toy example is: test<-function() { data(RutgersMapB36) ...
Brad McNeney
Apr 6, 2012 at 6:46 pm
Apr 10, 2012 at 7:00 pm -
Dear R Developers, Recently filed (and dismissed ;) ) law suit by Astrolabe against tz database developers caused a lot of media-press and discussions and created some kind of precedence in the USA ...
Yaroslav Halchenko
Apr 2, 2012 at 10:06 pm
Apr 5, 2012 at 2:20 pm -
I'm looking for an R mentor. I want to propose a change in management of plot options xlim and ylim. Did you ever want to change one coordinate in xlim or ylim? It happens to me all the time. x <- ...
Paul Johnson
Apr 16, 2012 at 5:52 pm
Apr 26, 2012 at 10:21 am -
I've made a small enhancement to R that would help developers better control what versions of code we're using where. Basically, to load a package in R, one currently does: library(whateverPackage) ...
Ken Williams
Apr 11, 2012 at 3:28 pm
Apr 13, 2012 at 3:22 pm -
Context: R2.15-0 on Ubuntu. 1. I get a WARNING from CMD check for "Package vignette(s) without corresponding PDF: In this case the vignettes directory had both the pdf and Rnw; do I need to move the ...
Terry Therneau
Apr 11, 2012 at 8:41 pm
Apr 12, 2012 at 9:55 pm -
Hi, Currently, the "base" has colSums, colMeans. It seems that it would be useful to extend this to also include colMin, colMax (of course, rowMin and rowMax, as well) in order to facilitate faster ...
Ravi Varadhan
Apr 19, 2012 at 6:12 pm
Apr 19, 2012 at 10:14 pm -
Dear all, I'd like to discuss about a possible bug in function StructTS of stats package. It seems that the function returns wrong value of the log-likelihood, as the added constant to the relevant ...
Jouni Helske
Apr 30, 2012 at 11:37 am
May 17, 2012 at 11:12 am -
Hi, when I run R CMD check with flag --as-cran, the process hangs at stage: * checking CRAN incoming feasibility ... I am pretty sure it is a proxy issue. I looked at the check code in the tools ...
Renaud Gaujoux
Apr 17, 2012 at 8:01 am
May 10, 2012 at 8:25 am -
Hi, I was wondering if there is anything more efficient than split to do the kind of conversion in the subject. If I create a data frame as in system.time({fd = data.frame(x=1:2000, y = rnorm(2000), ...
Antonio Piccolboni
Apr 30, 2012 at 11:28 pm
May 4, 2012 at 2:20 am -
I'm not sure if this is a known peculiarity or a bug, but I stumbled across what I think is very odd behavior from delayedAssign. In the below example x switches values the first two times it is ...
McGehee, Robert
Apr 25, 2012 at 9:18 pm
Apr 26, 2012 at 11:37 pm -
Hi, all. I want to write some functions like glm() so i studied it. In glm.fit(), it calls a fortran subroutine named "dqrfit" to compute least squares solutions to the system x * b = y To learn how ...
Yangleicq
Apr 26, 2012 at 6:00 am
Apr 30, 2012 at 4:06 am -
Dear All, I assume this is an R-devel issue, apologies if I missed something obvious. I have a dataframe where the row names are country codes, based on ISO 3166, something like this: ------------ ...
Adrian Dusa
Apr 5, 2012 at 11:03 am
Apr 5, 2012 at 2:04 pm -
Hello, what if I want to write a package mixed R/C-extension and want to use code that is provided by other peoples packages? How for example can I use one of the provided wavelet packages from ...
Oliver
Apr 24, 2012 at 4:31 pm
Apr 24, 2012 at 6:35 pm -
NULL e.g. + name <- match.fun(name) + base::args(name) + } function (..., na.rm = FALSE) NULL -- Statistics & Software Consulting GKX Group, GKX Associates Inc. tel: 1-877-GKX-GROUP email ...
Gabor Grothendieck
Apr 21, 2012 at 5:03 pm
Apr 21, 2012 at 6:18 pm -
I recently started using R 2.14.0 on a new machine and i am experiencing what seems like unusually greedy memory use. It happens all the time, but to give a specific example, let's say i run the ...
Andre zege
Apr 11, 2012 at 10:53 pm
Apr 12, 2012 at 2:14 pm -
I'm currently working on a new package for R that interfaces with an API. Most of the package's functionality requires users to supply an access key that allows the package to work with the API. I ...
Thomas J. Leeper
Apr 7, 2012 at 9:27 pm
Apr 8, 2012 at 1:13 pm -
Hi, in help("R_GSCMD") it says "R_GSCMD: Optional. The path to Ghostscript, used by dev2bitmap, bitmap and embedFonts. Consulted when those functions are invoked.". However, if 'R_GSCMD' contains a ...
Henrik Bengtsson
Apr 20, 2012 at 9:00 pm
Jun 5, 2012 at 7:28 pm -
Hello, ?delayedAssign presents substitute() as a way to look at the expression in the promise. However, msg <- "old" delayedAssign("x", msg) msg <- "new!" x #- new! substitute(x) #- x (was 'msg' ?) ...
Philippe Grosjean
Apr 29, 2012 at 7:30 am
May 1, 2012 at 8:32 pm -
Please give me the necessary links that permits me to create my own package inR -- View this message in context: http://r.789695.n4.nabble.com/creating-a-package-in-R-tp4596411p4596411.html Sent from ...
Nossa
Apr 29, 2012 at 2:08 pm
Apr 29, 2012 at 8:15 pm -
Hi all, I am a PhD student and I am working on a C project that involves some statistical calculations. So, I tried to embed R into C, in order to call R functions from a C program. My program seems ...
Nikolaos Bezirgiannidis
Apr 18, 2012 at 5:40 pm
Apr 20, 2012 at 1:51 pm -
'R --debug' and 'Rterm --debug' crash R on Windows. Indeed, --debug is not a documented command line option, but it still causes a crash. This occurs with R v2.15.0 patched and R devel - both from ...
Henrik Bengtsson
Apr 17, 2012 at 6:19 am
Apr 17, 2012 at 7:12 pm -
I would like to create an R package which uses some C code, which in turn uses MPI. At the moment I'm only interested in creating this package for UNIX-like systems. The way I envisage this working ...
Rajen Shah
Apr 27, 2012 at 1:54 pm
Apr 30, 2012 at 7:30 am -
Hi all, The nobs method of (MASS:::polr class) takes into account of weight, but nobs method of glm does not. I wonder what is the rationale of such design behind nobs.glm. Thanks in advance. Best ...
Wincent
Apr 24, 2012 at 1:36 pm
Apr 26, 2012 at 12:16 am -
I go back and forth between windows and linux, and find myself running into problem with line endings. Is there a way to control the line ending conversion when writing files, such as write and cat? ...
Andrew Redd
Apr 24, 2012 at 5:23 pm
Apr 24, 2012 at 5:56 pm -
It's normal for me to create a list of data.frames and then use do.call('rbind', list(...)) to create a single data.frame. However, I've noticed as the size of the list grows large, it is perhaps ...
Cole Beck
Apr 19, 2012 at 10:34 pm
Apr 23, 2012 at 5:07 pm -
For a package, I need to write a csv version of a data set to an R object. Right now, I use: out <- capture.output( write.table(x, sep = ",", na = "?", file = "", quote = FALSE, row.names = FALSE, ...
Max Kuhn
Apr 21, 2012 at 2:28 pm
Apr 22, 2012 at 4:42 pm -
I am unable to compile R-2.15.0 source. I configured it without problems with options that i used many times before ./configure --prefix=/home/andre/R-2.15.0 --enable-byte-compiled-packages=no ...
Andre zege
Apr 17, 2012 at 9:24 pm
Apr 18, 2012 at 7:19 am -
Can someone offer some advice on how to properly evaluate a SYMSXP from a .Call ? I have the following in R: variable xn, with an attribute "mu" which references the variable mu in the global ...
Whit Armstrong
Apr 16, 2012 at 9:53 pm
Apr 17, 2012 at 12:48 am -
It seems like I must be missing something since I haven't been able to find mention of this. Under Windows 7 I'm not getting carriage returns in the output of BATCH files using 2.15.0 (both 64-bit ...
Patrick Burns
Apr 15, 2012 at 4:55 pm
Apr 15, 2012 at 8:06 pm -
Late to the show on this release, unfortunately. One of our production packages no longer builds under R-2.15.0 with the following message. ** testing if installed package can be loaded Error ...
Roebuck,Paul L
Apr 12, 2012 at 6:41 pm
Apr 13, 2012 at 1:05 pm -
In DESCRIPTION if I set LazyLoad to 'yes' will data.table (for example) then be byte compiled for users who install the binary package from CRAN on Windows? This question is based on reading section ...
Matthew Dowle
Apr 11, 2012 at 7:36 pm
Apr 12, 2012 at 6:54 am -
I am currently using R 2.15.0 with R Tools 2.15 (in Windows XP). I downloaded the source for RGgobi and extracted it to a folder. Then I tried compiling and installing with the following command and ...
Indrajit Sengupta
Apr 28, 2012 at 1:47 am
Apr 28, 2012 at 2:36 pm -
Dear all, I get a bug in the examples of my AFLP package on R-forge (https://r-forge.r-project.org/R/?group_id27) but only on the Linux version. The windows version compiles. The Mac version skips ...
ONKELINX, Thierry
Apr 25, 2012 at 8:58 am
Apr 26, 2012 at 3:47 pm -
Dear R-devel, I recent got a bug report from a locfit user about the use of the subset argument when calling locfit(). Basically the symptom is that the following two calls should produce the same ...
Liaw, Andy
Apr 25, 2012 at 12:34 pm
Apr 25, 2012 at 1:41 pm -
I am compiling a library with legacy code which has functions named with periods in the names - but are not S3 class functions. For example for example, summary.agriculture is not an extension of the ...
Matt Pocernich
Apr 24, 2012 at 3:33 pm
Apr 24, 2012 at 4:50 pm -
Hi, I posted around a week ago and I will try this time with a more detailed description. I am converting R code to C code to boost speed as currently it takes a few days to run. Now I will try ...
Chris90nz
Apr 22, 2012 at 12:49 am
Apr 22, 2012 at 10:08 am -
I'm trying to R CMD check a package, and I'm getting the 'checking S3 generic/method consistency' warning. I have written a function 'gamma.dist' which is _not_ an S3 method, but happens to collide ...
Whit Armstrong
Apr 21, 2012 at 1:18 pm
Apr 21, 2012 at 2:49 pm -
Does anyone have advice on how to instruct R CMD check to use a non-standard set of libraries? Here's the situation: I'm trying to do some automated checking on package dependencies of a package I ...
Ben Bolker
Apr 15, 2012 at 12:45 am
Apr 15, 2012 at 1:49 am -
In base/R/tabulate.R, tabulate() calls .C("R_tabulate"; I suggest adding DUP = FALSE to that call.
Tim Hesterberg
Apr 8, 2012 at 6:37 pm
Apr 9, 2012 at 8:48 am -
Hi, I've noticed an issue with S4 methods and namespaces which only arises in particular, difficult to reproduce configurations. One example is the ggbio package in Bioconductor, which currently ...
Michael Lawrence
Apr 5, 2012 at 10:35 pm
Apr 7, 2012 at 7:11 pm -
Hello all, Using classical glm function with binomial family, I experienced a problem when using predict() over a glm object. I found that family objects built on R-2.14.0 contain elements like ...
Harold.petithomme
Apr 6, 2012 at 11:05 am
Apr 6, 2012 at 2:32 pm -
It appears that file.copy() does not protect against the case when one copies one directory to a subdirectory of itself resulting in it trying to create and endless recursive copy of itself ...
Henrik Bengtsson
Apr 30, 2012 at 5:14 pm
Apr 30, 2012 at 5:14 pm -
(Warning: There is some potential that this message is redundant.) I think that i have spotted an issue with R CMD check that does not trace back to a rare case, so it must have been reported already ...
Sebastian Meyer
Apr 30, 2012 at 3:48 pm
Apr 30, 2012 at 3:48 pm -
There have been several threads on this list about the Notes generated in the check process regarding "global variables" with no visible definition. These can be useful but false positives tend to ...
John Chambers
Apr 28, 2012 at 12:02 am
Apr 28, 2012 at 12:02 am -
Hello all, I would like to relate this behaviour of: plot.table & plot.TukeyHSD. They don't work with some graphical parameters. Thanks for your attetion. Cleber Error in plot.default(c(xi[, "lwr"], ...
Cleber N.Borges
Apr 26, 2012 at 4:36 pm
Apr 26, 2012 at 4:36 pm -
I've just added a couple of functions to the tools package to check for bad format strings in the .po files that translators produce. See ?tools::checkPoFiles for the docs. They detect cases where ...
Duncan Murdoch
Apr 25, 2012 at 6:55 pm
Apr 25, 2012 at 6:55 pm -
I am developing a custom regression package, which accepts a formula object as way of setting up the model matrix and response variable from a data frame. For large data sets, I expect that going ...
Alireza Mahani
Apr 24, 2012 at 4:41 pm
Apr 24, 2012 at 4:41 pm -
Dear R developers, I am writing a R module, which contains a function that needs support data (a table with two columns). I wonder how to make sure the data is available to the function, without ...
Charles Plessy
Apr 24, 2012 at 1:00 pm
Apr 24, 2012 at 1:00 pm -
In that particular example the value of "4" was pulled out of the air. There is no particular justification. There is a strong relationship between the "effective" degrees of freedom and the variance ...
Terry Therneau
Apr 18, 2012 at 1:02 pm
Apr 18, 2012 at 1:02 pm -
Hi, I'd like to compile the NAMESPACE file from a template where things such as S3method() statements are automatically inserted based on code inspection, because doing it by hand is too error ...
Henrik Bengtsson
Apr 17, 2012 at 9:20 pm
Apr 17, 2012 at 9:20 pm
Group Overview
group | r-devel |
categories | r |
discussions | 57 |
posts | 215 |
users | 91 |
website | r-project.org |
irc | #r |
91 users for April 2012
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)