Search Discussions
-
Hi, I'm trying to cross-compile R to javascript so that it can run in a web-browser. Take as long as you need to stop laughing. So, as I was saying - I want to try and get a build of R running in the ...
Jony Hudson
May 2, 2013 at 4:12 pm
May 23, 2013 at 9:55 pm -
Dear all, When installing the usual packages that I use, after installing R 3.0.1, I noticed that the installation of some packages that query R about its configuration did not succeed. The problem ...
Berwin A Turlach
May 18, 2013 at 6:54 am
Sep 11, 2013 at 5:31 am -
Hello, All: If I use LazyData with the Ecdat package on R-Forge, "R CMD check" reports "no visible binding for global variable 'nonEnglishNames'", where 'nonEnglishNames' is a dataset in Ecdat used ...
Spencer Graves
May 20, 2013 at 11:12 pm
May 22, 2013 at 9:40 pm -
Where can I found hepl about latex errors: the R CMD check tells me less, but: * checking PDF version of manual ... WARNING LaTeX errors when creating PDF version. This typically indicates Rd ...
Knut Krueger
May 3, 2013 at 7:46 am
May 3, 2013 at 2:13 pm -
Hi, I am writing C code for R, but in middle of the routine I want to call solve(A,b) function. What is the right way to solve linear set inside C code? Is it ok to just invoke La_solve()?
Matwey V. Kornilov
May 8, 2013 at 6:24 pm
May 14, 2013 at 1:47 pm -
With main R releases only happening yearly in spring, now is good time to consider *and* discuss new features for what we often call "R-devel" and more officially is R Under development (unstable) ...
Martin Maechler
May 30, 2013 at 8:18 am
Jul 3, 2013 at 9:04 am -
Dear list, For the maintainer of a given package, is it possible to change the licence of a it from GPL = 2 to GPL = 3 ? Thanks in advance, Mauricio Zambrano-Bigiarini, Ph.D -- ...
Mauricio Zambrano-Bigiarini
May 3, 2013 at 2:34 pm
May 3, 2013 at 6:59 pm -
Hello, I've run into a problem which is both maddening and rather hard to replicate, therefore I wondered if someone might know of a plausible explanation for it. I couldn't find anything in the ...
Robin Evans
May 20, 2013 at 3:12 pm
May 23, 2013 at 6:08 am -
Is anyone on this list aware of discussions about locking down/securing R? My colleagues and I are working with health statistics in an office that disallows many useful tools (e.g. emacs, vim, perl, ...
Ben Bolker
May 19, 2013 at 6:16 pm
May 21, 2013 at 7:11 am -
Hello. I seem to be having the same problem that Paul had in the thread titled "[Rd] R 2.15.2 make check failure on 32-bit --with-blas="-lgoto2"" from October of last year ...
Adler, Avraham
May 28, 2013 at 10:36 pm
May 30, 2013 at 11:20 pm -
Duncan, Thank you for the clarification on how delayedAssign works. Should R-level interfaces to promise objects ever become available, I expect they would at time come in handy. On the subject of ...
McGehee, Robert
May 16, 2013 at 1:06 pm
May 17, 2013 at 10:24 am -
I am trying to use R_RegisterCFinalizerEx to ensure some c++ object is properly deleted after use. However, I run into some problems when trying to pass in the third argument which is an Rboolean ...
Jan van der Laan
May 24, 2013 at 6:53 am
May 24, 2013 at 7:23 pm -
Hello dear R-devel, I am not sure if this issue is tracked or not, but in case it isn't: It appears that R 3.0.1 reproduces the error reported for R 3.0.0 here ...
Tal Galili
May 17, 2013 at 6:01 pm
May 19, 2013 at 12:00 pm -
Dear R-Developers, I just started learning how to use Rcpp. Earlier while using it, I encountered an error as shown below: file74d8254b96d4.cpp: In function �Rcpp::NumericVector ...
Xiao He
May 14, 2013 at 4:42 am
May 14, 2013 at 2:17 pm -
Hi, in my packages/functions/code I tend to remove large temporary variables as soon as possible, e.g. large intermediate vectors used in iterations. I sometimes also have the habit of doing this to ...
Henrik Bengtsson
May 25, 2013 at 7:48 pm
May 26, 2013 at 12:10 am -
Hi, I started this post on bioc-devel but this seems to be more general: https://stat.ethz.ch/pipermail/bioc-devel/2013-May/004311.html See reproducible example from Martin below. Thank you. Renaud ...
Renaud Gaujoux
May 8, 2013 at 6:05 am
May 9, 2013 at 4:08 pm -
Encountered an error in scripting, which can be reproduced using Rscript as follows: $ Rscript -e "library(httr); handle('http://cran.r-project.org')" Error in getCurlHandle(cookiefile = cookie_path, ...
Peter Meilstrup
May 8, 2013 at 3:35 am
May 8, 2013 at 7:27 pm -
Hi all, In what encoding does format.POSIXct return its output? It doesn't seem to be utf-8: Sys.setlocale("LC_ALL", "Japanese_Japan.932") times <- c("1970-01-01 01:00:00 UTC", "1970-02-02 22:00:00 ...
Hadley Wickham
May 1, 2013 at 2:06 pm
May 2, 2013 at 1:46 pm -
Hi all, I maintain the WGCNA package which at present has nearly 200 functions. In the future there will be more. Curious whether it would be preferable or useful to split the package into a couple ...
Peter Langfelder
May 29, 2013 at 10:38 pm
May 30, 2013 at 8:01 am -
I don't have a copy of Dobson (1990) from which the glm.D93 example is taken in example("glm"), but I'm strongly suspecting that these are made-up data rather than real data; the means of the ...
Ben Bolker
May 29, 2013 at 5:58 pm
May 29, 2013 at 8:09 pm -
Dear all, I have a C++ code. To create a shared object from this particular code, I had to install a Fortran library on my computer (Mac). The compiled code runs fine on my computer. However, if I ...
Xiao He
May 23, 2013 at 8:18 pm
May 24, 2013 at 12:09 am -
Hi, I believe this is kind of a long standing bug though. In R-3.0.1, but this also happened in previous versions, the long version '--outdir' is not recognised: For `R CMD check --outdir=mydir ...
Renaud Gaujoux
May 21, 2013 at 12:13 pm
May 21, 2013 at 1:01 pm -
Hello, I have a double vector, x. I can access the i'th element as REAL(x)[i] Is there a function for this? I know i can write my own, but was seeing if one already exists. I did check Rinternals.h ...
Saptarshi Guha
May 20, 2013 at 4:56 pm
May 20, 2013 at 5:35 pm -
Dear R devel I am experiencing a problem using R CMD check. I tried to specify the argument outdir, but get every time the error message: Warning: unknown option â--outdir==RCHECKâ This happens ...
Matthieu Stigler
May 20, 2013 at 10:05 am
May 20, 2013 at 10:49 am -
I would like to use setTimeLimit to abort operations that are stuck waiting (idle) after n seconds. Below a toy example in which Sys.sleep is a placeholder call that is idle: testlimit <- function(){ ...
Jeroen Ooms
May 16, 2013 at 6:12 pm
May 16, 2013 at 7:34 pm -
Hi! The attached patch changes the rule that describes the actions for gramLatex.c in src/library/tools/src/Makefile.in so it actually generates that file instead of "gramLatex." (no extension). The ...
Ingo Korb
May 16, 2013 at 9:26 am
May 16, 2013 at 11:40 am -
On May 7, 2013, at 10:54 AM, Chris Stubben wrote: There are many instances of new users posting questions to R-help where they use the form: dfrm <- data.frame(cbind(1:10, letter[1:10]) ) ? and ...
David Winsemius
May 13, 2013 at 5:21 pm
May 14, 2013 at 10:14 pm -
Hi, f1 <- function(){ browser() print("aaa") } f2 <- function(){ a <- 12 eval(envir = parent.frame(), bquote({ b <- .(a) })) } Now do, f1() and enter n RET and then {1+2}: Browse[2] {1 + 2} debug at ...
Vitalie Spinu
May 5, 2013 at 2:11 pm
May 6, 2013 at 11:27 pm -
Hi, I was wondering if anybody knew how to trap SIGINTs (ie Ctrl-C) in backend C++ code for R extensions? I'm writing a package that uses the GPU for some hefty matrix operations in a tightly coupled ...
Jewell, Chris
May 1, 2013 at 11:50 pm
May 6, 2013 at 11:07 am -
Hi, Is is possible to create a release of a package against an older version of R? I would like to release a new version of the package I maintain, but have some errors when I test it against R ...
Eilidh Troup
May 3, 2013 at 12:55 pm
May 3, 2013 at 6:04 pm -
I have a debugging environment for the survival package, perhaps unique to me, but I find it works very well. To wit, a separate directory with copies of the source code but none of the package ...
Terry Therneau
May 2, 2013 at 7:05 pm
May 2, 2013 at 8:43 pm -
Hi All, I'm wondering why when passing a single numeric value that contains any decimals to diag() that the value is silently coerced to a integer for constructing an identify matrix. To me, an input ...
Philchalmers
May 1, 2013 at 11:35 pm
May 2, 2013 at 3:50 pm -
'eval' is used in optim.c, but it is used along with other things. I'm looking for a standalone example to demonstrate the usage of eval in C. Does anybody have some a simple example? Thanks. -- ...
Peng Yu
May 24, 2013 at 10:00 am
May 24, 2013 at 12:59 pm -
Dear All, I'm interested in creating a function similar to ns() from package splines that can be passed in a model formula. The idea is to produce "safe" predictions from a model using this ...
D. Rizopoulos
May 21, 2013 at 11:19 am
May 21, 2013 at 4:20 pm -
Dear all I am trying to find the best way to handle large fields in reference classes. As the code below shows assignment via <<- causes many copies to be made if the subsetting is extensive (in ...
Giles Percy
May 18, 2013 at 9:50 pm
May 19, 2013 at 9:59 pm -
Shouldn't the F statistic (and p value) for the x2 term in the following calls to anova() and add1() be the same? I think anova() gets it right and add1() does not. Analysis of Variance Table ...
William Dunlap
May 14, 2013 at 7:23 pm
May 17, 2013 at 5:48 pm -
R-devel, I used the 'substitute' function to create labels for objects inside an environment, without actually evaluating the objects, as the objects might be promises. However, I was surprised to ...
McGehee, Robert
May 15, 2013 at 3:54 pm
May 15, 2013 at 10:03 pm -
Hi ALl, I am trying to install R on RHEL 5.4 while install R i am getting the dependency errors .. can you please help on this . [root at Rgraph ~]# yum install R Loaded plugins: rhnplugin, security ...
Santoshdvn
May 15, 2013 at 6:05 am
May 15, 2013 at 12:20 pm -
Hi, I'm running into more issues when reading data from a gzfile connection. If I read the data sequentially with successive calls to readBin(), the data I get looks ok. But if I call seek() between ...
Hervé Pagès
May 8, 2013 at 8:51 am
May 8, 2013 at 5:54 pm -
I have been trying to build R-patched from source using the link ftp://ftp.stat.math.ethz.ch/Software/R/R-patched.tar.gz Which the file list says is linked to R-patched_2013-05-01.tar.gz but what I ...
John Minter
May 2, 2013 at 7:01 pm
May 3, 2013 at 6:06 pm -
I am trying to setup a respository for students with a own package. Its working fine when the depended packages are already installed with: install.packages("mypackage", ...
Knut Krueger
May 2, 2013 at 1:58 pm
May 2, 2013 at 2:05 pm -
I see in the archives significant discussion about SAS, CDISC formats etc. for FDA, but no direct suggestion of adding a write.xport method to the foreign package. Are there significant barriers to ...
Tim Bergsma
May 1, 2013 at 6:12 pm
May 2, 2013 at 12:37 pm -
No intended change. The trace method was not updated when reference class generators became functions. Should be fixed now in r-devel and 3.0.0 patched (rev 62699). Thanks for the catch. John
John Chambers
May 1, 2013 at 3:43 pm
May 2, 2013 at 12:31 pm -
Hi all, it appears that plot.hclust disregards the argument 'cex'. Up until 2.15.1 (and probably all 2.15.x), specifying cex in plot.hclust changed the size of the plotted labels on each leaf. In ...
Peter Langfelder
May 31, 2013 at 11:32 pm
May 31, 2013 at 11:32 pm -
Hello, I have been trying for weeks to compile a 64-bit Rblas. I started with ATLAS where I have had success in the past, but 64 bit was not behaving, and as each compilation takes between 9 and 12 ...
Adler, Avraham
May 29, 2013 at 5:23 pm
May 29, 2013 at 5:23 pm -
Dear all, I've been searching around for some hours now, but did not find a solution. Is there a way to customize the tab completion behavior of R? In more detail. We have a R packages called ...
Stefan Holzheu
May 28, 2013 at 3:18 pm
May 28, 2013 at 3:18 pm -
I'd like to take a different approach to the old question of dataset variable labels. Support for their use in output is low. For example, among packages that provide tables of model estimates only ...
Brian Quistorff
May 27, 2013 at 2:10 pm
May 27, 2013 at 2:10 pm -
x 1 1 2 2 3 3 x 1 1 2 2 3 3 Above is the result of running the last two lines in "Examples" of 'make.unique'. I don't see the work of 'make.unique' there. It used to work, when there is no automatic ...
Suharto Anggono Suharto Anggono
May 27, 2013 at 5:36 am
May 27, 2013 at 5:36 am -
Hi all, I hope you'll forgive me - I don't plan to start using this list as my blog - but given the discussion following my last post I thought people on here might be interested to see some ...
Jony Hudson
May 25, 2013 at 9:58 pm
May 25, 2013 at 9:58 pm -
Hi. It seems that if I put a browser() in my Rprofile.site, I get a segfault. This happens on several machines, several versions of R. Here it the valgrind output when using revision 62797: =1314== ...
Benjamin Tyner
May 25, 2013 at 12:41 am
May 25, 2013 at 12:41 am
Group Overview
group | r-devel |
categories | r |
discussions | 62 |
posts | 223 |
users | 72 |
website | r-project.org |
irc | #r |
72 users for May 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)