Search Discussions
-
I know this has come up before on R-help (http://r.789695.n4.nabble.com/7-arguments-passed-to-Internal-identical-which-requires-6-td4548460.html) but I have a concise reproducible case that I wanted ...
Dan Tenenbaum
Jun 5, 2012 at 11:22 pm
Jun 14, 2012 at 12:20 pm -
I'm trying to overload an operator, and I'm running into a strange problem. It happens when I install and load the package, but not when I simply source() the code. I'm defining + for two classes ...
Winston Chang
Jun 14, 2012 at 12:41 am
Jun 25, 2012 at 2:31 pm -
Hi again, following my previous post on RCurl, I cannot install Rcpp either: g++ -m32 -I/home/renaud/bin/R/2.15/lib64/R/include -I/home/renaud/bin/R/2.15/lib64/R/include/i386 -DNDEBUG ...
Renaud Gaujoux
Jun 8, 2012 at 10:27 am
Jun 12, 2012 at 11:03 am -
I am reading into Java dput output for a matrix, more specifically for a file backed big-matrix. I basically need to lift dimnames for a matrix from dput output. It's no big deal, but the code is ...
Andre zege
Jun 19, 2012 at 3:04 pm
Jun 25, 2012 at 6:17 pm -
Hi, I've added R_init_data_table to the "data.table" package (which has a dot in its name). This works well in R 2.15.0, because of this from the Writing R Extensions manual : " Note that there are ...
Matthew Dowle
Jun 12, 2012 at 8:57 am
Jun 13, 2012 at 10:03 am -
Hello. Has any further action been taken regarding implementing David Simcha's fast Kendall tau code (now found in the package pcaPP as cor.fk) into R-base? It is literally hundreds of times faster, ...
Adler, Avraham
Jun 25, 2012 at 6:48 pm
Jun 28, 2012 at 2:40 am -
Hi List, I've set up a CRAN-like repository (not a CRAN mirror) on the local filesystem (this will change to http in the future). R has been told about this repository using the following entry in ...
Ingmar Schuster
Jun 21, 2012 at 9:58 am
Jun 23, 2012 at 3:00 pm -
I have developed an R package that works under Win32, but when I attempt to build it on Win64, I get ERROR: loading failed for 'x64' More precisely, I developed and tested the package under Win32 and ...
John Nolan
Jun 24, 2012 at 1:54 am
Jun 24, 2012 at 3:28 pm -
I've been playing with passing arguments to .C(), and found that replacing as.double(x) with if(is.double(x)) x else as.double(x) saves time and avoids one copy, in the case that x is already ...
Tim Hesterberg
Jun 6, 2012 at 10:53 pm
Jun 7, 2012 at 9:06 am -
[Env: Win Xp / StatET 2.0 / R 2.15.0] In my heplots package I extended the HE-examples.Rnw vignette under inst/doc. The package passes R CMD check on my machine: * using log directory ...
Michael Friendly
Jun 6, 2012 at 1:21 pm
Jul 24, 2012 at 5:15 am -
Hi, With R version 2.10.0 (2009-10-26) on Windows, I computed the p=1.e-20 quantile of the geometric distribution with parameter prob=0.1. [1] -1 But this is not possible, since X=0,1,2,... I guess ...
Michael Baudin
Jun 28, 2012 at 8:49 pm
Jun 30, 2012 at 2:15 pm -
The X11 device driver does not provide the X window manager with an icon (_NET_WM_ICON) or, under some circumstances, with a class (WM_CLASS). This hinders usability under the new stable version of ...
Philip Johnson
Jun 7, 2012 at 7:05 pm
Jun 13, 2012 at 9:50 pm -
Hello all, I was trying to compile a simple C program hello.c using R CMD SHLIB hello.c. MY R software residing in C:\Program Files\R\R-2.15.0, and also I have downloaded the Rtools 2.15.0 and it is ...
Arathy Ram
Jun 6, 2012 at 10:16 am
Jun 6, 2012 at 6:08 pm -
I apologize that these questions are stupid and literal. I write to ask for clarification of comments in the R extensions manual about vignettes. I'm not great at LaTeX, but I'm not a complete novice ...
Paul Johnson
Jun 1, 2012 at 6:53 pm
Jun 4, 2012 at 1:55 pm -
Hi, I am getting a strange error with 15.0 which I've not seen with previous versions of R. If sysdata.rda is included in R directory of the package I am getting: R CMD build betfairly.roxygen/ * ...
Vitalie Spinu
Jun 15, 2012 at 2:37 pm
Jun 23, 2012 at 2:08 pm -
Dear R-devel, I am now at a debugging phase, and would like to inspect the (individual) values in an arbitrary R vector. It should be simple, but after hours of reading I am simply unable to find the ...
Adrian Duşa
Jun 21, 2012 at 11:38 am
Jun 21, 2012 at 12:33 pm -
Dear R devel, Apologies for these (most probably trivial) questions, doing my first attempt to call C from R (and actually learning C in the process). I need to pass a matrix to C, and after reading ...
Adrian Duşa
Jun 19, 2012 at 3:40 pm
Jun 20, 2012 at 5:58 am -
Hello, All: I have for years copied an address like "C:\Program Files\R\R-2.15.0\library\MASS\scripts" from Windows Explorer into R, then manually replaced "\" with "/". I have a function to automate ...
Spencer Graves
Jun 10, 2012 at 1:40 am
Jun 10, 2012 at 11:34 pm -
Hello all - first time poster long time reader, I'm currently working on a package, and was interested to compare performance with and without gcc/g++ -O based optimization. I can turn the -O flags ...
Alexholehouse
Jun 7, 2012 at 5:32 pm
Jun 7, 2012 at 6:13 pm -
Hi, I'm working on a package and observed a behaviour that was suggested to be incompatible with the documentation. The code below: x <- matrix(1:4, 2) dimnames(x) <- list() works just fine. But ...
Benilton Carvalho
Jun 5, 2012 at 11:37 pm
Jun 5, 2012 at 11:51 pm -
I was looking at how the model.frame method for lm works and comparing it to my own for coxph. The big difference is that I try to retain xlevels and predvars information for a new model frame, and ...
Terry Therneau
Jun 5, 2012 at 3:17 pm
Jun 5, 2012 at 5:43 pm -
Hello, I'm attempting to build R on Solaris 64-bit using gcc4, and am running into the following error: ld.so.1: R: fatal: relocation error: R_AMD64_PC32: file ...
Chander Ganesan
Jun 4, 2012 at 6:27 pm
Jun 5, 2012 at 2:48 pm -
Dear r-devel list members, By placing a call to the new (with R 2.15.1) globalVariables() in the development version of the Rcmdr package, I've succeeded in reducing the "notes" produced by R CMD ...
John Fox
Jun 23, 2012 at 3:51 pm
Jun 24, 2012 at 2:57 pm -
I'm adding a couple of vignettes to an existing package. When I make a change to the sweave file, and run the check command, c:\conifers\trunk R CMD check rconifers I get the following message(s) in ...
Jeff Hamann
Jun 22, 2012 at 10:01 pm
Jun 23, 2012 at 5:18 am -
Hi, Since upgraded to R 2.15, I have a problem with duplicate S4 class name no longer works (the reason for having duplicate S4 class names is just software forks - they are largely identical but ...
Hin-Tak Leung
Jun 21, 2012 at 10:02 pm
Jun 22, 2012 at 10:14 am -
Dear list, is there a way to declare public and private methods in S4 Reference Classes? If not, are there plans to add such a feature? You'll find a small code example of what I mean at ...
Janko Thyson
Jun 18, 2012 at 8:01 am
Jun 21, 2012 at 3:24 am -
Greetings, I have submitted a bug report / wish to the R Bug tracker (https://bugs.r-project.org/bugzilla3/show_bug.cgi?id939), but I'd like to make this request here as well. Essentially, I was ...
Charlie Friedemann
Jun 6, 2012 at 3:27 am
Jun 14, 2012 at 1:52 am -
Dear all, I've recently had some issues getting my package to successfully "check". This was on R-Forge, so it's not obvious for me to provide SessionInfo or the likes (if necessary, Stefan can chime ...
Nick Sabbe
Jun 1, 2012 at 9:19 am
Jun 1, 2012 at 10:10 am -
Hi, as far as I know, calling a plain: install.packages('packageA') with packageA having a dependency to packageB from Bioconductor will not complete without having a Bioc mirror setup in ...
Renaud Gaujoux
Jun 28, 2012 at 11:39 am
Jun 28, 2012 at 11:39 am -
Since there is an identity() function, which new users might find in the course of trying to figure out how to construct an identity matrix, it might make sense to add a "See also" to diag(). (And, ...
Ben Bolker
Jun 28, 2012 at 11:00 am
Jun 28, 2012 at 11:00 am -
H, I was trying to ByteCompile a package that I made. The package compiles successfully with byte compile set to FALSE. When I set ByteCompile to TRUE, I receive the following error message while ...
Mayank Bansal
Jun 26, 2012 at 11:35 am
Jun 26, 2012 at 11:35 am -
Hi, there is a minor glitch with Ctrl-C on Windows: 1. Start Rterm.exe 2. Press Ctrl-C (without ENTER afterwards) to generate a user interrupt signal. 3. Type Sys.sleep(1e6) + ENTER. 4. The user ...
Henrik Bengtsson
Jun 22, 2012 at 4:45 am
Jun 22, 2012 at 4:45 am -
Hi, I'm investigating converting some S4 classes to reference classes and have a question about inheritance. The primary data structure for the original S4 class is a 3-d array. Using the "contains" ...
EJ Nikelski
Jun 14, 2012 at 8:22 pm
Jun 14, 2012 at 8:22 pm -
Greetings, R developers Here are my requests today. 1. Would you care to review this vignette http://pj.freefaculty.org/R/Rchaeology.pdf and tell me if you think it is wrong headed, and 2. Supposing ...
Paul Johnson
Jun 12, 2012 at 8:14 pm
Jun 12, 2012 at 8:14 pm -
Hello, Novice programmer. I'm writing C source code and compiling it in as *.dll in the terminal by R CMD SHLIB foo.c. It works, I'm on a 64 bits windows system. I have the lastest R 2.15.0 and ...
Kevinpw
Jun 9, 2012 at 9:18 pm
Jun 9, 2012 at 9:18 pm -
I'll not be able to comment on the use of C like this, but will warn that I wrote the routines that became Nelder-Mead, CG, and BFGS in optim() in the mid 1970s. CG never did as well as I would like, ...
John C Nash
Jun 9, 2012 at 6:44 pm
Jun 9, 2012 at 6:44 pm -
Tal's wonderful aggregator recently reblogged this post: http://rsnippets.blogspot.com/2012/06/you-should-not-use-split-in-production.html It's a rather obscure little buglet [and probably only ...
R. Michael Weylandt
Jun 8, 2012 at 4:12 pm
Jun 8, 2012 at 4:12 pm -
I've searched to find examples of how to work with the C versions of optim. I've separated out the function just to test on it alone, and currently I'm attempting to use fmmin as follows: !~~CODE ~~! ...
Edward Worbis
Jun 8, 2012 at 1:40 pm
Jun 8, 2012 at 1:40 pm -
Hi, for checking purposes, I setup a multiple sub-architecture R installation following this post from Simon Urbanek: https://stat.ethz.ch/pipermail/r-devel/2011-August/061755.html It all went fine ...
Renaud Gaujoux
Jun 8, 2012 at 9:52 am
Jun 8, 2012 at 9:52 am -
Hi, I have a problem with a large data set wrapped in a reference class. I do that to access the data by reference from within various functions in a script. # The class definition ...
Sander Maijers
Jun 5, 2012 at 1:03 pm
Jun 5, 2012 at 1:03 pm
Group Overview
group | r-devel |
categories | r |
discussions | 40 |
posts | 148 |
users | 58 |
website | r-project.org |
irc | #r |
58 users for June 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)