Search Discussions
-
Hello, All: What thoughts might you have on "The R Software Package Development Process"? I'm looking for ideas, materials, references, and / or collaborators for an article on this topic to be ...
Spencer Graves
Jun 16, 2010 at 1:45 am
Jun 17, 2010 at 9:29 pm -
Hi all, Does anyone have any suggestions for debugging the execution of examples by R CMD check? The examples work fine when I run them from a live R prompt, but I get errors when they are run by R ...
Hadley Wickham
Jun 29, 2010 at 9:56 pm
Jun 30, 2010 at 3:32 pm -
I have installed both 32-bit and 64-bit versions of R2.12.0 (2010-06-15 r52300) on my Ubuntu 10.04 64-bit system. I observe the following behavior when running the examples from base::connections ...
Brandon Whitcher
Jun 22, 2010 at 5:04 pm
Jun 25, 2010 at 1:10 pm -
There is a weakness in the 'sample' function that is highlighted in the help file. The 'x' argument can be either the vector from which to sample, or the maximum value of the sequence from which to ...
Patrick Burns
Jun 20, 2010 at 10:07 am
Jun 22, 2010 at 1:15 am -
Hello, I have package that builds fine under all OS's at CRAN except Solaris, and the Solaris problem occurs at vignette processing time: the library command fails. So, if a package Foo has a ...
Dominick Samperi
Jun 14, 2010 at 1:03 pm
Jun 14, 2010 at 3:37 pm -
Hello, I am trying to build the R-2.11.1 software for university faculty to use in research projects on a DEC/Compaq/HP AlphaServer model GS160 16CPU/64GB memory running Tru64Unix aka OSF1 version ...
Bill Glessner
Jun 8, 2010 at 5:48 pm
Jun 9, 2010 at 5:44 am -
There is a contradiction between what the help page says and what constrOptim actually does with the constraints. The issue is what happens on the boundary. The help page says The feasible region is ...
John Nolan
Jun 17, 2010 at 2:47 am
Jun 22, 2010 at 10:18 pm -
Hi, According to its man page substring() "expands (its) arguments cyclically to the length of the longest _provided_ none are of zero length". So, as expected, I get an error here: Error in ...
Hervé Pagès
Jun 4, 2010 at 12:53 am
Jun 4, 2010 at 3:56 pm -
The package cxxPack builds without problems at CRAN under all OS's except Windows 64bit, and in the case of Windows 64bit there is a problem in a call to dyn.load(). This call happens while ...
Dominick Samperi
Jun 30, 2010 at 1:44 pm
Jul 2, 2010 at 5:21 pm -
Greetings, I am trying to call simple C-code from R. I am on Windows XP with RTools installed. The C-function is #include <R.h #include <Rinternals.h #include <Rmath.h #include <Rdefines.h // prevent ...
Michael meyer
Jun 18, 2010 at 5:23 pm
Jun 19, 2010 at 2:50 pm -
Hello, Is this expected ? [1] 0 2 Should not the second one be NA ? Romain -- Romain Francois Professional R Enthusiast +33(0) 6 28 91 30 30 http://romainfrancois.blog.free.fr `- http://bit.ly/bZ7ltC ...
Romain Francois
Jun 18, 2010 at 8:52 pm
Jun 19, 2010 at 1:56 am -
And if you look at the other R-help message posted by David Kirby you will find a link to the trouble ticket report in Sage as http://trac.sagemath.org/sage_trac/ticket/9201 which, fortunately, ...
Douglas Bates
Jun 13, 2010 at 5:00 pm
Jun 15, 2010 at 8:52 am -
Hi all, I'm trying to make an integer-backed quarter (as in fraction of year) class, but I can't quite it to work. I want integer-backed so I don't have to worry about floating-point effects when ...
Johann Hibschman
Jun 8, 2010 at 2:08 pm
Jun 9, 2010 at 3:59 pm -
I came across the below mis-feature/bug using match with POSIXlt objects (from strptime) in R 2.11.1 (though this appears to be an old issue). [1] NA NA NA NA NA NA NA NA NA This behavior seemed more ...
McGehee, Robert
Jun 29, 2010 at 2:46 pm
Jul 2, 2010 at 3:05 pm -
R-Devel-ers: I have an S4 method that simply formats an object: setGeneric("formatMe", function(x) standardGeneric("formatMe")) setMethod("formatMe", "ANY", function(x) format(x)) If I issue the ...
Daniel Murphy
Jun 23, 2010 at 7:16 am
Jun 23, 2010 at 3:03 pm -
As a followup, the change in how to treat difftime objects break even more of my old code in a different project, since I'm used to treating difftime as numeric in regressions and other analysis. And ...
Gustaf Rydevik
Jun 22, 2010 at 5:33 pm
Jun 23, 2010 at 8:57 am -
Surely you saw in the posting guide that R-help is not the place for questions about C, C++, Fortran code? Diverting to R-devel. Well, it is not Fortran 77 but Fortran 95, and so needs to be given ...
Prof Brian Ripley
Jun 18, 2010 at 3:06 pm
Jun 20, 2010 at 11:04 am -
Sorry if I was supposed to file a bug report, but I don't know whether we're supposed to do that on R devel. I just built R devel from source (2010-06-15 r52280) and tried to check a package with it ...
Charles Geyer
Jun 15, 2010 at 8:55 pm
Jun 16, 2010 at 2:51 am -
Forum, I've been running some parameter estimation software (UCODE which is maintained by the USGS) that has the capability of running models in parallel on a local network. Each additional processor ...
Emorway
Jun 2, 2010 at 10:21 pm
Jun 3, 2010 at 2:18 pm -
Hello, While assisting a fellow R-helper off list, I narrowed down an issue he was having to the following behavior of type.convert, called through read.table. This is using R 2.10.1, if newer ...
Erik Iverson
Jun 29, 2010 at 8:41 pm
Jun 30, 2010 at 1:45 am -
Hello, I am new to R and have created an application using R 2.10, with a graphical UI using TclTk 8.5, running on windows 7, quad core machine. The intention of the application is to launch ...
Anne George
Jun 15, 2010 at 3:39 pm
Jun 16, 2010 at 6:56 pm -
Neither place is correct. This has *nothing* to do with R. Address bug reports directly to the package maintainer, details of which can be found here ...
Gavin Simpson
Jun 14, 2010 at 3:25 pm
Jun 15, 2010 at 12:31 pm -
A general goal for the next version of R is to make S4 and S3 play better together. As mentioned in a previous thread, one limitation has been that S3 generic functions, specifically the UseMethod() ...
John Chambers
Jun 13, 2010 at 10:58 pm
Jun 14, 2010 at 12:47 am -
Hi, The R-based version of R CMD build doesn't work for me on Windows: E:\biocbld\bbs-2.7-bioc R\bin\R CMD build meat\Biobase * checking for file 'meat\Biobase/DESCRIPTION' ... OK * preparing ...
Hervé Pagès
Jun 10, 2010 at 9:16 pm
Jun 11, 2010 at 5:20 pm -
First I tried 'setenv R_SHELL /usr/local/bin/bash', as bash is the weapon of choice for the faculty wishing to use R, then ran ./configure as before. The ./configure output line using as R_SHELL for ...
Bill Glessner
Jun 9, 2010 at 6:51 pm
Jun 10, 2010 at 5:52 pm -
Hi, I just realized that a named empty list is displayed the same way as an empty list: list() For empty atomic vectors, the print method makes the difference: integer(0) Maybe lists could do that ...
Hervé Pagès
Jun 3, 2010 at 8:25 pm
Jun 4, 2010 at 8:58 pm -
Hi all, Is it possible to catch when the user presses Ctrl+C/Esc and deal with it at the R level? Hadley -- Assistant Professor / Dobelman Family Junior Chair Department of Statistics / Rice ...
Hadley Wickham
Jun 29, 2010 at 3:46 pm
Jun 29, 2010 at 4:04 pm -
I switched the thread to r-devel because here I am proposing a patch for subset.data.frame(). Thank you Chuck, it was inspiring. It turns out that a simple modification to subset.data.frame makes my ...
Vadim Ogranovich
Jun 27, 2010 at 12:14 am
Jun 28, 2010 at 2:36 pm -
Hi, After updating R-2.12 on the Bioconductor build system about 1 week ago (we update R every 4-6 weeks for our devel builds), we've started to see something never seen before on Windows: for some ...
Hervé Pagès
Jun 21, 2010 at 7:20 pm
Jun 24, 2010 at 10:11 pm -
Hello, I get an error when binary structures from a pipe 'Error: cons memory exhausted (limit reached?)' (but R does not crash) This is probably due to some bug in my code, but occurs after reading ...
Saptarshi Guha
Jun 20, 2010 at 3:15 pm
Jun 24, 2010 at 4:53 pm -
R-developers, In version R 2.11.0, weighted.mean was changed such that: [1] 0 rather than NaN as in previous versions of R. I see a note in the NEWS file indicates that weighted.mean was changed "so ...
McGehee, Robert
Jun 23, 2010 at 11:38 pm
Jun 24, 2010 at 8:18 am -
There are a few errors in the R manual about Solaris. 1) Firstly you may know that Sun is now owned by Oracle. 2) "(Recent Sun machines are Opterons (?amd64?) rather than ?x86?, but 32-bit ?x86? ...
Dr. David Kirkby
Jun 17, 2010 at 11:53 am
Jun 22, 2010 at 10:09 am -
R community, As you may know, R's iconv doesn't work well converting to and from encodings that allow embedded nulls. For example Error in iconv("foo", to = "UTF-16") : embedded nul in string ...
Matt Shotwell
Jun 19, 2010 at 8:53 pm
Jun 20, 2010 at 10:46 pm -
Which version of R is this? CHM help is R < 2.10.0. All versions thereafter do not support compiled html help anymore. Please upgrade your version of R and try one of the currently supported help ...
Uwe Ligges
Jun 12, 2010 at 4:20 pm
Jun 18, 2010 at 5:47 pm -
The following cut command takes nearly 10 seconds on my machine even though the length of input vector is only 6. I am running on Windows Vista with C2D BLAS using R 2.11.1. Using the default BLAS ...
Gabor Grothendieck
Jun 16, 2010 at 10:56 pm
Jun 17, 2010 at 5:50 am -
Hi, Is there any good reason not to allow radix sorting via order() over the entire range of R (32bit) integers, instead of setting a hard limit at 100,000? Many machines have plenty of memory to ...
Michael Lawrence
Jun 11, 2010 at 7:51 pm
Jun 12, 2010 at 7:01 am -
Are there any R packages to import and use Web Ontology Language (OWL) ontologies (represented in OWL/RDF or other form)? Thanks, -s
Stavros Macrakis
Jun 10, 2010 at 7:45 pm
Jun 11, 2010 at 2:09 pm -
Hello, I'm trying to figure our why my package (cxxPack) fails to build under Solaris using CC on CRAN, and I wonder if somebody can comment? If I try to build R on a Solaris SPARC box that has CC ...
Dominick Samperi
Jun 9, 2010 at 4:47 pm
Jun 9, 2010 at 5:01 pm -
Under Linux the cleanup script (if it exists) is run at the end, before the package archive is created, and this prevents intermediate files that are no longer needed from being written to the ...
Dominick Samperi
Jun 4, 2010 at 3:11 pm
Jun 7, 2010 at 10:15 am -
Is anybody else getting the error that R-Forge's certificate has expired on 2010-05-21? I'm wondering if it is safe to proceed with adding a security exception... ~Michal
Michał Bojanowski
Jun 1, 2010 at 9:18 am
Jun 1, 2010 at 1:35 pm -
If I don't export an object saved in data/, do I still need to document it? Currently it seems like I do. My namespace file looks like this: export(evaluate) export(parse_all) export(replay) But when ...
Hadley Wickham
Jun 29, 2010 at 9:17 pm
Jun 29, 2010 at 9:17 pm -
Hi This is for developers of extension packages that provide extra *graphics devices* for R. In the *development* version of R, support has been added to the graphics engine for rendering polygons ...
Paul Murrell
Jun 27, 2010 at 9:42 pm
Jun 27, 2010 at 9:42 pm -
Hello, Is it possible to scroll a canvas that has a column of listboxes in it? Does scrolling only work with listboxes and text widgets? The following code displays the scrollbar, but - it has no ...
Anne George
Jun 22, 2010 at 2:57 pm
Jun 22, 2010 at 2:57 pm -
I have received the following error for my package oro.nifti under "CRAN checks" for r-devel-linux-ix86; i.e., http://www.r-project.org/nosvn/R.check/r-devel-linux-ix86/oro.nifti-00check.html - using ...
Brandon Whitcher
Jun 16, 2010 at 2:08 pm
Jun 16, 2010 at 2:08 pm -
Hello, In Rcpp, we use a C++ template to finalizers for external pointers: template <typename T void delete_finalizer(SEXP p){ if( TYPEOF(p) == EXTPTRSXP ){ T* ptr = (T*) EXTPTR_PTR(p) ; delete ...
Romain Francois
Jun 16, 2010 at 10:27 am
Jun 16, 2010 at 10:27 am -
I would like to propose adding a new plot function to the 'graphics' package. The new function is called areaplot() and I have implemented it as a generic function that supports a variety of data ...
Arni Magnusson
Jun 14, 2010 at 9:50 pm
Jun 14, 2010 at 9:50 pm -
Hi all, The recent change in 2.11 that made as.numeric() return false on difftime-objects broke some of my code that calculated age classes of individuals using cut(). While this was no big thing to ...
Gustaf Rydevik
Jun 10, 2010 at 1:39 pm
Jun 10, 2010 at 1:39 pm -
Hi, I just updated my R-devel today using the tarball from 2010-06-07 (r52225). The link to "3.1.10 64-bit Windows builds" in the table of content at the top of <R_HOME /doc/manual/R-admin.html is ...
Hervé Pagès
Jun 9, 2010 at 8:46 pm
Jun 9, 2010 at 8:46 pm -
The way R treats the first argument to an S3 method which uses a different name for the argument than the generic depends on whether there is a ... in the argument list. If there is is no ellipsis ...
William Dunlap
Jun 9, 2010 at 6:03 pm
Jun 9, 2010 at 6:03 pm -
Dear List Members, I'm struggling with the documentation of a generic S4 replacement method. I've created a S4 method "lows" via setGeneric("lows", function(object) standardGeneric("lows")) ...
Thomas Roth
Jun 9, 2010 at 4:33 pm
Jun 9, 2010 at 4:33 pm
Group Overview
group | r-devel |
categories | r |
discussions | 58 |
posts | 187 |
users | 69 |
website | r-project.org |
irc | #r |
69 users for June 2010
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)