Search Discussions
-
Hello! as(object,"list") and as(object,"matrix") behave quite differently if it comes to their attributes. I define two classes. One of them "contains" a "list" the other a "matrix" ...
Wolski
Sep 7, 2004 at 4:17 pm
Sep 10, 2004 at 7:08 pm -
[moved to R-devel] The discussions took place on R-devel, hence some people might not have noticed them. Indeed, I think it is possible to provide an srt command (e.g. in half a year for something ...
Uwe Ligges
Sep 8, 2004 at 8:48 am
Sep 8, 2004 at 4:57 pm -
Hi, Is the ordering of the values returned something on what I can rely on, a form of a standard, that a function called unique in R (in futher versions) will return the uniq elements in order of ...
Witold Eryk Wolski
Sep 29, 2004 at 5:17 pm
Sep 29, 2004 at 7:25 pm -
I get the following Error in namespaceExport(ns, exports) : undefined exports: write.foreign Error in library(foreign) : package/namespace load failed for 'foreign' with rw2000dev as of (2004-09-17 ...
Kjetil Brinchmann Halvorsen
Sep 24, 2004 at 4:10 pm
Sep 24, 2004 at 8:21 pm -
Now I try to add some C and Fortan code to my package, so the NAMESPACE file is useDynLib(eha) importFrom(survival, Surv) export(mlreg.fit, risksets) but I get ..... * checking R files for ...
Gb
Sep 19, 2004 at 6:51 pm
Sep 20, 2004 at 6:49 pm -
Consider this: $ cat test.dat 1 a 2 b Now, we want to read the 2nd column as a factor and ignore the first (since it's just a sequential ID). We can't just put "factor" among the colClasses (would ...
Peter Dalgaard
Sep 8, 2004 at 12:34 am
Sep 8, 2004 at 8:19 pm -
Alexa Dear Martin Maechler, I have tried installing today's Alexa version of R-2.0.0 and have exactly the same problem. I'm reverting to R-devel. Please *never* direct such topics to individuals ...
Martin Maechler
Sep 27, 2004 at 8:39 am
Oct 4, 2004 at 2:59 am -
I have a revised version of the gregmisc package, which I've converted into a package bundle each of which has a namespace: gplots, gmodels, gdata, gtoools. Of course, there are interdependencies ...
Warnes, Gregory R
Sep 17, 2004 at 8:18 pm
Sep 21, 2004 at 8:58 am -
Hello, I have a big dataframe with *NO* na's (9 columns, 293380 rows). # doing memory.limit(size = 1000000000) cor(x) #gives Error in cor(x) : missing observations in cov/cor In addition: Warning ...
Mayeul KAUFFMANN
Sep 16, 2004 at 1:23 am
Sep 16, 2004 at 2:39 pm -
The major changes for R 2.0.0 are now in place, and we have provided a set of notes for package maintainers at http://developer.r-project.org/200update.txt on both changes needed and new ...
Prof Brian Ripley
Sep 7, 2004 at 10:01 am
Sep 9, 2004 at 7:33 pm -
Dear R-devel On my Windows 2000 machine, I can build R-patched but not R-devel (since at least 1/9/2004). An error message pops up during the execution of some R code during "make", as below. In ...
Mark Bravington
Sep 8, 2004 at 3:01 am
Sep 8, 2004 at 9:59 am -
Hi, But "any" rises some other problems well known from S3. One has "any" for "free" in S3. You don't need S4. . But I know how "if" polluted functions look like in S3. They are hard to understand ...
Witold Eryk Wolski
Sep 30, 2004 at 2:35 pm
Oct 11, 2004 at 10:36 am -
Hi! Consider this code. setClass("Ctest" ,representation( test="character" ,bla="character" ,mod="lm" ) ) new("Ctest",test="bla") #This produces an error. #Error in validObject(.Object) : Invalid ...
Wolski
Sep 29, 2004 at 7:20 pm
Sep 29, 2004 at 10:23 pm -
Hi! I have renamed some functions and deleted others. I have noticed that R CMD check complains only about newly added functions, but documented non-anymore-existing functions seem not to matter. I ...
Wolski
Sep 16, 2004 at 2:23 pm
Sep 21, 2004 at 8:10 am -
Dear R-devel list members, Probably not an opportune time for this, given the immanent release of 2.0.0, but I was just reminded (while preparing a lecture) of a function that I find useful and that ...
John Fox
Sep 17, 2004 at 7:10 pm
Sep 17, 2004 at 9:04 pm -
# users would benefit from a warning about the behavior in the # groups.unbalanced case below. A propogation of difference is the variance # calculation is leading to an apparently significant ...
Tucker
Sep 13, 2004 at 8:57 pm
Sep 13, 2004 at 10:49 pm -
Hi! Concerning different behaviour between 1.9.1 patched and: R : Copyright 2004, The R Foundation for Statistical Computing Version 2.0.0 Under development (unstable) (2004-09-06), ISBN ...
Wolski
Sep 7, 2004 at 9:48 am
Sep 7, 2004 at 7:41 pm -
Full_Name: Mai Zhou Version: 1.9.1 OS: Win XP Professional Submission from: (NULL) (12.222.227.93) One-sample t test power calculation n = 25 delta = 0.1 sd = 1 sig.level = 1.1 power = 1.088311 ...
Mai
Sep 24, 2004 at 4:53 am
Sep 24, 2004 at 5:12 pm -
Doing the normal build process [1] for a first time with a R 2.0.0 snapshot -- the Sep 21 version I uploaded to Debian's 'experimental' section two days ago, ended in failure. The package in question ...
Dirk Eddelbuettel
Sep 24, 2004 at 2:58 am
Sep 24, 2004 at 11:36 am -
Hi all, I just downloaded the latest R-patched tarball [Version 1.9.1 Patched (2004-09-21)] and ran into an error during compilation. This is on FC2 and the error is as follows: dounzip.c: In ...
Marc Schwartz
Sep 22, 2004 at 1:32 am
Sep 22, 2004 at 12:39 pm -
Hello R Power Users, There is a rather large introduction you may skip to go directly to my question about S4 classes. I am working on some toy code to help me get in through S4 classes. Doing this ...
Eric Lecoutre
Sep 22, 2004 at 10:21 am
Sep 22, 2004 at 11:20 am -
I'm still working to add namespace support to some of my packages. I've removed the 'Depends' line from the DESCRIPTION file, and created an appropriate NAMESPACE files. Strangely, whenever I use ...
Warnes, Gregory R
Sep 20, 2004 at 10:05 pm
Sep 21, 2004 at 3:59 pm -
Hola! I got past the problems I asked about two days ago, thanks. No I am updating CRAN package asypow (the daily package check on CRAN gave warnings due to .Rd problems, fixed). Now it PASSED Rcmd ...
Kjetil Brinchmann Halvorsen
Sep 18, 2004 at 2:55 am
Sep 19, 2004 at 3:05 pm -
Dear R-devel This one seems a bit arcane for R-help. I very often use R to call routines written in Delphi (son of Pascal), doing "persistent" memory allocation within Delphi. That is, I start R and ...
Mark Bravington
Sep 14, 2004 at 1:38 am
Sep 15, 2004 at 12:47 am -
I also have a reorder.factor defined in the gregmisc package. It has a slighly different behavior. It allows - sorting the factor level names via 'mixedsort', which sorts mixed numeric/character ...
Warnes, Gregory R
Sep 3, 2004 at 6:36 pm
Sep 14, 2004 at 9:06 am -
Hi! This is a repost of an earlier message (with a clearer example demonstrating the problem I ran into). If you run the mle example in stats4 library(stats4) x <- 0:10 y <- c(26, 17, 13, 12, 20, 5, ...
Daniel Hoppe
Sep 13, 2004 at 6:12 pm
Sep 14, 2004 at 1:13 am -
rdevel from yesterday, also in 1.9.1 (Debian, -3). The man page of 'hist' (from the graphics package, obtained by "?hist") suggests 'truehist' under "see also", but 'truehist' isn't loaded by default ...
A.J. Rossini
Sep 9, 2004 at 8:07 pm
Sep 9, 2004 at 9:22 pm -
Full_Name: jarek tuszynski Version: 1.8.1 OS: windows 2000 Submission from: (NULL) (198.151.13.10) Example code: [,1] [,2] [,3] [1,] 1 1 1 [2,] 1 1 1 [3,] 1 1 1 [4,] 1 1 1 [5,] 1 1 1 [6,] 1 1 1 [7,] ...
Jaroslaw W Tuszynski
Sep 9, 2004 at 8:01 pm
Sep 9, 2004 at 8:33 pm -
Hello, This may not be a bug--but I'm not sure. I have R 1.91 installed on a machine that's running Windows XP. In Cygwin, when I attempt to use the "build" command it tells me that TMPDIR is set to ...
Sego
Sep 20, 2004 at 10:07 pm
Sep 20, 2004 at 11:37 pm -
Full_Name: Daniel R Jeske Version: 1.8.1 OS: Windows 2000 Submission from: (NULL) (138.23.228.79) We have just noticed that when you use glm() it seems the logical output 'converged' is always TRUE ...
Daniel Jeske
Sep 18, 2004 at 4:10 am
Sep 18, 2004 at 4:54 pm -
Full_Name: Eric van Gyzen Version: 1.9.1 OS: FreeBSD Submission from: (NULL) (152.3.22.120) In several cases, "R CMD INSTALL" doesn't remove its temporary directory. It should call "do_cleanup" ...
Vangyzen
Sep 15, 2004 at 7:51 pm
Sep 16, 2004 at 5:11 pm -
In some cases, merge() has a problem in R-2.0.0 alpha (2004-09-14): x <- structure(c("a", "b", "2", "0.2-26", "O", "O"), .Dim = c(2, 3), .Dimnames = list(c("1", "2"), c("P", "V", "2"))) y <- ...
Uwe Ligges
Sep 15, 2004 at 4:58 pm
Sep 16, 2004 at 7:50 am -
Please forgive me if you already received this. I had an e-mail sending glitch this morning. http://cran.r-project.org/src/contrib/checkSummary.html reported an error in Design.trans.Rd * checking Rd ...
Frank E Harrell Jr
Sep 9, 2004 at 6:48 pm
Sep 9, 2004 at 7:34 pm -
Warnings about /metno/internweb/fouweb/htdocs/teknisk/verktoy/R/faq.html BAD LINK: http://stat.ethz.ch/R/manual/ BAD LINK: http://nlme.stat.wisc.edu/MEMSS/ BAD LINK: http://stats.mth.uea.ac.uk/Rcgi/ ...
SjekkAlderOgPeker
Sep 8, 2004 at 7:55 am
Sep 8, 2004 at 12:11 pm -
I just got R-2.0.0 alpha running on my Gentoo Linux system. The only issue I had was that if I do "--with-lapack" in the "configure", "make check" fails very early. Once I removed that option, "make ...
M. Edward Borasky
Sep 7, 2004 at 1:23 am
Sep 7, 2004 at 9:14 am -
Error in as.data.frame.default(x[[i]], optional = TRUE) : can't coerce difftime into a data.frame Error in as.data.frame.default(x[[i]], optional = TRUE) : can't coerce difftime into a data.frame ...
Peter Dalgaard
Sep 7, 2004 at 12:17 am
Sep 7, 2004 at 12:54 am -
I noticed this in the NEWS: o Datasets 'sunspot.month' and 'sunspot.year' are available separately but not via data(sunspot) (which is used by package lattice to retrieve a dataset 'sunspot'). Now, ...
Deepayan Sarkar
Sep 1, 2004 at 5:18 pm
Sep 1, 2004 at 6:37 pm -
Apologies for cross postings or manual work caused by resending; the intially sent bug report through the web-interface bounced, however. Full_Name: Bernhard Pfaff Version: 1.9.1 OS: Windows NT ...
Pfaff, Bernhard
Sep 30, 2004 at 12:33 pm
Oct 1, 2004 at 3:55 pm -
Full_Name: Yfke Ongena Version: Aqua GUI for R 1.9.1 OS: MAC OS 10.3.5 Submission from: (NULL) (130.37.168.69) R was succesfully installed and worked fine, however, after I closed the session and ...
YP Ongena
Sep 28, 2004 at 11:42 am
Sep 28, 2004 at 11:58 am -
Thank you for the reference to Knuth. Indeed in vol. 2 he has a
Vadim Ogranovich
Sep 24, 2004 at 11:17 pm
Sep 24, 2004 at 11:36 pm -
Hi, Don't know if it belongs to r-devel or r-help, but since I am planning to alter some of R's internal code I am sending it here. The existing implementation of the sample() function, when the ...
Vadim Ogranovich
Sep 24, 2004 at 2:48 am
Sep 24, 2004 at 10:02 am -
Hi, Executing the following code causes the prompt to enter browser() mode. Called from: as(Npatrick1, "list") Browse[1] R : Copyright 2004, The R Foundation for Statistical Computing Version 2.0.0 ...
Wolski
Sep 23, 2004 at 8:00 pm
Sep 24, 2004 at 9:08 am -
Full_Name: Version: 1.9.0 OS: Windows XP Submission from: (NULL) (134.126.93.191) I believe the noncentrality parameter, lambda, in power.anova.test is incorrect. The noncentrality paramter is ...
Meyerjp
Sep 23, 2004 at 9:27 pm
Sep 23, 2004 at 10:03 pm -
Hi, I am installing Rgraphviz at Linux Fedora Core 2 with 32 bit AMD athlon with 512 RAM. I have installed graphviz version: graphviz-1.16-1.src.rpm installed already on system. I am doing: $ R CMD ...
Saurin Jani
Sep 22, 2004 at 10:11 pm
Sep 23, 2004 at 6:34 pm -
If an attempt is made to attach to position 1, it appears to work (not even a warning) but in fact it doesn't work as many would expect. "search" thinks that it gets placed in position 2, but nothing ...
Patrick Burns
Sep 22, 2004 at 7:30 pm
Sep 23, 2004 at 9:54 am -
I met several problems in using R, and I can not find the 5 I used the Tools to create a package in windows, but it seems in the last step, zip command does not work? Is there any good reference ...
Shaogang Qu
Sep 22, 2004 at 4:04 pm
Sep 23, 2004 at 8:11 am -
In the odesolve routine lsoda(), I allow the function (named func) that calculates the system of differential equations to be defined in a dll that has been dynamically loaded from the file named in ...
Wsetzer
Sep 20, 2004 at 6:10 pm
Sep 20, 2004 at 6:55 pm -
I'm trying to learn how to use namespaces, so I have created a small package with two functions. My NAMESPACE file is importFrom(survival, Surv) export(mlreg.fit, risksets) because 'mlreg.fit' uses ...
Gb
Sep 19, 2004 at 5:57 pm
Sep 19, 2004 at 6:03 pm -
Hi! Due to package maintenance I have removed some functions but forgot to update the coresponding Rd files. If R CMD check is checking for missing documentation entries why it does not check for ...
Wolski
Sep 17, 2004 at 11:14 am
Sep 17, 2004 at 11:38 am -
Hola! I am doing some minimal changes on the package SenSrivastava to make it fit for R2.0.0 (This package passed Rcmd check on earlier versions of R, and are passing the CRAN daily checks!) I am ...
Kjetil Brinchmann Halvorsen
Sep 17, 2004 at 5:35 am
Sep 17, 2004 at 6:23 am
Group Overview
group | r-devel |
categories | r |
discussions | 97 |
posts | 273 |
users | 69 |
website | r-project.org |
irc | #r |
69 users for September 2004
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)