Search Discussions
-
Hi, x <- c(rep(1800000003L, 10000000), -rep(1200000002L, 15000000)) This is correct: [1] 0 This is not: [1] 4996000 Returning NA (with a warning) would also be acceptable for the latter. That would ...
Hervé Pagès
Dec 9, 2011 at 6:40 pm
Dec 15, 2011 at 11:32 pm -
Hi, This looks OK: [1] 1 2 3 But this does not: [1] 2 1 3 Cheers, H. R version 2.14.0 (2011-10-31) Platform: x86_64-unknown-linux-gnu (64-bit) locale: [1] LC_CTYPE=en_CA.UTF-8 LC_NUMERIC=C [3] ...
Hervé Pagès
Dec 7, 2011 at 9:41 am
Dec 8, 2011 at 6:26 pm -
I'm at wit's ends here and need some help. I've downloaded and compiled iconv versions 1.13 and 1.14 - libiconv.so.2.5.0 and libiconv.so.2.5.1 and copied the iconv all over, replacing the native ...
RogerP
Dec 13, 2011 at 5:12 pm
Dec 15, 2011 at 1:56 pm -
In [1] "R Under development (unstable) (2011-12-15 r57901)" section 1.6.6 of 'Writing R Extensions' says Note that exporting methods on a generic in the namespace will also export the generic, and ...
Martin Morgan
Dec 15, 2011 at 11:34 pm
Dec 24, 2011 at 5:29 pm -
Hello: What do you suggest I do to overcome "LaTeX Error: File 'inconsolata.sty' not found", which I got running "R CMD check" on a package using Rtools I downloaded yesterday? I found a similar ...
Spencer Graves
Dec 17, 2011 at 6:43 am
Dec 24, 2011 at 3:00 am -
Hi all, I frequently find that I've failed to export something in my NAMESPACE and hence my package doesn't work when it's imported into another package. Does anyone have suggestion for debugging ...
Hadley Wickham
Dec 23, 2011 at 7:50 pm
Dec 23, 2011 at 10:56 pm -
Hi! I am building a package. This package will not submitted to CRAN. I write the help files for the most important functions of my package, I cannot write it for all functions. This may sounds ...
Nicola Sturaro Sommacal
Dec 15, 2011 at 12:01 pm
Dec 16, 2011 at 11:11 am -
The packages link on CRAN (http://cran.at.r-project.org/) seems to be broken. Paul Object not found! The requested URL was not found on this server. The link on the referring ...
Paul Gilbert
Dec 30, 2011 at 9:32 pm
Jan 2, 2012 at 2:57 pm -
hi, r developers, I am now working on a R function/package to handling online request with username and token/password. For security reasons, it's not so safe to store the username & token in ...
Ni Wang
Dec 14, 2011 at 9:54 pm
Dec 18, 2011 at 9:34 pm -
Scenario: Here I am working away in R. I've got results that prove global warming is anthropogenic and also the solution for producing limitless carbon-neutral energy from nuclear fusion. Its been a ...
Barry Rowlingson
Dec 18, 2011 at 1:32 am
Dec 22, 2011 at 9:29 am -
When I try and start R-devel as follows: R --vanilla --arch ppc I see this, over and over again, ^C does not interrupt it and I have to close the terminal window: not a BUILTIN function In addition ...
Dan Tenenbaum
Dec 15, 2011 at 9:56 pm
Dec 20, 2011 at 4:44 am -
Back in 2010 I raised this issue, and there was some discussion, https://stat.ethz.ch/pipermail/r-devel/2010-November/058987.html The goal, then, as now is to have a way to produce a bibtex-clean ...
Michael Friendly
Dec 16, 2011 at 1:46 pm
Dec 19, 2011 at 2:09 pm -
I am trying to build a C language DLL and it works well with i386 but when I compile with it substituted by x64, like the FAQ page says, the result is an error message ...
Ruipbarradas
Dec 12, 2011 at 1:12 pm
Dec 12, 2011 at 8:28 pm -
Hi all, There seems to be rather a large speed disparity in subsetting when working with a whole data frame vs. working with just columns individually: df <- as.data.frame(replicate(10, runif(1e5))) ...
Hadley Wickham
Dec 28, 2011 at 3:37 pm
Dec 28, 2011 at 7:48 pm -
Dear R-devel members, The question: Is it possible to initialize and later free a large data structure strictly within a shared C library, to be used by a function in the C library that I'll call ...
James Muller
Dec 27, 2011 at 10:58 pm
Dec 28, 2011 at 1:36 am -
I've written a rather complex package that requires overriding the default compilation behavior for the C code component. In the src dir I have a Makefile that is used correctly on OSX and Linux ...
Jonathan Shore
Dec 19, 2011 at 3:30 pm
Dec 19, 2011 at 3:43 pm -
In [1] "R Under development (unstable) (2011-12-15 r57901)" PkgA promotes 'unique' to a generic and exports that DESCRIPTION: Imports: methods R/f.R: setGeneric("unique") NAMESPACE: export(unique) ...
Martin Morgan
Dec 15, 2011 at 11:40 pm
Dec 16, 2011 at 2:05 pm -
Dear all, running the example by D. Eddebuettel (http://dirk.eddelbuettel.com/blog/2011/04/23/) I get an error message. Specifically, the R code I was taking from the above example is ### BEGIN ...
Paul Viefers
Dec 5, 2011 at 6:22 pm
Dec 8, 2011 at 7:36 am -
Dear R-devel members, I am looking for a fast Cholesky update/downdate. The matrix A being symmetric positive definite (n, n) and factorized as A = L %*% t(L), the goal is to factor the new matrix A ...
Yves Deville
Dec 29, 2011 at 2:05 pm
Dec 30, 2011 at 10:47 am -
I get the following with R v2.14.1 patched on Windows 7: % Rterm --vanilla --silent R version 2.14.1 Patched (2011-12-26 r58001) Platform: x86_64-pc-mingw32/x64 (64-bit) locale: [1] ...
Henrik Bengtsson
Dec 29, 2011 at 2:49 pm
Dec 29, 2011 at 10:50 pm -
Some notes on installing rgeos in R 2.14.0 on a Linux Mint 11 (x86_64-pc-linux-gnu) machine 1. rgeos 0.1-15 will not run with GEOS 3.2.0-1, which is the version currently available on Synaptic ...
Dan Bebber
Dec 20, 2011 at 11:49 am
Dec 21, 2011 at 8:56 pm -
Hi, it seems there's a possible bug in edit(x) if x is a matrix filled with NA only. To reproduce please do the following: a <- matrix() edit(a) change e.g. the cell value to 1 and close the ...
Hans-Jörg Bibiko
Dec 19, 2011 at 9:48 am
Dec 19, 2011 at 11:43 am -
Yes, it was glaring and obvious: I had the label "description" a second time when I really meant "details". Still, I had to delete sections of the file 1 by 1 until it slapped me in the face. Sorry ...
Terry Therneau
Dec 16, 2011 at 10:29 pm
Dec 17, 2011 at 10:02 pm -
Hello all, I've been working on a package to do various things related to the Conway-Maxwell-Poisson distribution and wanted to be able to make fast random draws from the distribution. My R code was ...
Jeffrey Pollock
Dec 13, 2011 at 11:48 pm
Dec 14, 2011 at 1:07 am -
Hi, Recently added to doc/NEWS.Rd: 'R CMD check' now gives a warning rather than a note if it finds inefficiently compressed datasets. With 'bzip2' and 'xz' compression having been available since R ...
Hervé Pagès
Dec 6, 2011 at 10:28 pm
Dec 14, 2011 at 12:09 am -
Hi all, I'm trying to build a package on Windows 7 (64 bit) and although R cmd build worked fine and I got pkg.tar.gz with no errors, but when I tried doing R CMD check everything turns out ok except ...
Sumukh Sathnur
Dec 6, 2011 at 7:05 pm
Dec 8, 2011 at 8:33 pm -
Hi, While debugging a network server I'm developing I noticed something unusual - call to unserialize() resulted in an error about loading a namespace. I was a bit taken back by this - why should ...
Tyler Pirtle
Dec 6, 2011 at 5:29 am
Dec 6, 2011 at 7:00 am -
Hi, all-- I've been working on a doParallel package to provide a foreach parallel backend for the new parallel package, but I am having trouble building the vignette. On my system, if I use the ...
Rich Calaway
Dec 6, 2011 at 12:19 am
Dec 6, 2011 at 1:10 am -
I've added a "backsolve" method to the bdsmatrix library. Per the Extending manual section 7.1 I've also added the following 3 lines along with my setMethod definitions for 2 classes. backsolve <- ...
Terry Therneau
Dec 5, 2011 at 5:11 pm
Dec 5, 2011 at 8:34 pm -
Hi there, I have a Java process that writes HDF5 files with the following approximate structure: group "xxx" { group "yyy" { dataset {} dataset {} } group "zzz" { dataset {} dataset {} } } where ...
Jeremy Reeve
Dec 1, 2011 at 6:22 am
Dec 2, 2011 at 7:48 am -
This bug appears intermittently in R CMD check when reference classes have finalize methods. The problem is that garbage collection can be run after the methods package is no longer available. It ...
Martin Morgan
Dec 8, 2011 at 10:52 pm
Dec 29, 2011 at 7:35 pm -
I have an external pointer object that I'd like to pass from my R code to some C code. Per Section 5.13 of "Writing R Extensions", I've noted that "external pointers should only be used as part of an ...
Patrick Leyshock
Dec 28, 2011 at 5:07 am
Dec 28, 2011 at 3:09 pm -
Well, I was able to build R 2.14.0 on my Solaris x86 machine, with a lot of work and some help. Thanks! At first the update.packages() would not work because some of the .so files that came with R ...
RogerP
Dec 22, 2011 at 6:13 pm
Dec 23, 2011 at 1:38 pm -
Dear experRts, I have the feeling that the 'name' argument to the attach function is ignored when 'what' is a file name. Here is an example: save(letters, file="letters.RData") letters.env <- ...
Xavier Robin
Dec 22, 2011 at 1:39 pm
Dec 23, 2011 at 11:22 am -
On CRAN, the package RSVGTipsDevice is only installed for 32bit Windows, and is not available as a 64bit package for Windows. The file linked to in the package check summary on CRAN says "NB: this ...
Tony Plate
Dec 20, 2011 at 2:59 am
Dec 20, 2011 at 2:17 pm -
It seems that there are speed issues when printing to the R console from a tcl/tk GUI. Here are functions to write a lot of output, and to display how long it takes. printsalot <- function(n) { for(i ...
Richard Cotton
Dec 19, 2011 at 10:34 am
Dec 20, 2011 at 12:54 pm -
Dear R Core Team, I have a question related to the programming interface for namespace object creation at run-time. This is something that I need in the rdyncall package: During the dynamic linkage ...
Daniel Adler
Dec 16, 2011 at 12:36 pm
Dec 16, 2011 at 1:11 pm -
How should the Suggests entry be written in this case? Have package that supports parallel processing available for multiple R versions. Original package DESCRIPTION Suggests entry only listed ...
Roebuck,Paul L
Dec 15, 2011 at 6:53 pm
Dec 15, 2011 at 9:08 pm -
I'm making some functions to illustrate regressions and I have been staring at termplot and predict.lm and residuals.lm to see how this is done. I've wondered who wrote predict.lm originally, because ...
Paul Johnson
Dec 14, 2011 at 6:30 am
Dec 14, 2011 at 6:39 am -
With some chagrin after spending a couple of hours trying to debug a script, I realized I had typed in something like ans<-optimx(start, myfn, mygr, lower<-lo, upper=up) that is, the "<-" rather than ...
John C Nash
Dec 12, 2011 at 9:10 pm
Dec 12, 2011 at 9:24 pm -
Is there a hook that allows a graphics device to apply transformations to plotmath expressions *before* they are rendered? If there isn't one yet, would it be feasible to add one? The motivation for ...
Zack Weinberg
Dec 6, 2011 at 8:34 pm
Dec 11, 2011 at 9:17 pm -
Dear list, I think I stumbled across a little bug with respect to the standard initialization routine for Reference Classes. It seems that a field 'self' is treated as if it's name would be '.self' ...
Janko Thyson
Dec 7, 2011 at 3:36 pm
Dec 7, 2011 at 11:19 pm -
Hi, FWIW: /* Taken from R/src/main/unique.c */ static int requal(SEXP x, int i, SEXP y, int j) { if (i < 0 || j < 0) return 0; if (!ISNAN(REAL(x)[i]) && !ISNAN(REAL(y)[j])) return (REAL(x)[i] == ...
Hervé Pagès
Dec 2, 2011 at 1:40 am
Dec 2, 2011 at 3:13 am -
It seems that R is mostly distributed with the tcltk package but not always. Is there some reason for this inconsistency? It would be nice if one could count on those packages that are distributed on ...
Gabor Grothendieck
Dec 1, 2011 at 12:56 am
Dec 1, 2011 at 7:42 am -
Prompted by a (fairly!) recent question from Michael Fuller, I got to thinking about the issue of goodness-of-fit testing via chisq.test() using p-values obtained via simulation. I believe that such ...
Rolf Turner
Dec 23, 2011 at 6:16 am
Dec 23, 2011 at 6:16 am -
I read this in the help page of unique in 2.14.0, but I reckon it's not changed yet in 2.14.1 Under the section 'see also' is mentioned : duplicated which gives the indices of duplicated elements ...
Joris Meys
Dec 22, 2011 at 3:59 pm
Dec 22, 2011 at 3:59 pm -
I get the following error from one of my Rd files in R CMD check (R 2-14.0) * checking Rd files ... WARNING Error in switch(attr(block, "Rd_tag"), TEXT = if (!grepl("^[[:space:]]* $", : EXPR must be ...
Terry Therneau
Dec 16, 2011 at 10:12 pm
Dec 16, 2011 at 10:12 pm -
Hello, I get the following: trying URL 'http://cran.fhcrc.org/src/contrib/abind_1.4-0.tar.gz' Content type 'application/x-gzip' length 19642 bytes (19 Kb) opened URL ...
Dan Tenenbaum
Dec 13, 2011 at 9:58 pm
Dec 13, 2011 at 9:58 pm -
All, When building a package, how can I suppress startup messages of package imports? I know you can use suppressPackageStartupMessages() around library or require when loading a package, but can I ...
Scott Chamberlain
Dec 12, 2011 at 3:23 pm
Dec 12, 2011 at 3:23 pm -
In a vanilla R 2.14.0 GUI session (on Windows XP SP3): Is it intentional that clusterSetRNGStream() changes the RNG kind in the master process? The code of clusterSetRNGStream() suggests that it is ...
J. R. M. Hosking
Dec 10, 2011 at 9:00 pm
Dec 10, 2011 at 9:00 pm
Group Overview
group | r-devel |
categories | r |
discussions | 53 |
posts | 201 |
users | 73 |
website | r-project.org |
irc | #r |
73 users for December 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)