Search Discussions
-
I have just committed some changes to R-devel (which will become R 2.5.0 next spring) to add source references to parsed R code. Here's a description of the scheme: The design is done through 2 ...
Duncan Murdoch
Nov 25, 2006 at 6:51 pm
Dec 20, 2006 at 4:51 am -
Hi, Given factors x and y, c(x,y) does not seem to return a useful result : [1] a b c d e Levels: a b c d e [1] d e f g h Levels: d e f g h [1] 1 2 3 4 5 1 2 3 4 5 Is there a case for a new method ...
Matthew Dowle
Nov 14, 2006 at 4:36 pm
Nov 22, 2006 at 4:29 pm -
Full_Name: Derek Elmerick Version: 2.4.0 OS: Windows XP Submission from: (NULL) (38.117.162.243) hello - i have some code that i run regularly using R version 2.3.x . the final step of the code is to ...
Delmeric
Nov 6, 2006 at 4:52 pm
Nov 7, 2006 at 8:56 am -
Full_Name: Justin Harrington Version: 2.4.0 OS: Fedora Core 6 Submission from: (NULL) (142.103.121.203) When I type the (albeit stupid) command eval(match.call()) R crashes with the following ...
Harringt
Nov 3, 2006 at 7:49 pm
Nov 4, 2006 at 4:13 pm -
Full_Name: Jonathan Tuke Version: 2.4.0 OS: Mac OS X 10.4.8 Submission from: (NULL) (203.173.46.189) I am writing C code to implement in R. I am using R CMD SHLIB and then dyn.load("file.so"). The ...
Tuke
Nov 15, 2006 at 6:27 am
Nov 15, 2006 at 3:19 pm -
Full_Name: Lixin Han Version: 2.4.0 OS: Windows 2000 Submission from: (NULL) (155.94.110.222) A character vector c('a','b') is supplied to rm(). As a result, 'c' is deleted unintentionally ...
Hanl2
Nov 29, 2006 at 6:35 pm
Nov 29, 2006 at 10:04 pm -
Hi all, I was looking at the following piece of code in src/main/memory.c, function allocVector : if (size <= NodeClassSize[1]) { node_class = 1; alloc_size = NodeClassSize[1]; } else { node_class = ...
Vladimir Dergachev
Nov 1, 2006 at 10:20 pm
Nov 14, 2006 at 6:57 pm -
Hello, What about an `invert` argument in grep, to return elements that are *not* matching a regular expression : R grep("pink", colors(), invert = TRUE, value = TRUE) would essentially return the ...
Romain Francois
Nov 9, 2006 at 10:14 am
Nov 12, 2006 at 4:02 pm -
Hello! I am developing a composition class, which represents a composition of mixture of levels, say soil has three components and each component accounts for 1/3 of the unit. I have tried with S4 ...
Gregor Gorjanc
Nov 4, 2006 at 12:33 am
Nov 4, 2006 at 4:37 pm -
Running R CMD check on a local package, I get * checking Rd files ... OK * checking Rd cross-references ... WARNING Error in .find.package(package, lib.loc) : there is no package called 'boot' ...
Dirk Eddelbuettel
Nov 29, 2006 at 10:19 pm
Dec 1, 2006 at 1:42 pm -
Hi everyone, Have been trying to include windows.h (from MinGW) and R.h into a package and have found that Ralloc is coming up as a clash no matter which include ordering I use. In windows it has 2 ...
Tom McCallum
Nov 22, 2006 at 3:45 pm
Nov 23, 2006 at 1:15 pm -
I am passing (numeric) arrays to a C function, called with .C. To the best of my knowledge, I can do this in R by passing it as a vector (with as.vector) to the .C call. However, it would be useful ...
Tamas K Papp
Nov 18, 2006 at 5:54 pm
Nov 22, 2006 at 1:32 am -
Hi, I need to collapse a list into a string and then reparse it back into the list. Normally when I need to do this I simply use write.csv and read.csv, but I need to do this in memory within R ...
Tom McCallum
Nov 14, 2006 at 5:00 pm
Nov 15, 2006 at 10:52 am -
I am building a package for various noncentral hypergeometric distributions. I want to include some heavy mathematical formulas. It appears that the build and INSTALL commands produce only .chm files ...
Agner Fog
Nov 7, 2006 at 1:51 pm
Nov 8, 2006 at 8:15 am -
Cran task views seems to be a "once-per-session" process -- the first attempt to access views in a (RGui for Windows) session works, but subsequent attempts fail. There is a noticeably long pause ...
K Ponting
Nov 2, 2006 at 10:51 am
Nov 6, 2006 at 12:54 pm -
Dear R-devels, We have encountered a problem concerning a dead lock in the dependency graph: We have two packages A1 and A2 where A2 extends A1. We have one package vignette for both packages, but ...
Peter Ruckdeschel
Nov 21, 2006 at 5:30 pm
Nov 22, 2006 at 3:20 pm -
Full_Name: Ian McLeod Version: 2.3.1 OS: Windows Submission from: (NULL) (129.100.76.136) This is certainly a bug. There are two problems: (i) the error message is wrong since lag.max is set to 1 ...
Aimcleod
Nov 13, 2006 at 3:30 pm
Nov 13, 2006 at 9:18 pm -
Full_Name: Don Maszle Version: 2.3.0 OS: x86_64-unknown-linux-gnu Submission from: (NULL) (206.86.87.3) # On our new 32 GB x86_64 machine R : Copyright 2006, The R Foundation for Statistical ...
Dmaszle
Nov 6, 2006 at 11:12 pm
Nov 8, 2006 at 7:56 am -
Dear R-Devel subscriber, as a follow up to my yesterday's email: I tested an analogous example with the S4-package "flexclust" by executing the following code: library(flexclust) example(cclust) cl ...
Pfaff, Bernhard Dr.
Nov 3, 2006 at 9:41 am
Nov 4, 2006 at 5:56 pm -
Full_Name: Sahotra Sarkar Version: 2.2.0 OS: Windows XP Submission from: (NULL) (128.83.34.44) This is not a bug: I'm just wondering why chisq.test does not allow the specification of the degree of ...
Sarkar
Nov 8, 2006 at 1:41 am
Nov 9, 2006 at 5:53 am -
Hi all, I was looking at the data frame subscription operator (attached in the end of this e-mail) and got puzzled by the following line: class(x) <- attr(x, "row.names") <- NULL This appears to set ...
Vladimir Dergachev
Nov 7, 2006 at 12:50 am
Nov 8, 2006 at 10:36 pm -
Hi again, The man page for 'as.matrix' says: 'as.matrix' is a generic function. The method for data frames will convert any non-numeric/complex column into a character vector using 'format' and so ...
Herve Pages
Nov 3, 2006 at 4:46 am
Nov 4, 2006 at 10:27 am -
Full_Name: Jeff Lee Version: 2.4.0 OS: Mac OS X 10.4 (Tiger) Submission from: (NULL) (12.150.164.100) Just upgraded to an Intel based Mac. Upon launch, I receive the following error: 2006-11-30 ...
Jleecbd
Nov 30, 2006 at 8:51 pm
Dec 1, 2006 at 1:59 pm -
Hi, ?interaction says: See Also: 'factor'; ':' where 'f:g' is the similar to 'interaction(f, g, sep=":")' when 'f' and 'g' are factors. This is not quite true (or maybe 'similar' is the operative ...
Deepayan Sarkar
Nov 30, 2006 at 9:25 pm
Dec 1, 2006 at 9:45 am -
I am not able to compile R-devel 2006-11-28 under FreeBSD-7.0 CURRENT. After running ./configure script 'make' stops with the following error message: -------------------------- #make gcc -I ...
Rainer Hurling
Nov 29, 2006 at 9:05 pm
Dec 1, 2006 at 8:10 am -
I was trying to email directly the developer, David A. James, but all the emails bounce... Does anyone know if RMySQL may be re-compiled under Windows and what are the limitations? Cheers, Michal ...
Michal Okoniewski
Nov 27, 2006 at 11:10 am
Nov 29, 2006 at 12:05 am -
Hello, I am trying to find out how can I generate the smallest R executable. R is to be run in a grid application, in batch mode, so I need a small exceutable, possibly getting rid of any interactive ...
Iago Mosqueira
Nov 20, 2006 at 7:09 pm
Nov 21, 2006 at 10:58 pm -
[1] -3.4038769 -2.7451072 -2.0863375 -1.4275678 -0.7687980 -0.1100283 [7] 0.5487414 1.2075111 1.8662808 2.5250506 3.1838203 Warning message: argument 'include.lowest' is not made use of in ...
Deepayan Sarkar
Nov 10, 2006 at 9:32 pm
Nov 16, 2006 at 1:41 pm -
Hi, I would like to be able to create new environments from package C code. AFAICT, this isn't allowed since both NewEnvironment and R_NewHashedEnv are declared in Defn.R. If exposing this isn't ...
Seth Falcon
Nov 15, 2006 at 2:09 am
Nov 15, 2006 at 4:44 pm -
tmp <- data.frame(x=c(1,1), y=c(1,2)) tmp.lm <- lm(y ~ x, data=tmp) summary(tmp.lm) coef(summary(tmp.lm)) ## I consider this to be a bug. Since summary(tmp.lm) gives ## two rows for the coefficients, ...
Rmh
Nov 13, 2006 at 4:28 am
Nov 13, 2006 at 2:46 pm -
Hi Everyone, when building (say) R-2.4.0 from the source, is it still the recommendation to use GCC 3.4? Thank you very much, Benilton Carvalho PhD Candidate Department of Biostatistics Johns Hopkins ...
Benilton Carvalho
Nov 11, 2006 at 9:22 pm
Nov 11, 2006 at 10:24 pm -
Hi, Is there an alternative to type2char that is available for use in package code? It would be useful for producing more informative error messages. + seth
Seth Falcon
Nov 7, 2006 at 2:55 pm
Nov 8, 2006 at 3:34 pm -
Full_Name: Tom Short Version: 2.4.0 OS: Windows XP Submission from: (NULL) (68.236.159.227) It looks like there's a bug in acosh with complex number in windows: [1] 0+NaNi This happens for me on ...
Tshort
Nov 30, 2006 at 2:09 pm
Dec 4, 2006 at 3:12 am -
I want to print the coefficient estimates of a model in a way as consistent with other output in R as possible. stats provides the printCoefmat function for doing this, but there is one problem. I ...
Ross Boylan
Nov 30, 2006 at 8:17 pm
Dec 1, 2006 at 7:40 pm -
Full_Name: Ross Boylan Version: N/A OS: Linux Submission from: (NULL) (198.144.201.14) 1. http://www.r-project.org/posting-guide.html includes "Paul Johnson's R tips page is a organized collection of ...
Ross
Nov 29, 2006 at 11:11 pm
Nov 30, 2006 at 6:04 pm -
I'd like to install several different versions of R from source. I'm doing this on Ubuntu Linux 6.06 Dapper x86-64, which ships with R 2.2.1, so the versions of R I want to use are (for now) 2.2.1, ...
Andrew Piskorski
Nov 30, 2006 at 1:48 pm
Nov 30, 2006 at 5:09 pm -
Hello I'm having trouble building R under Unix. I've searched for information about it on google or the R database but I didn't find any answer on my problem. I would be thankful if somebody could ...
Steiner, Julien
Nov 29, 2006 at 3:26 pm
Nov 30, 2006 at 7:14 am -
Dear R developers, I've been experimenting with embedding R X11 windows into another application using KDE's QXEmbed on linux. Attempting to do so will crash R (with R 2.4.0, trunk, and I know the ...
Thomas Friedrichsmeier
Nov 7, 2006 at 2:26 pm
Nov 29, 2006 at 4:22 pm -
Full_Name: Xiao Gang FAN Version: 2.4.0 OS: Windows Submission from: (NULL) (159.50.101.9) in the x-axix, the label is "Jan 01, Jan 01, Jan 01, ...." version of tseries: 0.10-7 Date: 2006-10-04 ...
Xiao Gang Fan1
Nov 27, 2006 at 4:32 pm
Nov 28, 2006 at 9:05 pm -
Full_Name: Xiao Gang FAN Version: 2.4.0 OS: Windows Submission from: (NULL) (159.50.101.9) [1] "1994-01-23"
Xiao Gang Fan1
Nov 27, 2006 at 1:08 pm
Nov 27, 2006 at 1:46 pm -
Using R 2.4, the following fails: setClass("testc", representation(a="ANY")) makeC <- function(myarg) new("testc", a=myarg) makeC() - Error in initialize(value, ...) : argument "myarg" is missing, ...
Ross Boylan
Nov 24, 2006 at 7:23 pm
Nov 25, 2006 at 7:46 am -
I got an error message apparently from copying a line in the "Writing R Extensions" manual. Specifically, the sample "DESCRIPTION" file includes the following: Depends: R ( = 1.8.0), nlme When I ran ...
Spencer Graves
Nov 24, 2006 at 12:02 am
Nov 24, 2006 at 1:42 am -
Full_Name: Gordon Lack Version: 2.4.0 OS: Redhat Linux AS2.1 Submission from: (NULL) (198.28.92.5) Not sure whether this is a configure issue or an R one. It's only a minor issue, so this is really ...
Gml4410
Nov 23, 2006 at 2:19 pm
Nov 23, 2006 at 3:19 pm -
Dear R-Devel subsriber, during the set-up of a package with a NAMESPACE I stumbled over the following warning during: R CMD check -l c:/R/package smem ## skipped output * checking for missing ...
Pfaff, Bernhard Dr.
Nov 22, 2006 at 1:00 pm
Nov 22, 2006 at 1:51 pm -
BTW, the help file for data.restore says: Value: an R version of the S3 object. It looks like this may need correction (when I try this function out, it returns the file name, not the object restored ...
Tony Plate
Nov 21, 2006 at 4:57 pm
Nov 21, 2006 at 7:44 pm -
Full_Name: Gordon Lack Version: 2.4.0 OS: OSF1 v5.1 Submission from: (NULL) (198.28.92.5) Changes to the bin/R front-end interlude script at 2.4.0 (cf: 2.2.0) have broken R on (Dec/Compaq/HP) OSF1 ...
Gml4410
Nov 21, 2006 at 12:54 pm
Nov 21, 2006 at 3:22 pm -
Full_Name: Prokaj Vilmos Version: R 2-4-0 OS: Windows Submission from: (NULL) (193.224.79.8) PackBits(rbinom(32,1,0.5)==1,"integer") does not work. z<-packBits(rbinom(32,1,.5)==1,"integer") Error in ...
Prokaj
Nov 21, 2006 at 5:09 am
Nov 21, 2006 at 11:00 am -
Hi, I am writing a collection of functions which I plan to share as a package later (when they are tested thoroughly), so I would like to do things "right" from the beginning... I encountered a minor ...
Tamas K Papp
Nov 19, 2006 at 8:46 pm
Nov 19, 2006 at 9:18 pm -
Hi, Profiling shows that 65-70% of the time of my program is spent inside a single function -- this is not surprising, as it is inside an optimize call inside a loop (this is a dynamic programming ...
Tamas K Papp
Nov 18, 2006 at 4:50 pm
Nov 18, 2006 at 5:32 pm -
After getting one list done, I am now struggling to form a data frame in C. I tried to do a list of lists which gives me : $<NA $<NA [[1]] [1] "BID" $<NA [[2]] [1] 0.6718 $<NA [[3]] [1] 3e+06 $<NA ...
Tom McCallum
Nov 17, 2006 at 3:55 pm
Nov 17, 2006 at 9:04 pm
Group Overview
group | r-devel |
categories | r |
discussions | 125 |
posts | 389 |
users | 115 |
website | r-project.org |
irc | #r |
115 users for November 2006
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)