Search Discussions
-
I've got another edition of my simulation replication framework. I'm attaching 2 R files and pasting in the readme. I would especially like to know if I'm doing anything that breaks .Random.seed or ...
Paul Johnson
Feb 17, 2012 at 8:57 pm
Mar 2, 2012 at 1:51 pm -
Dear R developers, Due to the increasing use R in hydrology and other close-related environmental sciences, I would like to ask if it would be possible to create a new Special Interest Group mailing ...
Mauricio Zambrano-Bigiarini
Feb 13, 2012 at 4:30 pm
Feb 16, 2012 at 1:08 pm -
A little while ago here we had a short discussion about Task Views - I think ignited by someone saying 'how many times do I have to say "have you read the Optimisation Task View?"?' and I poured some ...
Barry Rowlingson
Feb 21, 2012 at 12:58 pm
Feb 27, 2012 at 6:07 pm -
I ran into some very irritating behaviour I don't understand. Let me illustrate with the package gdata() and the function print.object_size() : A single object matching ?print.object_size? was found ...
Joris Meys
Feb 24, 2012 at 10:24 am
Feb 24, 2012 at 4:08 pm -
Hi all, Am I using the correct syntax to set a custom R_LIBS when running R CMD INSTALL from the command line? I get: R_LIBS=/Users/hadley/R-dev R CMD INSTALL aL3xa-rapport-08e68ca/ # Desktop ...
Hadley Wickham
Feb 7, 2012 at 6:13 pm
Feb 9, 2012 at 1:32 pm -
We have an R package which needs to include a JAR file. Is there a canonical directory for it?
Roebuck,Paul L
Feb 7, 2012 at 9:34 pm
Feb 9, 2012 at 1:08 am -
I am in the process of creating a package in R which calls pre-compiled C code i.e. '.exe' files in Windows. Since CRAN will not accept packages with binary code files, what are my options to meet ...
Sahir bhatnagar
Feb 13, 2012 at 7:36 pm
Feb 20, 2012 at 6:23 pm -
Hello all, I'm trying hard to make R CMD SHLIB work on Windows XP (32-bit) - please note that I don't have the admin rights on the computer. In terms of setup, I have followed the procedure : = ...
Lorenzo
Feb 14, 2012 at 12:09 am
Feb 16, 2012 at 5:06 am -
I am trying to add #include <R.h to a .c file in one of my package, so I can call error() without a complaint about implicit defined function. The src/ has a Makefile, to build some exec/ files that ...
Paul Gilbert
Feb 19, 2012 at 7:45 pm
Feb 20, 2012 at 2:46 am -
... ... Now it could be that people are not trying very hard to solve their own problems, but to be fair it is a pretty gruelling process to find the Task Views. May I suggest that there be a "Task ...
Patrick Burns
Feb 11, 2012 at 5:55 pm
Feb 15, 2012 at 4:30 am -
Hi list, I'm using the package XML to create a simple XML document. Unfortunately constructing the XML tree is extremely slow. My code (see below) adds only about 100 nodes per second on an Intel i5 ...
Titus von der Malsburg
Feb 10, 2012 at 12:18 pm
Feb 10, 2012 at 6:12 pm -
I get an error when trying to compile a FORTRAN source file for use in a package that I am developing. The error, reported in 00install.out is below. * installing *source* package 'USGSstats' ... ** ...
David L Lorenz
Feb 8, 2012 at 8:16 pm
Feb 9, 2012 at 3:55 pm -
Doing package development on a Windows 7 machine, and I want to tell R check not to worry about the "suggested" packages. I realize this can be done using the ~/.R/check.Renviron file, but what ...
Robert M. Flight
Feb 1, 2012 at 7:10 pm
Feb 1, 2012 at 9:44 pm -
Hello, All: What can people tell me about converting back slashes to forward slashes in character strings? Several years ago, Prof. Ripley provided a solution, which I lost and have not been able to ...
Spencer Graves
Feb 29, 2012 at 5:37 pm
Feb 29, 2012 at 6:24 pm -
Hello, Regarding this in R-devel/NEWS/New features : o ?library(pkg)? no longer warns about a conflict with a function from ?package:base? if the function is an identical copy of the base one but ...
Matthew Dowle
Feb 27, 2012 at 9:59 am
Feb 27, 2012 at 3:34 pm -
The help has I'm proposing to extend these two convenience functions to also work ``correctly'' for generalized versions of matrices. The current implementation : NROW <- function(x) ...
Martin Maechler
Feb 4, 2012 at 4:38 pm
Feb 9, 2012 at 12:08 am -
Hi! I've been playing with MKL for a few days and I noticed the instructions in the R Installation Administration manual [1] no longer apply. It seems that since version 10.0 (the one used by the ...
Milan Bouchet-Valat
Feb 10, 2012 at 3:15 pm
May 30, 2012 at 10:32 pm -
Hello, I have come across some unexpected behaviour of the function heatmap in the stats package. This looks like a bug to me, but I might have misunderstood something. When calling the function in ...
Pär Engström
Feb 28, 2012 at 10:04 am
Mar 12, 2012 at 5:42 pm -
Dear all, Now that R has OpenMP facilities, I'm trying to use it for my own package but I'm still wondering if it is safe to use random number generation within a OpenMP block. I looked at the R ...
Mathieu Ribatet
Feb 22, 2012 at 8:23 am
Feb 22, 2012 at 3:29 pm -
Maybe I am missing something, but according to the help page to par (section "Color Specification"), which is referred to in the help to text argument col: ?"transparent"? or (integer) ?NA? is ...
Peter Ruckdeschel
Feb 20, 2012 at 11:09 am
Feb 21, 2012 at 12:14 am -
Running R CMD check on a package can take quite a lot of time. Checks seem like they could be run in parallel (separate processes for, e.g., codoc, examples, tests, ...). Is there a way to do this? ...
Martin Morgan
Feb 17, 2012 at 6:50 am
Feb 17, 2012 at 7:46 pm -
Hi, I have options(help_type="html") in my .Rprofile and when I type ?foo, the man page appears as a new tab in my web browser (which is already running). Fine. However, when I type ??foo, rather ...
Hkawakat
Feb 15, 2012 at 1:03 pm
Feb 15, 2012 at 5:49 pm -
Hi, This is what I get with recent R devel on a 64-bit Ubuntu laptop: Error in print.default(m, ..., quote = quote, right = right) : cannot allocate memory block of size 17179869182.6 Gb I get ...
Hervé Pagès
Feb 8, 2012 at 12:08 am
Feb 9, 2012 at 1:36 am -
Dear list! I have a script that processes a large number of data files. When one file fails to process correctly, I want the script to write a message and to continue with the next file. I achieved ...
Titus von der Malsburg
Feb 3, 2012 at 10:49 am
Feb 6, 2012 at 5:02 pm -
Hi, I'm new to R, and am trying to embed R into another application. I'm calling gev.fit() from the ismev package, and it is crashing somewhere inside it. gdb is not catching it, and valgrind is not ...
Dave Pugmire
Feb 1, 2012 at 3:24 pm
Feb 1, 2012 at 6:07 pm -
pkgA's NAMESPACE has importFrom(graphics, plot) exportClasses("A") exportMethods("plot") R/foo.R has setClass("A") setMethod("plot", "A", function(x, y, ...) {}) During R CMD INSTALL pkgA_1.0.tar.gz ...
Martin Morgan
Feb 26, 2012 at 6:39 am
Mar 1, 2012 at 8:28 pm -
Under 'CHANGES IN R VERSION 2.14.2' in NEWS, there is: "R CMD check has a new option -as-cran to turn on most of the customizations that CRAN uses for its incoming checks." "-as-cran" should be ...
Henrik Bengtsson
Feb 29, 2012 at 2:13 am
Feb 29, 2012 at 5:12 pm -
Hi all, This feature was throwing me for a loop for quite some time until I played with the names of the slots. Consider exhibit A: ============== setClass("SVM", representation=representation( ...
Steve Lianoglou
Feb 21, 2012 at 4:13 pm
Feb 21, 2012 at 5:25 pm -
Someone supplied me with a small SPSS datafile that caused a buffer overflow and then a crash when reading it in R. It seems like a pretty serious issue to me. Unfortunately I can't supply the ...
Jeroen Ooms
Feb 15, 2012 at 6:05 am
Feb 15, 2012 at 10:04 pm -
Dear R-developers community, I have the following generic: setGeneric( name="newsample", def=function(x,y,z,a,b,c,...){standardGeneric("newsample")} And I can build several methods for this generic ...
James Foadi
Feb 14, 2012 at 4:43 pm
Feb 14, 2012 at 5:57 pm -
Dear all, I am developing a package, which bundles my most frequently used functions. One of those is a modified version of droplevels from the base package (basically, it preserves any contrast ...
Thaler,Thorn,LAUSANNE,Applied Mathematics
Feb 13, 2012 at 11:59 am
Feb 14, 2012 at 7:12 am -
CCd to r-devel as suggested by Peter. Thanks Hadley - I should definitely look closer into the devtools package - there really seem to be some gems in there. One example is this function - sounds ...
Rainer M Krug
Feb 10, 2012 at 8:11 am
Feb 13, 2012 at 8:31 am -
Hi, Since C++ code compiled with g++ 4.6.3 on Windows (the version included in latest Rtools) now can produce things like '1.#IND' when writing doubles to a file (using the << operator), I wonder ...
Hervé Pagès
Feb 9, 2012 at 1:59 am
Feb 9, 2012 at 4:36 am -
After upgrading my servers to 2.14, log files were filled warnings that 'mem.limits' has been deprecated and to use gc instead. After reading the NEWS for R 2.14.0 and PR#14795 I learned that it is ...
Jeroen Ooms
Feb 6, 2012 at 8:45 pm
Feb 6, 2012 at 9:57 pm -
Dear R List, I encountered a serious problem regarding the registration of ".C" when following the documentation "Writing R Extensions" that leads to a segmentation fault (tested on windows and mac ...
Daniel Adler
Feb 6, 2012 at 1:27 pm
Feb 6, 2012 at 3:42 pm -
I am getting a 404 page for this: http://wiki.r-project.org/ I was not sure who to write this to - so I am writing it here. Best, Tal ----------------Contact ...
Tal Galili
Feb 3, 2012 at 3:55 pm
Feb 3, 2012 at 5:08 pm -
I have a program which is designed to read through a dbf file and carry out certain amount of further calculation if one condition obtained from the newly read line. The condition to determine if the ...
Zisheng xing
Feb 29, 2012 at 12:36 pm
Mar 1, 2012 at 6:52 pm -
I'm wondering whether anyone has any insight into why the 'simulate' methods for the built-in glm() families (binomial, Poisson, Gamma ...) extract the prior weights using object$prior.weights rather ...
Ben Bolker
Feb 21, 2012 at 9:57 pm
Feb 27, 2012 at 1:10 pm -
Hello, Everybody: This may not be a "bug", but for me it is an unexpected outcome. A factor variable's levels do not retain their ordering after the levels function is used. I supply an example in ...
Paul Johnson
Feb 25, 2012 at 6:16 pm
Feb 25, 2012 at 6:25 pm -
I'd like to follow up on this one. It may be that I have misunderstood something, but on both R devel (2012-02-22 r58452) and R 2.14.1 patched (2012-02-18 r58394) I can't seem to avoid loading ...
Henrik Bengtsson
Feb 23, 2012 at 8:14 am
Feb 24, 2012 at 12:31 am -
Hi list, is there a way to define some kind of private Variable? I would like to prevent the user from manipulating fields on his own, in order to not destroy data structures. The problem is, that as ...
Claus Jonathan Fritzemeier
Feb 21, 2012 at 11:07 am
Feb 22, 2012 at 7:55 pm -
?tempdir says By default, ?tmpdir? will be the directory given by ?tempdir()?. This will be a subdirectory of the temporary directory found by the following rule. The environment variables ?TMPDIR?, ...
Brian G. Peterson
Feb 21, 2012 at 7:20 pm
Feb 21, 2012 at 7:50 pm -
Dear list, Fully according to the documented behaviour, I was bitten by apply() simplifying results to vectors or arrays when the lengths of the individual objects returns by FUN are the same (over ...
Gavin Simpson
Feb 20, 2012 at 4:03 pm
Feb 21, 2012 at 7:09 am -
I stumbled across one of those intermittent bugs where the code sometimes works and sometimes doesn't. Below is an example run showing a failure where a CHARSXP object was not properly created (by ...
Patrick Aboyoun
Feb 16, 2012 at 10:08 pm
Feb 19, 2012 at 5:21 pm -
I'm sure I'm being an absolute bonehead (again), but can someone suggest what I might be doing wrong? Trying to build latest r-devel on Ubuntu 10.04; as recommended in various places, trying to build ...
Ben Bolker
Feb 17, 2012 at 4:31 pm
Feb 17, 2012 at 7:46 pm -
i know RCurl pakage to retrieve web content,it has limited use, i want interactive package like (in perl--- Mechanize, In java--- Watij,Prowser,HTMLunit,HTTPunit, in Ruby---- Watir ,etc) this ...
Sagarnikam123
Feb 10, 2012 at 10:54 am
Feb 15, 2012 at 3:59 pm -
Hello, Can I do the following? Is parallel:::clusterApplyLB() designed to work like this? The code below is for illustrative purposes only. library(parallel) myFunction<-function(myPar1, myPar2, ...) ...
Slava Razbash
Feb 13, 2012 at 6:51 am
Feb 13, 2012 at 8:54 am -
Hi! All I want to keep some file which user defined when re-installing or updating package. Is there any way to do? Thanks. --Heewon--
전희원
Feb 8, 2012 at 12:02 am
Feb 8, 2012 at 2:11 pm -
Hi, I'm looking for a way to generate a "full stop" that will not be caught by signal handlers, cf. .Internal(.dfltStop(msg, call)). RATIONALE: In the R.oo package I have throw() which (leaving out ...
Henrik Bengtsson
Feb 29, 2012 at 7:11 pm
Feb 29, 2012 at 7:11 pm -
Is there an R package for fetching email from an IMAP mail server? I found the CRAN package sendmailR (for sending mail via SMTP) and the CRAN package Imap (but that is actually Interactive Mapping, ...
Stavros Macrakis
Feb 28, 2012 at 7:43 pm
Feb 28, 2012 at 7:43 pm
Group Overview
group | r-devel |
categories | r |
discussions | 60 |
posts | 248 |
users | 77 |
website | r-project.org |
irc | #r |
77 users for February 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)