Search Discussions
-
Hi everybody, with the following code I generate a list of functions. Each function reflects a "condition". When I evaluate this list of functions by another lapply/sapply, I get an unexpected ...
Daniel Kaschek
Feb 23, 2015 at 8:57 pm
Mar 1, 2015 at 11:52 pm -
When I send some outlandish characters through enc2native (or format) in R 3.1.2 on Ubuntu trusty it works quite well: [1] "UTF-8" In Windows the result is different: [1] "latin1" And this is wrong ...
Maillist
Feb 26, 2015 at 8:09 pm
Feb 27, 2015 at 8:01 pm -
Hi, I posted this question to the regular help list, but it seems to be this is probably a question that is better addressed on r-devel. Sorry for the double posting. I am using hash-values to cache ...
Holger Hoefling
Feb 18, 2015 at 10:16 am
Feb 18, 2015 at 3:03 pm -
The help page for eigen says Source: By default ?eigen? uses the LAPACK routines ?DSYEVR?, ?DGEEV?, ?ZHEEV? and ?ZGEEV? LAPACK is from <URL: http://www.netlib.org/lapack and its guide is listed in ...
Prof Brian Ripley
Feb 1, 2015 at 7:53 am
Feb 14, 2015 at 5:54 pm -
I've implemented the proposed changes in R-devel. Minimally tested, so please try it. It should delegate to r/cbind2 when there is at least one S4 argument and S3 dispatch fails (so you'll probably ...
Michael Lawrence
Feb 2, 2015 at 3:23 am
Feb 21, 2015 at 7:56 am -
I'm testing out a new version of coxme and R CMD check fails with "could not find function ranef" (or random.effects or fixef, or anything from nlme). The NAMESPACE file has the line below ...
Therneau, Terry M., Ph.D.
Feb 15, 2015 at 11:31 pm
Feb 16, 2015 at 2:04 pm -
I'm trying to improve the performance of the update loop within a logistic regression, and am struggling against the overhead of memory allocation and garbage collection. The main issue I'd like to ...
Nathan Kurz
Feb 17, 2015 at 8:51 pm
Feb 19, 2015 at 8:59 pm -
Dear all, I am using R CMD SHLIB to compile a c++ code into a library (.so) and dyn.load to load this library into a R code. I am facing some problems in the c++ code that I can not figure out how to ...
Charles Novaes de Santana
Feb 2, 2015 at 6:59 pm
Feb 2, 2015 at 8:17 pm -
Dear R-devel I have a function in a package that essentially provides a wrapper for a group of functions in another Suggested package (it sets appropriate defaults for the context, transforms output, ...
Skye Bender-deMoll
Feb 24, 2015 at 6:29 pm
Feb 24, 2015 at 9:38 pm -
On this feed, which I think is the place we should monitor upcoming changes: http://developer.r-project.org/blosxom.cgi/R-devel/NEWS What is the significance of the green and pink highlighting? ...
Bryan Hanson
Feb 18, 2015 at 7:44 pm
Feb 18, 2015 at 8:23 pm -
Hi I haven't found a way to produce a tabulation from factor data with NA values using xtabs. Please find a minimal example below, it's also on R-pubs [1]. Tested with R 3.1.2 and R-devel r67720. It ...
Kirill Müller
Feb 9, 2015 at 1:52 pm
Feb 14, 2015 at 7:00 pm -
Today while running update.packages(ask = FALSE), R stopped to ask me a question: There are binary versions available but the source versions are later: binary source needs_compilation KernSmooth ...
Richard Cotton
Feb 11, 2015 at 10:46 am
Feb 13, 2015 at 7:01 pm -
Dear list, When I run an R CMD check --as-cran on my package (pROC) I get the following note: The fact that it uses the doSNOW package is correct as I have the following example in an .Rd file: The ...
Xavier Robin
Feb 9, 2015 at 10:08 pm
Feb 11, 2015 at 4:26 pm -
Would it be possible to have the value of eval() preserve the "visibility" of the value of the expression? "PROBLEM": # Invisible # Visible [1] 2 "TROUBLESHOOTING": $value [1] 1 $visible [1] FALSE ...
Henrik Bengtsson
Feb 7, 2015 at 5:40 pm
Feb 11, 2015 at 12:44 am -
Today I struggled for hours to understand some unexpected package test results. It turned out that this is because package "parallel", buried deep in my dependencies, calls runif() during it's ...
Otoomet
Feb 8, 2015 at 3:52 am
Feb 9, 2015 at 5:03 am -
Hi! Im currently developing an R package to automatically give students feedback on programming assignments in R. I use the testthat package as an engine for the unit testing and do a wrapper to make ...
Måns Magnusson
Feb 8, 2015 at 1:22 pm
Feb 8, 2015 at 8:46 pm -
Hello, I don't know if the problem originates from R-devel 3.2 or Rcurl itself. I post this message to the R-devel list and to the author of RCurl (duncan at r-project.org). R Under development ...
Marc Girondot
Feb 5, 2015 at 9:42 am
Feb 6, 2015 at 10:07 pm -
Nope. And you pretty much just explained why. You can - either work in something like OpenMP and run in multiple threads that remain /completely/ shielded from R, ie no R calls, and not even R data ...
Dirk Eddelbuettel
Feb 1, 2015 at 12:05 am
Feb 1, 2015 at 2:27 am -
Dear all, In my package I have a computational expensive Rnw file which can't pass R CMD check. Therefore I set evalúLSE in the Rnw file. But I would like to have the pdf vignette generated by the ...
Wang, Zhu
Feb 27, 2015 at 1:44 am
Feb 27, 2015 at 9:53 pm -
Hello, In installation/R/bin/R i notice 1. R_HOME_DIR is hard coded e.g. R_HOME_DIR=/usr/local/lib64/R 2. It ignores R_HOME_DIR echo "WARNING: ignoring environment value of R_HOME" 3. R_SHARE_DIR, ...
Saptarshi Guha
Feb 27, 2015 at 12:20 am
Feb 27, 2015 at 8:05 am -
Hi, I am using an R package which includes C++ code inside. The package is functioning well under latest official R version but not under R-devel. I know that the C++ part is not functioning properly ...
Sarah manderni
Feb 18, 2015 at 5:02 pm
Feb 18, 2015 at 5:53 pm -
Dear developers, I found a small typo in the german translation for the aggregate() function: In the string "keine Zeile f?r die Aggragation" it should be spelled 'Aggregation' instead of ...
Rainer Hurling
Feb 16, 2015 at 8:29 am
Feb 16, 2015 at 4:55 pm -
Hi, I have a R program that call a C function. I define a vector of pointer as int nLC=3; int pownLC = nLC*nLC double *MatCovExtra[nT+1]; for(k=0;k<K+1;k++) { MatCovExtra[k] = ...
Niandra
Feb 5, 2015 at 12:41 pm
Feb 5, 2015 at 5:35 pm -
In R, there's readline(), which is great because you can prompt the user, e.g. ans <- readline("Would you like to install Pandoc? [y/N]: ") without having to worry the message is intercepted by ...
Henrik Bengtsson
Feb 1, 2015 at 7:13 pm
Feb 1, 2015 at 11:23 pm -
All, I'm a newbie to R and I am interested in seeing a simple example of calling a 3rd party Visual Studio generated DLL from RStudio. Does anyone have a simple example which also walks through the ...
Alex Restrepo
Feb 21, 2015 at 4:45 pm
Feb 21, 2015 at 5:44 pm -
I'm trying to resolve a problem of Namespaces and probably have misunderstood something basic. In my quantreg package the function crq() has as its first argument a formula that typically contains ...
RKoenker
Feb 20, 2015 at 9:15 pm
Feb 21, 2015 at 5:53 am -
The "R-admin" manual describes how to build R from outside of the top-level source directory on a *NIX machine (http://cran.r-project.org/doc/manuals/r-release/R-admin.html#Simple-compilation), but ...
Josh O'Brien
Feb 20, 2015 at 5:30 pm
Feb 20, 2015 at 5:37 pm -
The documentation states that "save.image() is just a short-cut for save(list = ls(all = TRUE), file = ".RData")". However, if I do Browse[1] ls(all=TRUE) [1] "expression" "orderedFeatures" ...
Dario Strbenac
Feb 20, 2015 at 1:00 am
Feb 20, 2015 at 6:11 am -
hi, I've some C++ code which try to load R.dll and execute some R command, then unload R.dll, yet it seems fail to unload it, so second time to call the function hangs since it is trying to ...
暮如雪
Feb 5, 2015 at 8:09 am
Feb 9, 2015 at 3:56 am -
Documentation says (emphasis mine): "Registers an R function to be called upon garbage collection of object OR (optionally) at the end of an R session." Should this say "and" and not "or"? THK -- ...
Tim Keitt
Feb 6, 2015 at 8:46 pm
Feb 6, 2015 at 11:22 pm -
Hello, after many failed attempts to correctly write BinaryFiles file "R CMD check will warn about them unless they are listed (one filepath per line) in a file BinaryFiles at the top level of the ...
Teodor Krastev
Feb 2, 2015 at 11:40 am
Feb 2, 2015 at 1:17 pm -
Is this a recent version of R-devel? Which svn? The check is rather new and may have changed the days before you wrote. Best, Uwe Ligges
Uwe Ligges
Feb 1, 2015 at 8:26 am
Feb 2, 2015 at 4:28 am -
Dear R-devel, my Bioconductor EDASeq package has a function MDPlot that uses the smoothScatter() function from the graphics package. When I test this package on travis-ci.org (R CMD check) I get the ...
Davide risso
Feb 18, 2015 at 8:19 pm
Feb 18, 2015 at 8:19 pm -
The upcoming wrap-up release 3.1.3 is scheduled for March 9. The start of the next series, 3.2.0 is scheduled for April 16. Detailed schedules will be published on developer.r-project.org. Package ...
Peter Dalgaard
Feb 12, 2015 at 10:29 am
Feb 12, 2015 at 10:29 am -
Dear all, I recently uploaded a new package Rlibeemd to CRAN (http://cran.r-project.org/web/packages/Rlibeemd/index.html, and in github: https://github.com/helske/Rlibeemd), and simple example in ...
Helske, Jouni
Feb 11, 2015 at 6:37 am
Feb 11, 2015 at 6:37 am -
Dear list, I am trying to clear the following note that is generated by an R CMD check --as-cran on my package (pROC): However, these functions are (at least intended to be) actual functions, not ...
Xavier Robin
Feb 10, 2015 at 2:25 pm
Feb 10, 2015 at 2:25 pm -
Would it be possible to turn as.factor into an S3 generic? It seems to be one of the few coercion methods that aren't already generic. Hadley -- http://had.co.nz/
Hadley Wickham
Feb 6, 2015 at 6:43 pm
Feb 6, 2015 at 6:43 pm -
Hi, This is most likely only a minor technicality, but I saw the following: On page 6 of the 'parallel' vignette (http://stat.ethz.ch/R-manual/R-devel/library/parallel/doc/parallel.pdf), the ...
Marius Hofert
Feb 3, 2015 at 3:39 pm
Feb 3, 2015 at 3:39 pm -
I just wanted to share my findings on this topic with you: Custom variables for checking and building can be set through "~/.R/check.Renviron" and " ~/.R/build.Renviron". But not the "LANGUAGE" ...
Tobias Setz
Feb 3, 2015 at 10:08 am
Feb 3, 2015 at 10:08 am -
The windows replacement is R-library-grDevices-libs-winCairo_20150122.zip in http://sourceforge.net/projects/outmodedbonsai/files/R/ The cairo replacements are just two bundles, windows or OS X - ...
Hin-Tak Leung
Feb 2, 2015 at 2:58 am
Feb 2, 2015 at 2:58 am
Group Overview
group | r-devel |
categories | r |
discussions | 40 |
posts | 147 |
users | 70 |
website | r-project.org |
irc | #r |
70 users for February 2015
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)