Search Discussions
-
Hi, So now R CMD check starts to warn against :::, but I believe sometimes it is legitimate to use it when developing R packages. For example, I have some utils functions that are not exported but I ...
Yihui Xie
Aug 22, 2013 at 5:45 am
Aug 26, 2013 at 7:55 pm -
Hi, I'm a newbie to R package submission. I've written a program using basic functions inside R to manipulate phylogeny tree data. I've relied on the APE package. After almost year of working on it, ...
Sana Wajid
Aug 27, 2013 at 6:50 pm
Aug 29, 2013 at 7:51 pm -
I have a package (TSdbi) which provides end user functions that I export, and several utilities for plugin packages (e.g. TSMySQL) that I do not export because I do not intend them to be exposed to ...
Paul Gilbert
Aug 28, 2013 at 4:15 pm
Aug 29, 2013 at 11:19 am -
I am using a variant of stopifnot a lot. can I suggest that base R extends its functionality? I know how to do this for myself. this is a suggestion for beginners and students. I don't think it would ...
Ivo welch
Aug 20, 2013 at 6:41 pm
Aug 21, 2013 at 11:49 pm -
Hi all, Why is the object size of an empty vector 40 bytes? (At least in 64-bit R.) object.size(integer(0)) # 40 bytes Reading R internals, it looks like it should be: * 4 bytes: sxpinfo header (= 32 ...
Hadley Wickham
Aug 29, 2013 at 1:39 pm
Aug 29, 2013 at 9:23 pm -
Dear List, In one of my packages I have an S3 method for the plot3d generic function from package rgl. I am trying to streamline my Depends entries but don't know how to have plot3d(foo) in the ...
Gavin Simpson
Aug 24, 2013 at 4:01 am
Aug 26, 2013 at 7:18 pm -
In the recommended package rpart (version 4.1-1), the file rpartpl.R contains the following line: return(x = x[!erase], y = y[!erase]) AFAIK, returning multiple values like this is not valid R. Is ...
Justin Talbot
Aug 12, 2013 at 5:06 pm
Aug 13, 2013 at 8:34 pm -
R-team, The $value element of the return value of *withVisible* does not agree with the return value of *eval* when *withVisible* is passed a variable (symbol) containing an expression object or ...
Gabriel Becker
Aug 14, 2013 at 11:46 pm
Aug 15, 2013 at 3:11 pm -
Hi all, I've been trying to learn more about memory profiling in R and I've been trying memory profiling out on read.table. I'm getting a bit of a strange result, and I hope that someone might be ...
Hadley Wickham
Aug 28, 2013 at 4:17 pm
Aug 28, 2013 at 6:52 pm -
Dear r-developers: I am struggling with some fundamental aspects of model.frame(). Conceptually, I think of a flow from data - model.frame() - model.matrix; the data contain _input variables_, while ...
Ben Bolker
Aug 17, 2013 at 4:19 pm
Aug 29, 2013 at 9:51 pm -
Dear all, When running function 'testQAReport()', which uses function 'buildVignettes()' to create a pdf-file I get the following error: Error in .get_package_metadata(pkgdir) : Files 'DESCRIPTION' ...
Cstrato
Aug 28, 2013 at 7:33 pm
Aug 29, 2013 at 8:52 pm -
I need to create a data.frame from C-language and populate it. I Know how to create lists from C, but I cannot figure out how to create a data.frame. Does anyone have a sample code for creating a ...
Boris Aronshtam
Aug 9, 2013 at 9:48 pm
Aug 12, 2013 at 4:25 pm -
Dear list, I am trying to produce a pdf manual using Rtools (version 3.1.0.1936) on Windows 8 (64-bit). I am also aware of the inconsolata issue posted in the forum ...
Tonio
Aug 6, 2013 at 11:58 am
Aug 8, 2013 at 3:42 pm -
Dear all, On the CRAN website http://cran.r-project.org/ it is currently not possible to get to the packages. Clicking on "Packages" or on "Contributed extension packages" results in Error 404 ...
Cstrato
Aug 29, 2013 at 12:08 pm
Aug 29, 2013 at 1:06 pm -
Dear List, I'm in the process of making tweaks to my various R packages following changes in r-devel for package checks. I'm wondering about the one use of ::: in one of my packages. I am arranging ...
Gavin Simpson
Aug 23, 2013 at 3:15 pm
Aug 24, 2013 at 4:05 am -
Now that R 3.0.0+ supports non-Sweave vignettes, R-exts \S 1.4.2 seems to imply that it is possible to include both Sweave and knitr vignettes in a single package. I'm wondering if anyone has tried ...
Michael Friendly
Aug 23, 2013 at 8:24 pm
Aug 24, 2013 at 3:20 am -
In checking my vcdExtra package, the following NOTE newly appeared (R-Forge, using R version 3.0.1 Patched (2013-08-20 r63635)) Package in Depends field not imported from: ?gnm? These packages needs ...
Michael Friendly
Aug 22, 2013 at 1:09 pm
Aug 22, 2013 at 8:28 pm -
Dear R-team, I've been using R for a while and decided to contribute some bug fixes. The first bug I tried to solve was https://bugs.r-project.org/bugzilla3/show_bug.cgi?id411 I have attached a ...
Aleksey Vorona
Aug 15, 2013 at 10:07 pm
Aug 17, 2013 at 5:32 am -
On the local documentation page for Binomial, i.e. http://127.0.0.1:xxxx/library/stats/html/Binomial.html The link to Catherine Loader's paper "Catherine Loader (2000). *Fast and Accurate Computation ...
Sean O'Riordain
Aug 10, 2013 at 1:48 pm
Aug 10, 2013 at 6:43 pm -
This was an R-devel topic, and I have moved it where it belongs. See the posting guide. It is not just a question of translating, but keeping translations up to date. Even for messages, the latter is ...
Prof Brian Ripley
Aug 3, 2013 at 5:06 pm
Aug 6, 2013 at 4:03 am -
"Why did read.table stop reading my file" is a pretty FAQ, e.g. http://thread.gmane.org/gmane.comp.lang.r.general/297406/focus=297409 (I could come up with a lot more examples if someone wanted). The ...
Ben Bolker
Aug 5, 2013 at 1:31 pm
Aug 5, 2013 at 3:37 pm -
Hello Folks, I have an R package published on CRAN and I want to rename it for the next version, something like from "rName" to "rNAME". I have read the CRAN policy, but did not find any topic ...
Comaths
Aug 27, 2013 at 4:38 pm
Aug 28, 2013 at 4:09 pm -
hi all -- this might not be the correct list for this question/discussion, though R-help didn't seem like the correct venue, either, so... i'm looking for just some extra clarification of how local ...
Murat Tasan
Aug 14, 2013 at 11:47 pm
Aug 15, 2013 at 3:33 pm -
Hi, table1D() below can be up to 60x faster than base::table() for the 1D case. Here are the detailed speedups compared to base::table(). o With a logical vector of length 5M: 11x faster (or more if ...
Hervé Pagès
Aug 9, 2013 at 8:19 am
Sep 16, 2013 at 7:55 pm -
Hi all, im triyng to implement a bayesian model with R and c++. I have a strange problem. I can't reproduce the error with a small script and then i post the original one. The problem is after the ...
Gianluca Mastrantonio
Aug 27, 2013 at 12:14 pm
Aug 27, 2013 at 1:14 pm -
Hi R users, I am developing two packages. Each package uses some functions from the other package. Now when I define these dependencies in the NAMESPACE file (via importFrom(XXXX,function1,....)), i ...
Jannis
Aug 21, 2013 at 2:34 pm
Aug 25, 2013 at 2:18 pm -
http://cran.r-project.org/doc/manuals/R-exts.html#Configure-and-cleanup near the start of 1.2.1 Using Makevars says I'm confused. If Makeconf is included after Makevars, then how can Makevars use ...
Ross Boylan
Aug 23, 2013 at 11:53 pm
Aug 24, 2013 at 12:22 am -
Hi R-core, I have been working on squashing a few bugs in the past couple of days (specifically I have submitted patches for 15425<https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15425 and 15253 ...
Gabriel Becker
Aug 19, 2013 at 12:04 am
Aug 19, 2013 at 3:25 pm -
Dear list, I have tried to compile and install the development version of R, but met some problems I'm not quite sure how to resolve. I have downloaded the code from your repository, configured, and ...
Arrain Txikiak
Aug 19, 2013 at 10:34 am
Aug 19, 2013 at 1:08 pm -
Reading "R Internals" made me believe that R_UnboundValue was a placeholder that would be skipped over in variable lookup. viz. the section of R Internals "Hash tables" says "items are not actually ...
Peter Meilstrup
Aug 18, 2013 at 1:12 pm
Aug 19, 2013 at 4:38 am -
R-Devel, I store and retrieve a large amount of financial data (millions of rows) in a PostgreSQL database keyed by date (and represented in R by class Date). Unfortunately, I frequently find that a ...
McGehee, Robert
Aug 16, 2013 at 5:54 pm
Aug 16, 2013 at 8:02 pm -
Hi, all, I have 2 questions about signal handling in R. Would you pls help give me some suggestions? Many thanks! [How to block the signal in one R function]: If one R function hopes to be running ...
Rong lI Li
Aug 14, 2013 at 10:30 am
Aug 14, 2013 at 4:38 pm -
1
[Rd] Reason for difference in singular value decomposition produced by function La.svd (via prcomp)?
Dear expeRts, I previously posted this message to R-help and did not get a response, therefore I now try here, with a few additional system details added. I have run some simulations under R 2.15.1 ...Ulrike Grömping
Aug 12, 2013 at 8:26 am
Aug 12, 2013 at 12:57 pm -
I don't know if this is a bug. I can reproduce the following on Ubuntu 12.04.2 and 13.04 64-bit with R version 3.0.1 and with r63479. There is no difference if R is patched with the fix for PR#15407 ...
Scott Kostyshak
Aug 3, 2013 at 9:56 am
Aug 3, 2013 at 10:06 am -
Hi all, RProf with memory profiling = TRUE provides a useful breakdown of R's memory usage into small vectors, big vectors and nodes. Is there a way to get this information from the command line? ...
Hadley Wickham
Aug 28, 2013 at 1:50 pm
Aug 28, 2013 at 1:50 pm -
This should probably be submitted eventually as a wishlist to R-core, as it requires (minor) changes to base R, but I thought I would float it here first ... In a package, I construct glm()-like ...
Ben Bolker
Aug 27, 2013 at 5:32 pm
Aug 27, 2013 at 5:32 pm -
Thank you, it does work now indeed. My platform is 32 bit. -- Txikiak
Arrain Txikiak
Aug 20, 2013 at 8:05 pm
Aug 20, 2013 at 8:05 pm -
If readChar() reads from a connection and the specified number of bytes are not all available, it returns with what it can find. That's as documented (further down the help page) and it's what the ...
Thomas Lumley
Aug 14, 2013 at 9:25 pm
Aug 14, 2013 at 9:25 pm -
Hi, Is there a way to retrieve the parsed location of currently executed function? In other words, how to define a function "foo" such that when sourced from a file "file_with_foo.R" containing foo() ...
Vitalie Spinu
Aug 13, 2013 at 12:44 pm
Aug 13, 2013 at 12:44 pm -
"followed" on line 423 of R-exts.texi should probably be "followed by" (or you could say "'followed' on line 423 should probably followed by 'by'" :-) ) cheers Ben Bolker ...
Ben Bolker
Aug 8, 2013 at 3:59 pm
Aug 8, 2013 at 3:59 pm -
I noticed that there is some redundant text in eigen.Rd (both the patched and the devel version). "whereas" appears to be a leftover of previous versions. \source{ By default \code{eigen} uses the ...
Berend Hasselman
Aug 4, 2013 at 7:33 pm
Aug 4, 2013 at 7:33 pm -
Hello Dear R developers. In using R 3.0.1 on Windows 7 (tried on two computers), I encountered the following behavior: ################################### ################################### # get a ...
Tal Galili
Aug 4, 2013 at 7:02 am
Aug 4, 2013 at 7:02 am -
Thank you both. It works like a charm (tried it on Windows). /Henrik On Wed, Jul 31, 2013 at 7:17 AM, Simon Urbanek wrote:
Henrik Bengtsson
Aug 1, 2013 at 5:26 pm
Aug 1, 2013 at 5:26 pm
Group Overview
group | r-devel |
categories | r |
discussions | 43 |
posts | 239 |
users | 72 |
website | r-project.org |
irc | #r |
72 users for August 2013
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)