Search Discussions
-
Would anyone like to explain if callCC in R 2.7.0 gives anything that on.exit does not already provide? It seems that the exit condition once defined cannot be added to overridden whereas with ...
Gabor Grothendieck
Mar 30, 2008 at 2:10 pm
Apr 9, 2008 at 11:39 am -
15
[Rd] Roxygen
Is this the appropriate place for GSoC conversations? If I understand the proposal correctly, there should be a lexer (written in R) that exposes an API; that API would be used by segregated ...Peter Danenberg
Mar 17, 2008 at 11:56 pm
Mar 24, 2008 at 4:23 pm -
Hi all, As long as I've used R, add=TRUE hasn't worked in contexts like this: f <- function(x) x^2 X <- seq(0, 1, by=1/4) plot(f, col="blue") plot(X, f(X), col="red", type="l", add=TRUE) I attached a ...
Andrew Clausen
Mar 9, 2008 at 3:11 am
Mar 16, 2008 at 4:40 am -
Do you have the name of a package that use it ? I try the 10 first package, and 10 other at random, but none of them use tests... Sorry, this is very unclear to me. What do you call "tests" that I ...
Christophe Genolini
Mar 30, 2008 at 10:31 pm
Apr 5, 2008 at 12:38 pm -
Hi the devel list. I am adapting the package.skeleton to S4 classes and methods I would have been very proud to post a new working function on this list. Unfortunately, I do not manage to solve all ...
Christophe Genolini
Mar 30, 2008 at 1:49 pm
Apr 5, 2008 at 7:39 pm -
Good afternoon, This is possibly a windows only bug, definitely of comparatively low importance - but for the sake of completeness here we go. I've searched http://bugs.R-project.org/ etc., but can ...
Seanpor
Mar 28, 2008 at 4:05 pm
Mar 29, 2008 at 5:42 pm -
Dear all, I have been following the instructions on http://cran.stat.sfu.ca/with the intention to install R with 64 bits support on an 8 core Intel Mac with 6 GB of memory. I am doing this so I can ...
Georgios Marentakis
Mar 25, 2008 at 9:03 pm
Mar 27, 2008 at 4:24 pm -
cut.Date and cut.POSIXt indicate that the breaks argument can be an integer followed by a space followed by "year", etc. but it seems the integer is ignored. For example, I assume that breaks = "3 ...
Gabor Grothendieck
Mar 18, 2008 at 5:04 pm
Mar 26, 2008 at 3:03 pm -
Hi How do I specify an S4 class with a slot that is potentially numeric, but NA by default? I want the slot to be NA until I calculate its value (an expensive operation, not needed for all ...
Robin Hankin
Mar 26, 2008 at 4:04 pm
Mar 26, 2008 at 4:58 pm -
Dear R developers, these days I'm working on some R code for fitting completely generic Bayesian Hierarchical Models in R, a la OpenBUGS and JAGS. A key feature of OpenBUGS and JAGS is that they ...
Antonio, Fabio Di Narzo
Mar 21, 2008 at 4:56 pm
Mar 24, 2008 at 1:16 pm -
Dear all, When porting my package to WinXP I have the following problem: I need to create an environment variable "MYVAR=c:\mypath" which I have saved in the control panel "System- My Computer" ...
Cstrato
Mar 21, 2008 at 1:47 pm
Mar 21, 2008 at 6:14 pm -
Hi, just curious, but does anyone know the source/reason of observing the following error on OSX but not on WinXP and Linux? I've tried with a few different versions of R (v2.5.1, v2.6.1, v2.6.2, ...
Henrik Bengtsson
Mar 6, 2008 at 1:56 am
Mar 6, 2008 at 8:52 am -
Hi, I recently ran into a problem with 'merge' that stems from the way how missing values in the key column (i.e., the column specified in the "by" argument) are handled. I wonder whether the current ...
Simon Anders
Mar 14, 2008 at 5:16 pm
Mar 19, 2008 at 5:01 pm -
I can successfully "check" a package with source under 2.5.1, including compiling source files and running examples with no errors or warnings. when I try with R2.6.2, I get make errors: making ...
Rossi, Peter E.
Mar 10, 2008 at 5:29 pm
Mar 10, 2008 at 6:40 pm -
Despite the spirited arguments of various R-core folks who feel that mle() doesn't need a "data" argument, and that users would be better off learning to deal with function closures, I am *still* ...
Ben Bolker
Mar 7, 2008 at 7:02 pm
Mar 7, 2008 at 8:47 pm -
Hello, I wonder why the control parameter REPORT is not supported by method SANN. Looking into optim.c I found an internal constant: #define STEPS 100 ... and decreasing this to 10 helped me ...
Thomas Petzoldt
Mar 16, 2008 at 12:50 pm
Apr 7, 2008 at 7:55 pm -
But it is not taken 'verbatim from src/main/print.c' (at least not in that version of R), and the code is not run with USE_RINTERNALS defined when write-barrier checking is enabled. The example has ...
Ripley
Mar 31, 2008 at 8:10 am
Mar 31, 2008 at 8:55 pm -
Full_Name: Richard Reed Version: 2.6.2 OS: MS Windows XP Pro Submission from: (NULL) (76.121.170.35) Pressing Alt-M+s doesn't search path. It just generates another " ". It does this in "vanilla" ...
Richardwreed
Mar 26, 2008 at 4:15 am
Mar 27, 2008 at 3:00 pm -
Full_Name: Lodewijk Bonebakker Version: v2.6.2 OS: Solaris, x86, snv_80 Submission from: (NULL) (192.18.43.225) when I build R in 32-bit mode on my 64-bit OS, R works as expected: R version 2.6.2 ...
Lodewijk Bonebakker
Mar 25, 2008 at 9:15 pm
Mar 25, 2008 at 11:21 pm -
Hi, make check fails in the way shown below when I try to build R-2.6.2 on OpenSuSE Factory x86_64. It builds fine on i586. (and on all older Versions of Opensuse) Is there something I can do? Are ...
Detlef Steuer
Mar 17, 2008 at 10:13 am
Mar 20, 2008 at 9:33 am -
Unfortunately, RNGkind is buggy. It will not generate warnings except the full name "Buggy Kinderman-Ramage" is supplied for normal.kind. match.arg is supposed to be called before "==" comparison ...
Shengqiao Li
Mar 14, 2008 at 2:18 pm
Mar 14, 2008 at 10:33 pm -
Full_Name: Alexander Yephremov Version: R 2.6.2 GUI 1.23 (4932) (4932) OS: Mac OS X 10.4 Submission from: (NULL) (193.174.239.91) Hi! [1] 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ...
Efremov
Mar 14, 2008 at 10:45 am
Mar 14, 2008 at 2:54 pm -
Can someone point me to a justification for the design decisions, which seem to be similar in lattice and ggplot2, of (1) gray backgrounds and (2) filled points? [I seem to remember seeing somewhere ...
Ben Bolker
Mar 13, 2008 at 10:04 pm
Mar 14, 2008 at 7:44 am -
write.table with large data frames takes quite a long time + write.table(df, '/tmp/dftest.txt', row.namesúLSE) + }, gcFirst=TRUE) user system elapsed 97.302 1.532 98.837 A reason is because dimnames ...
Martin Morgan
Mar 10, 2008 at 6:01 pm
Mar 11, 2008 at 4:21 pm -
Dear list, I am having a question regarding the extract function "[". The man page says that one usage with k-dimensional arrays is to specify k indices to "[", with an empty index indicating that ...
Laurent Gautier
Mar 9, 2008 at 9:05 am
Mar 10, 2008 at 12:08 pm -
Hi, Trying to decrease the size of a SEXP variable without reassigning values individually in a loop. So far, I've tried using Realloc, as the follow source demonstrates: SEXP dothis() { SEXP Rblah ...
Charles Danko
Mar 5, 2008 at 3:56 pm
Mar 5, 2008 at 4:40 pm -
I would like to call functions/objects of R from C#.NET environment. I was wondering whether or not it is possible. If yes, could you please give me some suggestions on how to approach it (any ...
Guox
Mar 31, 2008 at 10:07 pm
Apr 8, 2008 at 10:43 am -
This is my first attempt to call a C function from R. I have installed Rtools,MinGW and Perl and I have included them in my system path. I am trying to compile a toy function that can be called in R ...
Pavlidis, Polykarpos
Mar 31, 2008 at 8:59 pm
Mar 31, 2008 at 10:30 pm -
Dear all, I'm confused by the time serie parameters in data(lh) : sueoka:~ lobry$ R --vanilla --quiet [1] 1 48 1 because documentation says: QUOTE A regular time series giving the luteinizing hormone ...
Jean lobry
Mar 30, 2008 at 9:52 am
Mar 31, 2008 at 4:18 pm -
In Windows, 'download.file' pops up a separate window indicating the progress of the download (even when 'quiet = TRUE'). This is useful and informative when downloading a single (large) file ...
Roger D. Peng
Mar 26, 2008 at 7:19 pm
Mar 26, 2008 at 9:31 pm -
Full_Name: Jerry W. Lewis Version: 2.7.0 (2008-03-23 r44847) OS: Windows XP Professional Submission from: (NULL) (71.184.230.48) choose(n,k) = choose(n,n-k) is not satisfied if either 1. n is a ...
Jerry Lewis
Mar 26, 2008 at 4:10 am
Mar 26, 2008 at 11:10 am -
Hi, All: Is there a way to identify whether any users are using a particular package in a shared network R installation? I ask, because we have such a multiple-user installation and when I tried to ...
Spencer Graves
Mar 23, 2008 at 6:32 pm
Mar 25, 2008 at 9:08 pm -
Full_Name: Mark Bravington Version: 2.6.2 patched OS: Windows XP Pro Submission from: (NULL) (140.79.22.104) [1] "e" "p" "r" "u" The converse ( '[:lower:]' and LETTERS) seems to work OK. --please do ...
Mark Bravington
Mar 25, 2008 at 4:50 am
Mar 25, 2008 at 5:47 am -
Hi all, While the package with which I am working is apart of the Bioconductor project, I think that this might be a better forum to ask my question. I have recently updated one of my packages, and ...
Tony Chiang
Mar 19, 2008 at 2:05 pm
Mar 19, 2008 at 3:17 pm -
As you may have noticed from a previous email the R Foundation has been accepted as a mentoring organization for the Google Summer of Code 2008, see http://code.google.com/soc/2008/ for general ...
Friedrich Leisch
Mar 18, 2008 at 10:39 am
Mar 18, 2008 at 11:47 am -
Dear list, The utility "R_has_slot" mentioned in the file NEWS ("Experimental R_has_slot() utility supplementing R_do_slot()") appears to be missing from a fresh checkout of the development branch. $ ...
Laurent Gautier
Mar 15, 2008 at 8:24 am
Mar 15, 2008 at 9:46 pm -
Hello, Is there a way to define a custom unary operator in R (other than making a class and 'overloading' the normal unary operators in R)? The documentation seems to suggest that only custom binary ...
Trevor L Davis
Mar 13, 2008 at 9:50 pm
Mar 14, 2008 at 3:46 pm -
Dear list, Subsetting vectors/arrays using factors can be seen as misleading, and I was thinking that it could be discouraged (at least by issuing a warning). I could not find whether this was ...
Laurent Gautier
Mar 12, 2008 at 9:06 pm
Mar 14, 2008 at 10:24 am -
Hello, I'm working with R, I try to call C from R. When I try to compile my file.c to make file.so, with the command : R CMD SHLIB foo.c return the message : gcc -arch i386 -isysroot ...
Anais Khuong
Mar 12, 2008 at 5:00 pm
Mar 13, 2008 at 1:42 pm -
Dear Everyone, I am using R 2.6.2 on my Redhat AS4. I installed the RPM offered on the cran website. I would like to use R from my bash console with the following command: /path/to/R --vanilla ...
Lienert Christophe
Mar 11, 2008 at 8:04 pm
Mar 11, 2008 at 8:57 pm -
{Diverted from an R-help thread} Robin Hello Baptiste Bessel functions with complex Robin arguments are not supported in R. Robin Neither matlab nor the Gnu Scientific Library support Robin them ...
Martin Maechler
Mar 10, 2008 at 10:27 am
Mar 10, 2008 at 12:17 pm -
I received the following as a Debain bug report (cf http://bugs.debian.org/cgi-bin/bugreport.cgi?bugF9560) To reproduce: 1) Run the following commands: filename <- 'test.pdf' pdf(filename) plot(1:10) ...
Dirk Eddelbuettel
Mar 5, 2008 at 11:26 pm
Mar 7, 2008 at 5:54 pm -
Full_Name: Christophe Genolini Version: 2.6.2 OS: Windows XP Submission from: (NULL) (82.225.59.146) *This is a mail that I post on r-help: * setClass("A",representation(a="numeric")) ...
Cgenolin
Mar 29, 2008 at 6:15 pm
Mar 31, 2008 at 7:00 am -
I need to generate good quality of random numbers from univariate normal distribution for further transformation. I tried rnorm in R but it was not good sometimes. Someone said C++ standard library ...
Kyeongmi Cheon
Mar 30, 2008 at 4:09 am
Mar 30, 2008 at 6:48 am -
Dear all, I am sending a patch for extending pdf device to embed popup text and web links. I implemented this feature by using annotation object, a interactive feature of pdf. You can see a sample ...
Tadashi Kadowaki
Mar 29, 2008 at 6:08 pm
Mar 29, 2008 at 6:36 pm -
I am using R version 2.6.2 (2008-02-08) on an XP Pro (version 2002 SP2). When I try to load the R library 'gtools', I get the following error: Error in .Call("R_lazyLoadDBfetch", key, file, ...
Carson, John
Mar 25, 2008 at 2:43 pm
Mar 26, 2008 at 10:20 am -
Hi, It seems that promptMethods() was changed in revision 44805 to include a call to "isGenericFunction" that at least as of revision 44861 does not exist as far as I can tell. This results in: could ...
Michael Lawrence
Mar 24, 2008 at 9:44 pm
Mar 24, 2008 at 11:58 pm -
I haven't looked inside to see what is causing this, but there's a big discontinuity in qgamma: curve(qgamma(x, shape), from-10, to.-10) This appears in both R-patched and R-devel. Duncan Murdoch
Murdoch
Mar 24, 2008 at 5:35 pm
Mar 24, 2008 at 10:52 pm -
Hi, I need to resample from a long string, which is written in many lines with carriage-return marks at the end of each line. Perhaps because the data looks like a matrix, using the code ...
Suraaga Kulkarni
Mar 24, 2008 at 5:40 pm
Mar 24, 2008 at 6:10 pm -
Hi, After having used S+ in commercial setting and then R in non-commerical (but still supporting my commercial interests), I would like to give back, if possible. Where I can contribute: 1. SCAN / ...
M jacobson
Mar 20, 2008 at 11:03 am
Mar 21, 2008 at 12:22 am
Group Overview
group | r-devel |
categories | r |
discussions | 104 |
posts | 314 |
users | 117 |
website | r-project.org |
irc | #r |
117 users for March 2008
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)