Search Discussions
-
Currently ?foo does help("foo"), which looks for a man page with alias foo. If foo happens to be a function call, it will do a bit more, so ?mean(something) will find the mean method for something if ...
Duncan Murdoch
Apr 24, 2008 at 10:45 pm
Apr 30, 2008 at 11:23 am -
I'm always forgetting to update the date in DESCRIPTION. Would it be possible to add a warning to R CMD check if it's old? Hadley -- http://had.co.nz/
Hadley wickham
Apr 4, 2008 at 7:05 pm
Apr 5, 2008 at 2:41 pm -
I've been trying to build a Windows binary of a package of mine without success. It seems that the files under inst/doc throw the script off. I am using the command 'Rcmd INSTALL --build'. ---------- ...
Michael
Apr 29, 2008 at 4:54 pm
May 8, 2008 at 8:33 pm -
Following my previous post on S3 method despatch, I put debug messages in the code of Axis, Axis.default and plot.default in graphics/R/axis.R and graphics/R/plot.R to print the class of x, at and y ...
Sklyar, Oleg (MI London)
Apr 22, 2008 at 11:25 am
Apr 22, 2008 at 6:14 pm -
I apologize if this is too obscure to reproduce, or some idiosyncratic aspects of my system. If I create a plot, e.g., I get a graphics device as expected. I then click on the 'zoom' box on my X11 ...
Martin Morgan
Apr 3, 2008 at 11:09 pm
Apr 7, 2008 at 6:42 pm -
Dear list members, I've encountered the following problem trying to build a package under Windows Vista (SP1). The problem occurs with both R 2.6.2 and R 2.7.0 RC (from which this output was ...
John Fox
Apr 19, 2008 at 11:52 am
Apr 20, 2008 at 11:07 pm -
Appreciate any suggetions.
Carlos martinez
Apr 12, 2008 at 4:47 pm
Apr 14, 2008 at 11:41 pm -
In the process of updating R to R 2.7 alpha or R 2.7 beta for the BioConductor 2.2 builds on Windows, I have hit a snag because the BioC build system has long path names (e.g ...
Patrick Aboyoun
Apr 9, 2008 at 9:08 pm
Apr 13, 2008 at 9:44 am -
Hi all I recently started to write a matrix exponentiation operator for R (by adding a new operator definition to names.c, and adding the following code to arrays.c). It is not finished yet, but I ...
Rory Winston
Apr 5, 2008 at 1:44 pm
Apr 11, 2008 at 2:33 pm -
Dear R-devel, One of our R-Forge developers pointed out that it is not possible to build packages under Windows using the R-Forge repository structure: a package resides in ./pkg - not in a directory ...
Stefan Theussl
Apr 28, 2008 at 4:22 pm
Apr 29, 2008 at 12:01 pm -
AddComment in gram.y would have been an extremely useful feature, but it's been #if-0'd out; is it unimplemented? It should have attached a comment attribute to any SEXP associated with a comment.
Peter Danenberg
Apr 19, 2008 at 5:09 am
Apr 21, 2008 at 10:08 pm -
Dear all, I was trying to use the R swig wrapper with R 2.7 and shogun ( http://www.shogun-toolbox.org ) but it fails completely, as in doesn't even compile and even after patching then though ...
Soeren Sonnenburg
Apr 18, 2008 at 10:49 am
Apr 21, 2008 at 12:02 am -
Full_Name: Thomas Petzoldt Version: R 2.8.0 devel, svn version 45389 OS: Linux x86/64 Ubuntu 7.1 Submission from: (NULL) (217.235.62.12) In contrast to all other tested operating systems a call of ...
Thomas Petzoldt
Apr 19, 2008 at 6:15 pm
Apr 20, 2008 at 4:26 pm -
Dear all, It seems that textConnection() can trigger a segmentation fault. The following script (using two large loops) makes this bug reproducible: for (i in 1:10000) { ...
Gregoire Pau
Apr 29, 2008 at 1:52 pm
May 1, 2008 at 12:42 pm -
Hi all: following the previous discussion, it looks like plot(x) with y=NULL still does not work correctly. If one tries for example plot(1:5) it works, but already for plot(runif(100)) it does not ...
Sklyar, Oleg (MI London)
Apr 22, 2008 at 4:34 pm
Apr 23, 2008 at 7:00 am -
Hi, A piece of my code that uses readBin() to read a certain file type is behaving strangely with R 2.7.0. This seems to be because of a failure to match() strings after using rawToChar() when the ...
Jon Clayden
Apr 28, 2008 at 10:00 am
Apr 28, 2008 at 10:43 pm -
Dear All, In a package, I am using ".C" to call some C functions. In one case, the number of elements of the return vectors are not known in R before the C call. (Two of the vectors are integers, the ...
Ramon Diaz-Uriarte
Apr 26, 2008 at 12:23 am
Apr 26, 2008 at 8:17 pm -
I think most of us would expect prod(0:1000) to return 0, and ... ... it does. However, many of us also expect prod(x1, x2) to be equivalent to prod(c(x1,x2)) the same as we can expect that for ...
Martin Maechler
Apr 21, 2008 at 4:40 pm
Apr 22, 2008 at 8:22 am -
Hi, Couldn't is.unsorted() bail out immediately here (after comparing the first 2 elements): user system elapsed 0.084 0.040 0.124 user system elapsed 0.772 0.440 1.214 Thanks! H.
Herve Pages
Apr 17, 2008 at 7:04 pm
Apr 19, 2008 at 1:56 am -
Dear R-devel, Some time ago I started a thread that boiled down to clean-up actions after non-local exits in R, see below. I wonder if there has been any progress on this? R-ext 2.6.1 doesn't say ...
Vadim Organovich
Apr 14, 2008 at 8:33 pm
Apr 15, 2008 at 7:13 pm -
Hi there, Problem :: When one tries to change one or some of the columns of a data.frame, R makes a copy of the whole data.frame using the '*tmp*' mechanism (this does not happen for components of a ...
Gopi Goswami
Apr 14, 2008 at 11:47 am
Apr 15, 2008 at 7:03 am -
Dear list: I would like to override the default way R formats plot axes with a custom method(s). Obviously I would prefer to define it as general as possible avoiding writing a custom method for each ...
Sklyar, Oleg (MI London)
Apr 7, 2008 at 11:22 am
Apr 7, 2008 at 1:23 pm -
OK, I am just sending it here too as it looks like r-devel at r-project.org is not the right place: On Fri, 2008-04-25 at 08:48 +0200, Soeren Sonnenburg wrote: Looking at the code again there ...
Bugreports
Apr 25, 2008 at 7:55 pm
May 13, 2008 at 5:48 am -
Dear R-developers, A student asked me today of how to specify the limits of the x-axis. I knew that he should use xlim, but I tried to encourage him to have a try himself with the various help ...
Henrik Parn
Apr 29, 2008 at 2:38 pm
May 1, 2008 at 10:42 am -
Hi list, To call C, I used to use R-extension in windows but I'm moving to unix system because my PC doesn't have enough memory. My C codes requires to include the following header files: #include ...
Kyeongmi Cheon
Apr 18, 2008 at 4:23 am
Apr 18, 2008 at 5:18 pm -
Hello there, I got a small problem about logical calculation: we can get a sequene from a+b as below: [1] 4 6 but when the sequences are logical. (I want to get (True,False) && (True, True) == (True, ...
Yuan Jian
Apr 14, 2008 at 6:48 am
Apr 15, 2008 at 1:21 am -
Hi the devel list I am testing package.skeleton in R 2.7 (download today). I get an error that I do not understand. I guess it is not an error from my code since I have no probleme when I source it ...
Cgenolin
Apr 13, 2008 at 5:56 pm
Apr 13, 2008 at 9:36 pm -
Hi, It doesn't seem that the dispatching algo is finding my coerce method under some circumstances. Let's say I have 2 classes, A and AA and that AA is just a direct extension of A with no additional ...
Herve Pages
Apr 9, 2008 at 6:58 pm
Apr 12, 2008 at 11:24 pm -
Hi, Let's create the xxx object just to avoid confusion even if it's not necessary for reproducing the problem below: xxx <- 8:3 If I start typing this: max(xxx[ and now try to autocomplete with <TAB ...
Herve Pages
Apr 9, 2008 at 9:35 pm
Apr 10, 2008 at 8:04 pm -
<moved to R-devel What would people suggest someone do to improve the optimization capabilities in R? A few ideas are mentioned below. I just got 578 hits from RSiteSearch("optimization", "fun"), and ...
Spencer Graves
Apr 6, 2008 at 3:37 pm
Apr 6, 2008 at 5:29 pm -
Full_Name: Jakob Stoeger Version: 2.7.0 OS: ubuntu 7.10 Submission from: (NULL) (137.248.74.38) Hi! I hope, it is justified to write this email... I'm relatively new to linux, and haven't worked with ...
Jakobstoeger
Apr 24, 2008 at 6:20 pm
Apr 25, 2008 at 10:30 pm -
Hi, I have only the vaguest notions of what parallel programing, but I think I have a situation where it might be of use to me, or at least provide me with the opportunity to learn more about it ...
Tyler
Apr 18, 2008 at 4:03 pm
Apr 19, 2008 at 7:23 pm -
Hi, The parser doesn't seem to like this: somePackage::foo(x) <- value somePackage:::foo(x) <- value where foo() is a replacement function or method defined in package somePackage. For example: Error ...
Herve Pages
Apr 19, 2008 at 2:17 am
Apr 19, 2008 at 1:49 pm -
I would like to re-emphasize the above points that William makes. Both projects could benefit a lot from working with each other. A fair number of people, including Persi Diaconis and Susan Holmes, ...
Mike Hansen
Apr 17, 2008 at 10:33 am
Apr 18, 2008 at 3:26 pm -
Uwe Ligges suggested I post this on R-bugs as a wishlist item with a proposed patch. R considers zero-length arguments to segments() to be an error. I would like R to allow this and to return without ...
Rmh
Apr 16, 2008 at 10:30 pm
Apr 17, 2008 at 10:35 am -
Hello, I have a matrix, I want to change value to 0 when a element in the matrix has less than 10. do you know how to do it without using loops? ---------------------------------
Yuan Jian
Apr 16, 2008 at 11:33 pm
Apr 17, 2008 at 6:24 am -
Hi all, I wanted to set up my first (private) R-package and wondered if there was a function to prompt() for multiple aliases in one Rd-file, e.g. to create something like the normal distribution ...
Daniel Sabanés Bové
Apr 13, 2008 at 2:52 pm
Apr 14, 2008 at 8:59 pm -
Dear list members, I've got a small question on matrix multiplications in a C code. Because of a really cpu demanding likelihood, I had to use a C code within an R function wrapper. I'm pretty sure ...
Mathieu Ribatet
Apr 6, 2008 at 12:46 pm
Apr 13, 2008 at 10:00 pm -
Dear knowledgeable experts :-), I am trying to get openmpi, Rmpi and SNOW running on a Myrinet/GM cluster. I'm not an IT expert, but I surely could use a working installation of Rmpi and SNOW. I try ...
Peter Pearman
Apr 7, 2008 at 12:52 pm
Apr 12, 2008 at 7:50 am -
optim ignores misspelled control parameters, so that trying to set (e.g.) "maxint00" in the control argument silently does nothing. The patch below (watch out for line breaks! also posted at ...
Ben Bolker
Apr 4, 2008 at 11:08 pm
Apr 5, 2008 at 4:30 pm -
Hello, I've noticed that with g++ 4.3 I get the following "warning: deprecated conversion from string constant to ?char*?" when I call e.g., Rprintf("Hello world"); or when I try to define a const ...
Andrew Finley
Apr 3, 2008 at 2:48 pm
Apr 3, 2008 at 6:14 pm -
Dear R team! I found in HTML help for function solveLP(linprog) a small mistake. It says in Description "Minimizes c'x, subject to A x = b and x = 0", but tests show that there should be A x <= b ...
Ludek Salom
Apr 23, 2008 at 2:25 pm
Jun 18, 2008 at 2:37 pm -
Full_Name: Mitchell Steven Wachtel, MD Version: 2.7.0 RC OS: Vista Submission from: (NULL) (66.230.2.56) Single (') and double (") quotation marks are not being read as quotation marks when commands ...
Mitchell Wachtel
Apr 30, 2008 at 4:20 pm
May 1, 2008 at 2:34 am -
Full_Name: Bill Dunlap Version: 2.8.0dev OS: Windows XP Submission from: (NULL) (70.98.76.47) I tried for the first time to build R from source on Windows, where I got the source code via svn. Per ...
Bill
Apr 29, 2008 at 6:30 pm
Apr 29, 2008 at 9:05 pm -
--=-=-Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, I think I have found a very little bug in the new version of the X11() device in R 2.7.0, more precisely ...
Julien Barnier
Apr 28, 2008 at 2:40 pm
Apr 29, 2008 at 9:40 am -
Setting enviroment variable R_DEFAULT_DEVICE causes an error. The patch below fixes this. I guess the same goes for R_INTERACTIVE_DEVICE. --- R-2.7.0/src/library/grDevices/R/zzz.R 2008-04-27 ...
P C J Kleiweg
Apr 27, 2008 at 12:10 pm
Apr 28, 2008 at 8:55 am -
Something has changed in the S4 default for coercing. Am I now suppose to use setAs, or is there something else I should do to make this work: R version 2.7.0 (2008-04-22) ... ...
Paul Gilbert
Apr 23, 2008 at 3:01 pm
Apr 27, 2008 at 5:12 pm -
Can we please have a ... argument in median() to make it possible to pass arguments to specific methods. Rob J Hyndman Professor of Statistics, Monash University Editor-in-Chief, International ...
Rob Hyndman
Apr 26, 2008 at 12:46 pm
Apr 27, 2008 at 10:15 am -
The columns of the model matrix are all orthogonal. So the problem lies with poly(), not with lm(). y = rnorm(15) z <- model.matrix(lm(y ~ poly(x, 12))) x = rep(1:5,3) (Intercept) poly(x, 12)1 ...
John Maindonald
Apr 25, 2008 at 12:05 am
Apr 25, 2008 at 3:26 am -
Full_Name: Liqun Xing Version: 2.6.2 OS: Solaris 9 Submission from: (NULL) (76.182.91.82) When first time launch X11(), it was fine. However, when closed the X11 windon by clicking the close button, ...
Liqun Xing
Apr 22, 2008 at 2:15 am
Apr 23, 2008 at 3:15 pm
Group Overview
group | r-devel |
categories | r |
discussions | 150 |
posts | 515 |
users | 156 |
website | r-project.org |
irc | #r |
156 users for April 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)