Search Discussions
-
Hi R-devel, I have a question about the differentiation between NA and NaN values as implemented in R. In arithmetic.c, we have int R_IsNA(double x) { if (isnan(x)) { ieee_double y; y.value = x ...
Kevin Ushey
Feb 10, 2014 at 6:52 am
Feb 11, 2014 at 4:52 am -
Hi Accesses the $new method for a class defined in a package fails if the methods package is not loaded. I have created a test package with the following single code file: newTest <- function() { cl ...
Kirill Müller
Feb 11, 2014 at 1:53 am
Feb 12, 2014 at 9:15 pm -
Dear R-devel list, My name is Guillermo Vinu?. I have created an R package that includes a vignette. Earlier on, to test my package, I tried to install it both in Linux and Windows and it worked. My ...
Guillermo Vinue
Feb 20, 2014 at 11:19 am
Feb 21, 2014 at 9:22 am -
First, let me apologize in advance if this is the wrong place to submit a suggestion for a change to functions in the base-R package. It never really occurred to me that I'd have an idea worthy of ...
Carl Witthoft
Feb 7, 2014 at 1:31 am
Feb 9, 2014 at 1:07 pm -
Hi, is it intended that one cannot install packages in non-interactive mode, without explicitly setting a CRAN mirror (see below)? Couldn't a default mirror be used in that case? Thank you. Bests, ...
Renaud Gaujoux
Feb 14, 2014 at 10:03 am
Feb 14, 2014 at 8:02 pm -
Hi , I am running R from C using the interpreter . Now i execute detach("package:td", unload=TRUE) And I get the following error . Any idea what it means ? *** caught segfault *** address 0x102, ...
Sandip Nandi
Feb 25, 2014 at 8:00 pm
Feb 25, 2014 at 9:12 pm -
Revolution Analytics staff write about R every weekday at the Revolutions blog: http://blog.revolutionanalytics.com and every month I post a summary of articles from the previous month of particular ...
David Smith
Feb 4, 2014 at 11:01 pm
Feb 16, 2014 at 8:51 am -
Hi all, It seems that there is a use case for obtaining the environment for the "top" promise. By "top", I mean following the promise chain up the call stack until hitting a non-promise. S4 data ...
Michael Lawrence
Feb 11, 2014 at 6:02 pm
Feb 14, 2014 at 6:07 pm -
Dear list, Just upgraded to MacOS Mavericks, fresh install of R 3.0.2 and trying to install a previous version of my QCA package (the most recent one source file, which passed the R CMD check ...
Adrian Dușa
Feb 6, 2014 at 8:49 am
Feb 11, 2014 at 12:41 pm -
Hello, I was reading through serialize.c and i couldn't answer something. In readItem, case CHARSXP, rules exists to adjust the read string for string encoding. Q1. I couldn't find where the encoding ...
Saptarshi Guha
Feb 3, 2014 at 8:41 am
Feb 3, 2014 at 4:43 pm -
Hello dear developers, I find myself often having the result of "range" oder "extendrange", which I want to create a sequence with. But "seq" needs two seperate arguments "from" and "two". Could an ...
Berry Boessenkool
Feb 3, 2014 at 12:43 pm
Feb 3, 2014 at 4:29 pm -
I am having an issue with reference classes (R5) in a package I am developing. They have both been illustrated in the `roxygentest` package I've got hosted on Github [1].? When I run `R CMD check .` ...
Imanuel Costigan
Feb 1, 2014 at 3:14 am
Feb 1, 2014 at 10:03 pm -
Hello, I?m trying to leverage R_ToplevelExec to implement C level try/catch. The way it is implemented allows for running a function in a top level context. This context gets an empty handler stack, ...
Romain François
Feb 26, 2014 at 8:41 am
Feb 27, 2014 at 11:38 am -
dear experts I'd like to ask you, probably on behalf all of us who try to use AMD's ACML for performance optimisation a question. There seem to be problem when these two, R and ACML are coupled, ...
Lejeczek
Feb 25, 2014 at 8:42 am
Feb 26, 2014 at 6:40 am -
Dear all, at UseR! 2013, the FastR project was announced by Tomas Kalibera, Petr Maj, and Jan Vitek. FastR is an implementation of the R programming language in Java using AST interpretation and ...
Michael Haupt
Feb 12, 2014 at 2:33 pm
Feb 13, 2014 at 3:15 pm -
Hi all, For several years, I have used path.package() to get the path to Perl scripts contained within WriteXLS. I have a request to change this to using system.file(), which would provide the ...
Marc Schwartz
Feb 12, 2014 at 4:28 pm
Feb 12, 2014 at 5:29 pm -
Hi All, is there a caveat in redefining .Call in a package? (Apart from the performance hit of the extra function call.) I want to execute a check every time I call back to C, and this seems to be ...
Gábor Csárdi
Feb 8, 2014 at 3:19 pm
Feb 8, 2014 at 4:12 pm -
Hi , I have installed R on my system and the user access control looks like this -rwxr-x*---* 1 root root 10578117 Feb 3 11:26 libR.so I have installed R as root , but the access control for other is ...
Sandip Nandi
Feb 7, 2014 at 6:15 pm
Feb 7, 2014 at 8:06 pm -
Diverted from ESS-help. It is really about R's LANGUAGE, locales and then a wish for sessionInfo() : Note that 'locale' is general OS / system term, which R cannot define. On a Unix alike (e.g., ...
Martin Maechler
Feb 27, 2014 at 10:50 am
Feb 27, 2014 at 6:45 pm -
The documentation states : An alternative parametrization (often used in ecology) is by the mean ?mu?, and ?size?, the dispersion parameter. However, this fails : [1] NaN NaN NaN NaN NaN NaN NaN NaN ...
Dario Strbenac
Feb 23, 2014 at 2:00 am
Feb 23, 2014 at 2:16 am -
Here's a weird problem that I hope someone can give me some hints for. Actions: Build a package of all R functions -- no compiled code. No indication of anything being wrong. 'require' the newly ...
Patrick Burns
Feb 13, 2014 at 6:12 pm
Feb 13, 2014 at 10:27 pm -
I suggest that there be an additional sentence in the explanation for the 'repos' argument in the help file for 'install.packages': If the repository is on a local drive, then the string should begin ...
Patrick Burns
Feb 6, 2014 at 6:25 pm
Feb 9, 2014 at 9:10 am -
As I was running "R CMD check" on one of my older packages (matlab), I was attempting to fix one of the NOTEs which bitches about attempting to change the search path using require(). In my case, I ...
Roebuck,Paul L
Feb 5, 2014 at 12:13 am
Feb 5, 2014 at 12:32 am -
Hi, I am trying to compile C++ with R and I am coming up against - what I believe - is a linker configuration issue. For example, using has_develop() gives the following message.. ...
Samuel Kemp
Feb 3, 2014 at 12:00 pm
Feb 3, 2014 at 12:22 pm -
PkgA has a single R/binding.R file containing .A <- setRefClass("A", methods=list(initialize=function(...) {})) .onLoad <- function(...) .A() A NAMESPACE with import(methods) exportClasses("A") and ...
Martin Morgan
Feb 21, 2014 at 3:41 am
Feb 21, 2014 at 3:41 am -
R 3.0.2 OS X, Windows 7 Colleagues This is my first submission to this bulletin board so forgive me if I miss some etiquette issue. I am running some C code in Rgui in both OS X and Windows. It takes ...
Fisher Dennis
Feb 19, 2014 at 8:50 pm
Feb 19, 2014 at 8:50 pm -
With this file /tmp$ cat tmp.Rnw \documentclass{article} \begin{document} <<figureexample, fig=TRUE, includeúLSE, width=4.2, height=4.6 v = seq(0, 60i, length00) plot(abs(v)*exp(v), type="l", ...
Martin Morgan
Feb 19, 2014 at 2:24 am
Feb 19, 2014 at 2:24 am -
Hi, Many S4 objects in Bioconductor support "combining" via a "c" method. A common use case is to combine a collection of S4 objects stored in a list with the following idiom: do.call("c", ...
Hervé Pagès
Feb 19, 2014 at 12:17 am
Feb 19, 2014 at 12:17 am -
The documentation for `plot.window` says: Note that the coordinate ranges will be extended by 4% if the appropriate graphical parameter xaxs or yaxs has value "s" (which is the default). Yet calling ...
Thomas J. Leeper
Feb 18, 2014 at 7:43 pm
Feb 18, 2014 at 7:43 pm -
eapply duplicates the elements of the environment it is being applied to tracemem[0x1758cd18 - 0x1758cbc8]: eapply but duplication seems unnecessary. I think this is because of 'duplicate' in ...
Martin Morgan
Feb 10, 2014 at 7:24 am
Feb 10, 2014 at 7:24 am -
0
[Rd] capture.output(): Using a rawConnection() [linear] instead of textConnection() [exponential]?
I've noticed that the processing time for the default capture.output() grows exponentially in the number of characters outputted/captured. The default settings sinks to a temporary textConnection() ...Henrik Bengtsson
Feb 4, 2014 at 3:22 am
Feb 4, 2014 at 3:22 am -
The upcoming wrap-up release 3.0.3 is scheduled for March 6. The start of the next series, 3.1.0 is scheduled for April 10. Detailed schedules will be published on developer.r-project.org. Package ...
Peter Dalgaard
Feb 3, 2014 at 1:36 pm
Feb 3, 2014 at 1:36 pm -
Hello, Shipping header files for a package in inst/include and let other packages use it with LinkingTo is popular. Unfortunately for the package itself, we still need to use something like ...
Romain Francois
Feb 3, 2014 at 10:07 am
Feb 3, 2014 at 10:07 am
Group Overview
group | r-devel |
categories | r |
discussions | 33 |
posts | 107 |
users | 55 |
website | r-project.org |
irc | #r |
55 users for February 2014
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)