Search Discussions
-
Dear R developers, This is a rather peculiar question, but nevertheless I would still need an answer for. It is about an R package which I created (namely QCA), and from versions 1.0-0 to 1.1-4 I had ...
Adrian Dușa
Oct 5, 2015 at 9:02 pm
Oct 8, 2015 at 3:15 pm -
Hi all, I have a puzzling problem related to nchar. In R 3.2.1, the internal nchar gained an extra argument (see https://stat.ethz.ch/pipermail/r-announce/2015/000586.html) I've been testing code ...
Joris Meys
Oct 5, 2015 at 2:22 pm
Oct 7, 2015 at 10:53 pm -
I'm planning on adding some new WebGL functionality to the rgl package, but it will pull in a very large number of dependencies. Since many people won't need it, I'd like to make the new parts ...
Duncan Murdoch
Oct 22, 2015 at 7:55 pm
Nov 23, 2015 at 10:24 am -
Hi. Just wanted to let you know I am getting close to packaging R for AIX in 64.bit mode. One comment - the libtool.m4 I see used is quite old. The one I have on my system is 2.4.6, and what I see in ...
Michael Felt
Oct 15, 2015 at 12:32 pm
Nov 6, 2015 at 2:41 pm -
------------------ You can try all kind of code on this *too* simple example and do experiments. But let's approach this a bit more scientifically and hence systematically: Look at rank {the R ...
Suharto Anggono Suharto Anggono
Oct 22, 2015 at 5:44 am
Oct 22, 2015 at 7:06 am -
Hi, Out of laziness I just used "R CMD batch" instead of "R CMD BATCH". I didn't get an error so didn't think about the consequences... One consequence is (at least on Mac OS X 10.11 but probably in ...
Marius Hofert
Oct 29, 2015 at 1:39 am
Oct 29, 2015 at 11:17 am -
It seems odd/inconvenient to me that the "ignore.environment" argument of identical() only applies to closures (which I read as 'functions' -- someone can enlighten me about the technical differences ...
Ben Bolker
Oct 12, 2015 at 12:05 am
Oct 13, 2015 at 4:38 pm -
Dear list, I'm following the instructions provided here to compile R 64 bit on AIX 6.1. I did export OBJECT_MODEd export CC="gcc -maix64 -pthread" export CXX="g++ -maix64 -pthread" export ...
Vinh Nguyen
Oct 9, 2015 at 1:50 am
Oct 19, 2015 at 9:51 am -
6
[Rd] A where() functions that does what exists() does but return the environment when object lives?
Hi, exists("foo", inherits=TRUE) check whether an object named "foo" exists, and get("foo", inherits=TRUE) retrieves it. I'm looking for a similar function to exists() that returns the environment ...Henrik Bengtsson
Oct 9, 2015 at 11:18 pm
Oct 14, 2015 at 3:09 am -
Hi all, When teaching this year's class, I was quite amazed that one of my examples didn't work any longer. I wanted to illustrate the importance of match.fun() with following code: myfun <- ...
Joris Meys
Oct 22, 2015 at 5:59 pm
Oct 23, 2015 at 9:33 am -
Folks: I am getting a build failure when I: #' @importFrom utils shortPathName which roxygenizes it to the NAMESPACE. I suspect this is because this particular function is Windows-only, but I'm a bit ...
Jonathan Greenberg
Oct 4, 2015 at 2:10 pm
Oct 20, 2015 at 3:39 pm -
Hello Everyone, After trying several ways to compile R 3.2.2 without luck, I?m reaching out for help. The ?make check? does not hanges for some reason and when trying to install a package it cannot ...
McCully, Dwayne (NIH/NIAMS) [C]
Oct 17, 2015 at 7:04 pm
Oct 19, 2015 at 1:15 pm -
Hello: What's the preferred way to link to package documentation from a vignette using markdown? My current draft includes ...
Spencer Graves
Oct 18, 2015 at 9:51 pm
Oct 19, 2015 at 10:08 am -
Dear list, I'm using R in a corporate environment and was interested how R checks integrity of packages during an installation. I saw (and verified my suspicion in the code[1]) that the verification ...
Philip Gillißen
Oct 15, 2015 at 7:11 am
Oct 15, 2015 at 2:52 pm -
Dear all, this is my first message to this mailing list - please advise if it is not the right place for the subject I've been using R very intensively the last 3-4 years and one of the most tedious ...
Bo Werth
Oct 9, 2015 at 9:55 am
Oct 9, 2015 at 3:06 pm -
I just noticed that read.table() and type.convert() interpret the string "i" as a missing value of type complex. 'data.frame': 4 obs. of 1 variable: $ V1: cplx NA NA NA ... cplx NA If there are other ...
William Dunlap
Oct 7, 2015 at 8:22 pm
Oct 7, 2015 at 9:25 pm -
Hi everyone, I have a question regarding a C function of the "stats" package in R. I tried to understand the ?loglin? basic function of the ?stats? package implemented in R. The implemented function ...
Kai Nitschke
Oct 22, 2015 at 4:59 pm
Oct 23, 2015 at 6:02 am -
Dear All, I'm trying to implement the section of the manual pertaining to the gcc-ubsan test carried by CRAN on my local computer (ubuntu 14.04) ...
Kaveh
Oct 13, 2015 at 1:46 pm
Oct 14, 2015 at 8:36 am -
According to the MikTex bug reports [1], MikTex 2.9 has removed texi2dvi.exe last week (on 2015-09-29) as "it was not compatible (anymore) with the original shell script texi2dvi (GNU Texinfo)." I ...
Avraham Adler
Oct 9, 2015 at 5:24 am
Oct 9, 2015 at 5:54 am -
I'm putting together an R package. I would like to show example code in the vignette, where example data files (included in the package) are used to generate an (example) output file. I read about ...
Luck Buttered
Oct 31, 2015 at 8:14 pm
Oct 31, 2015 at 8:59 pm -
Line 1204 (right now) of svn/r-devel/doc/manual/R-exts.texi has dest <- file.path(R_PACKAGE_DIR, paste0('bin', R_ARCH) which lacks a closing ) -- two open, only one close right now. Dirk [1] I would ...
Dirk Eddelbuettel
Oct 22, 2015 at 6:38 pm
Oct 22, 2015 at 6:45 pm -
Today, a package that has an HTML vignette (but no PDF vignette) failed R CMD check --as-cran on a system without qpdf. I think the warning originates here [1], due to a premature check for the ...
Kirill Müller
Oct 10, 2015 at 10:30 am
Oct 22, 2015 at 6:13 pm -
x <- as.Date(Inf, origin = "1970-01-01") x # [1] NA str(x) # Date[1:1], format: NA unclass(x) # [1] Inf It's not clear what the correct behaviour is. The documentation for ?Date has: "It is intended ...
Hadley Wickham
Oct 21, 2015 at 9:57 pm
Oct 21, 2015 at 10:18 pm -
MiKTeX has abruptly removed texi2dvi.exe from its distribution. (MiKTeX broke its updating process earlier and an attempted update trashed the updater on my installation so I was forced to make a ...
Prof Brian Ripley
Oct 10, 2015 at 6:02 am
Oct 10, 2015 at 11:52 am -
Hi, I am a beginner to R language and currently exploring R to use it for machine learning use case. My requirement is to include R-core package in my embedded linux box which runs on customized ...
Sasikumar Kandhasamy
Oct 8, 2015 at 8:58 pm
Oct 8, 2015 at 9:47 pm -
I'm a little confused when documenting my code using Imports vs. Depends. If I have an example in my .Rd that uses a library that is listed under Imports, it doesn't work, but if it is listed under ...
Jonathan Greenberg
Oct 8, 2015 at 5:51 pm
Oct 8, 2015 at 6:12 pm -
I noticed a small typo in ?Memory. See the diff at the bottom of the message. - Mikko Index: src/library/base/man/Memory.Rd =================================================================== --- ...
Mikko Korpela
Oct 2, 2015 at 2:33 pm
Oct 2, 2015 at 3:15 pm -
Hello: I stumbled across an anomaly when running cut(4,4) in that the rightmost level's right endpoint did not display the expansion of the range as per ?cut.default. Modifying the last example there ...
Dan Murphy
Oct 30, 2015 at 8:15 pm
Oct 30, 2015 at 8:15 pm -
Returns: Instead of: This is better than what used to happen before we had access to the `envir` parameter: The `installDDVAL(i)` generates the `..X` symbols.? I'm sure there is a very good reason ...
Brodie gaslam
Oct 30, 2015 at 6:34 pm
Oct 30, 2015 at 6:34 pm -
?Hello everyone, I guess this is really directed to the R Core Team, but I understand that this is the best channel to submit this (please correct me if I'm wrong!). I would like to submit a function ...
Juan Manuel Barreneche
Oct 22, 2015 at 12:45 am
Oct 22, 2015 at 12:45 am -
Hi, I think R_orderVector() can be improved by calling orderVector1() if possible. In a problem we had, this gave us a run time improvement factor of 4.... so my hope is that this can be included ...
Marius Hofert
Oct 9, 2015 at 11:53 am
Oct 9, 2015 at 11:53 am -
I have made a new CSS file for the R offline documentation. It's far easier to read, it's lightweight, looks good, cross-browsers, responsive, and without any bug. Now my problem is where should I ...
Nicolas Drouin
Oct 7, 2015 at 2:59 pm
Oct 7, 2015 at 2:59 pm -
Hello , I am not sure what the best solution is, but, in my hands using Org-mode version 8.3.2-elpa org-20150929 the reg-expt used to "cleanup extra prompts left in output" is over-aggressive and ...
Cook, Malcolm
Oct 1, 2015 at 7:59 pm
Oct 1, 2015 at 7:59 pm
Group Overview
group | r-devel |
categories | r |
discussions | 33 |
posts | 164 |
users | 59 |
website | r-project.org |
irc | #r |
59 users for October 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)