Search Discussions
-
Full_Name: ivo welch Version: any OS: linux Submission from: (NULL) (130.132.33.212) hi: in "?stop", in "See Also", please add "quit()" as a mention. Similarly, I would create a help for ?exit, which ...
Ivo Welch
Mar 27, 2004 at 5:43 pm
Mar 29, 2004 at 6:38 pm -
I've been attempting to create a new R package and recently removed the cygwin installation from my machine since R requires the use of the MingW tools for building an R package with C code. However, ...
Jeff D. Hamann
Mar 16, 2004 at 7:32 pm
Mar 18, 2004 at 7:26 pm -
I'm trying to track down a rather critical problem. This happens both on Debian's current unstable as well a from anoncvs built this morning, reinstalling MASS. Is anyone else seeing this or am I ...
A.J. Rossini
Mar 4, 2004 at 6:31 pm
Mar 10, 2004 at 9:09 am -
Full_Name: Dr. Hans A. Kestler Version: 1.8.1. OS: Linux, Win, Mac OSX Submission from: (NULL) (134.60.73.116) The code below produces after a different number of iterations i the following error ...
Kestler
Mar 30, 2004 at 7:21 pm
Apr 21, 2004 at 8:32 pm -
Dear all, does anyone know if there exists an effort to bring some kind of distributed computing to R? The most simple functionality I'm after is to be able to explicitly perform a task on a ...
Anders Sjögren
Mar 22, 2004 at 10:21 am
Mar 24, 2004 at 5:46 pm -
[,1] [,2] [,3] [,4] [1,] NA NA NA NA [2,] NA NA NA NA [3,] NA NA NA NA [4,] NA NA NA NA platform sparc-sun-solaris2.8 arch sparc os solaris2.8 system sparc, solaris2.8 status beta major 1 minor 9.0 ...
Gregory_r_warnes
Mar 26, 2004 at 11:09 pm
Mar 31, 2004 at 10:29 pm -
In a quick search of the R website just now, I found no mention of a unit testing framework for R. I hope to find something in the style of Java's JUnit, or Python's unittest. Is such a thing ...
Paul Shannon
Mar 17, 2004 at 7:11 pm
Mar 18, 2004 at 12:56 am -
Hello ... Using Win2K (and reportedly WinXP), when the length of the 'url' string This doesn't seem to be affecting unix machines. Thanks -J
Jeff Gentry
Mar 31, 2004 at 9:41 pm
Mar 31, 2004 at 11:26 pm -
Full_Name: Adam nave Version: 1.8.1 OS: OS X - 10.2.x and 10.3.x Submission from: (NULL) (141.140.9.48) When trying to give a limited user set to "use only these applications" access to the R ...
Nave
Mar 26, 2004 at 5:01 pm
Mar 26, 2004 at 9:33 pm -
Full_Name: Xiong Guanglei Version: 1.8.1 OS: Linux Submission from: (NULL) (202.38.103.50) qnorm(x) when x 1.0
Linuxfavor
Mar 5, 2004 at 3:21 pm
Mar 5, 2004 at 6:23 pm -
Full_Name: Peter McMahan Version: R 1.8.0 GUI OS: Windows 2000 Submission from: (NULL) (67.107.205.66) when running long functions with cat() commands inside, the requested data doesn't show up until ...
Peter_mcmahan
Mar 2, 2004 at 5:36 pm
Mar 2, 2004 at 6:36 pm -
I saw a reort on R-help (without answer) about not being able to load old workspaces (.RData files) in 1.9.0alpha. I have seen the same problem with some of my workspace, although most of them loads ...
Kjetil
Mar 25, 2004 at 1:34 am
Mar 26, 2004 at 11:54 pm -
In R1.7 and above (including R 1.9 alpha), 'update.formula' forgets to copy any offset(...) term in the original '.' formula: test df <- data.frame( x=1:4, y=sqrt( 1:4), z=c(2:4,1)) test fit1 <- glm( ...
Mark Bravington
Mar 9, 2004 at 6:52 am
Mar 18, 2004 at 11:47 am -
Full_Name: St?phane Gourichon Version: R 1.7.1 (2003-06-16). OS: GNU/Linux Submission from: (NULL) (132.227.205.226) The HTML help is great. But the search engine is broken. It used to work in Galeon ...
Stephane Gourichon
Mar 8, 2004 at 1:58 pm
Mar 8, 2004 at 3:37 pm -
Dear all, I noticed the following bug in points.formula Error in if (length(x) == l) x[s] else x : argument is of length zero This seems to be due to the fact that the data used was attached before ...
Berwin
Mar 8, 2004 at 9:17 am
Mar 8, 2004 at 2:35 pm -
Full_Name: Yutaka Hamaoka Version: 1.8.1(Raqua) OS: OSX 10.3 Submission from: (NULL) (218.140.186.74) Hi, I've found "stem()" falls into infinit loop when x has no variance. Let's try ...
Hamaoka
Mar 4, 2004 at 1:28 pm
Mar 5, 2004 at 6:18 pm -
It has long been a nuisance to me not being able to form margins on multiway tables in a simple fashion, so i wrote margins(). In my opinion it should go into the base package. The code and the ...
BXC (Bendix Carstensen)
Mar 2, 2004 at 2:20 pm
Mar 3, 2004 at 5:09 am -
It appears that the maximum number of connections available in R is about 48. Can anyone tell me how to bump this number up? I've been perusing the source, but any info would speed things up. Is ...
Samuelson, Frank*
Mar 31, 2004 at 5:29 pm
Mar 31, 2004 at 6:23 pm -
I'm seeing an odd error message when running R CMD check gregmisc with R-1.9.0beta_2004-03-22.tar.gz * checking package dependencies ... WARNING Error in switch(type, code = c("R", "r", "S", "s", ...
Gregory_r_warnes
Mar 25, 2004 at 9:05 pm
Mar 26, 2004 at 5:23 pm -
Full_Name: Xiong Guanglei Version: 1.8.1 OS: Linux Submission from: (NULL) (202.38.103.50) Error in as.matrix(1:10, nrow = 1) : unused argument(s) (nrow ...)
Linuxfavor
Mar 6, 2004 at 3:00 pm
Mar 6, 2004 at 3:15 pm -
There has been a change to the behavior of <<-. See the error thrown at the bottom of the transcript below. I don't believe this is an intended change. ========== older version of R-devel ========== ...
Vincent Carey 525-2265
Mar 30, 2004 at 8:40 pm
Apr 1, 2004 at 9:17 pm -
Hi all, I just used power.t.test() in Version 1.9.0 beta (2004-03-31) today under FC1. The following is the output: $n [1] 53.94062 $delta [1] 0.5 $sd [1] 1 $sig.level [1] 0.05 $power [1] 0.95 ...
Marc Schwartz
Mar 31, 2004 at 8:44 pm
Mar 31, 2004 at 9:00 pm -
(moved from R to R-devel) Other responses to this were along the lines of "how to buy a cheap CD," which may not be the way to think about what you are asking. If the R Foundation were to sell an "as ...
Paul Gilbert
Mar 30, 2004 at 12:19 am
Mar 30, 2004 at 10:25 pm -
Ivo, Let me address your points in reverse order: 1. There is a `wishlist' category for bug reports, which I guess you've overlooked. 2. There is also a `Contributed Documentation' section on the R ...
Andy_liaw
Mar 29, 2004 at 4:14 pm
Mar 30, 2004 at 9:26 pm -
NAV for Microsoft Exchange-NTPOLY
Mar 30, 2004 at 4:48 am
Mar 30, 2004 at 5:18 am -
Dear R-devel, A while ago Prof. Ripley had mentioned that g77 on AMD64 isn't the greatest, and the Salford Fortran is likely to be better. My question is, has anyone tried compiling R with Salford ...
Liaw, Andy
Mar 25, 2004 at 1:31 pm
Mar 25, 2004 at 1:50 pm -
Full_Name: Dong-Yun Kim Version: 1.7.0/1.8.1 OS: WinMe/WinXP Submission from: (NULL) (4.33.147.192) Hi all, It appears that R has a problem with evaluating logical "==" operator. The following are a ...
Dongyunhkim
Mar 24, 2004 at 3:35 pm
Mar 24, 2004 at 3:50 pm -
Full_Name: M. Welinder Version: 1.6.2 and 1.8.1 OS: Solaris Submission from: (NULL) (65.213.85.223) The common lower_tail==TRUE && log_p=�LSE case can be improved as if (lower_tail && !log_p) return ...
Terra
Mar 23, 2004 at 7:10 pm
Mar 24, 2004 at 9:06 am -
Content-Type: text/plain; charset="iso-8859-1" X-Virus-Scanned: by amavisd-new Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hypatia.math.ethz.ch id ...
Jens Oehlschlägel
Mar 22, 2004 at 6:03 pm
Mar 22, 2004 at 7:21 pm -
Hello! <http://cran.r-project.org/bin/macosx/RAqua-FAQ.html delivers an error 404. Is there any webmaster who could fix it? Thanks! Best wishes Markus Gail
Gail
Mar 22, 2004 at 1:14 pm
Mar 22, 2004 at 1:40 pm -
PROBLEM # Allocating strip labels by the function strip.fun(): strip.test() # Result: No strips: ok. No strings: NOT OK. # The distance ``y.text=unit(6,"points")'' is ignored; # the strings are not ...
Wolfram Fischer
Mar 3, 2004 at 11:08 am
Mar 19, 2004 at 12:34 am -
Full_Name: Vincent Goulet Version: 1.8.1 OS: Linux Submission from: (NULL) (24.203.194.201) In the summary of an object of class "mle", the word "Coefficients" misses an "f": Call: mle(minuslogl = f, ...
Vincent Goulet
Mar 17, 2004 at 5:26 pm
Mar 17, 2004 at 5:47 pm -
Dear all, Has anyone seen the same problem? I tried compiling R-1.9.0 alpha (2004-03-16) on our Opteron box running SUSE Linux ES8. I ran: ./configure --enable-R-shlib --with-blas=goto and got ...
Liaw, Andy
Mar 16, 2004 at 7:36 pm
Mar 16, 2004 at 11:35 pm -
Hi First off, thanks to all the various R developers, your package is very impressive. I'm not sure what the protocols are for contributing, and I've not done this before, so please excuse nay ...
Mark Van De Vyver
Mar 16, 2004 at 6:41 am
Mar 16, 2004 at 11:18 am -
Full_Name: George Leigh Version: 1.8.1 OS: Windows 2000 Submission from: (NULL) (203.25.1.208) The following example gives the correct answer when the first argument of tapply is a numeric vector, ...
George Leigh
Mar 15, 2004 at 9:29 am
Mar 15, 2004 at 12:20 pm -
Oops, I get the same behaviour as you now. I think I must have edited the transcript before and changed the order of the lines: now I get the "no traceback" message only if the try(f("A")) comes ...
Dmurdoch
Mar 12, 2004 at 9:39 pm
Mar 14, 2004 at 11:49 pm -
Set the lib argument to install.packages to a directory in which you do have write permissions. From ?install.packages ... install.packages(pkgs, lib, CRAN = getOption("CRAN"), contriburl = ...
Bates
Mar 11, 2004 at 6:37 pm
Mar 14, 2004 at 11:41 am -
In R 1.9.0, make.names will accept "_" as a valid character for a syntactically valid name. I would appreciate to have an option in ``read.delim'' (etc.) that would change "_" in headers of input ...
Wolfram Fischer
Mar 4, 2004 at 4:35 pm
Mar 5, 2004 at 9:45 am -
Hello, I don't know very much about Macs, so may have missed some obvious steps, but I downloaded version 1.8.1 of RAqua.dmg and installed from the R package file. The Start R icon appeared in the ...
Robert King
Mar 2, 2004 at 11:26 pm
Mar 4, 2004 at 8:43 pm -
On http://www.r-project.org/about.html it says, referring to R, "It also compiles and runs on Windows 9x/NT/2000" XP should be added.
Gabor Grothendieck
Mar 31, 2004 at 2:52 am
Mar 31, 2004 at 9:17 am -
I am still experiencing problems with seq.POSIXt() missing off the last day of the series: [1] "2004-03-25 GMT Standard Time" "2004-03-26 GMT Standard Time" "2004-03-27 GMT Standard Time" [4] ...
John Marsland
Mar 30, 2004 at 1:39 pm
Mar 30, 2004 at 2:36 pm -
Veuillez contacter votre administrateur syst?me. Le document analys? a ?t? MIS EN QUARANTAINE. Informations de violation : La pi?ce jointe message.scr contenait le virus [email protected] et N'a PAS pu ...
N-BIZET%NOTESESIEAADM
Mar 29, 2004 at 7:14 pm
Mar 29, 2004 at 7:14 pm -
Full_Name: ivo welch Version: current OS: linux Submission from: (NULL) (130.132.33.212) * In the ?subset page, please add subset( dataframe, select= c(-column1,-column2) ) returns a dara frame that ...
Ivo Welch
Mar 28, 2004 at 7:26 pm
Mar 28, 2004 at 7:59 pm -
Full_Name: Mark St. John Version: 1.8.1 OS: Macintosh 10.3.3 Submission from: (NULL) (63.135.5.86) After upgrading from Mac OS 10.2.8 to 10.3.3 a program I wrote to generate plots will no longer ...
Marksj
Mar 28, 2004 at 9:55 am
Mar 28, 2004 at 12:49 pm -
I am working with the precompiled rw1090beta as of 2004-03-23. ?ts has in section "See also" "Standard package 'ts' for many additional time-series functions." td does not longer exist. ?plot.ts ...
Kjetil
Mar 27, 2004 at 3:43 pm
Mar 27, 2004 at 4:57 pm -
The Details. In the following version. platform i386-pc-linux-gnu arch i386 os linux-gnu system i386, linux-gnu status major 1 minor 8.1 year 2003 month 11 day 21 language R lookup.xport ignores some ...
Svetlana Eden
Mar 26, 2004 at 10:44 pm
Mar 26, 2004 at 11:40 pm -
hello, I just failed to compile R 1.8.1 and also the latest beta R-1.9.0beta_2004-03-22.tar.gz on an ia64 architecture. When it comes to linking the Lapack library, the following error occurs six ...
Horbelt
Mar 26, 2004 at 4:10 pm
Mar 26, 2004 at 10:39 pm -
Virus encontrado, Thu Mar 11 16:47:29 BRT 2004 Encontrado W32/Mydoom.a.eml!exe virus Original message header: -------------------------------------------- 8=== cut here ...
Administrador do Servidor - BSI
Mar 11, 2004 at 8:42 pm
Mar 26, 2004 at 12:47 pm -
Dear R-devel, Has anyone played with this? http://www.amd.com/us-en/Processors/DevelopWithAMD/0,,30_2252_2282,00.html <http://www.amd.com/us-en/Processors/DevelopWithAMD/0,,30_2252_2282,00.html ...
Liaw, Andy
Mar 25, 2004 at 3:53 pm
Mar 25, 2004 at 9:36 pm -
Full_Name: M. Welinder Version: 1.8.1 OS: Solaris Submission from: (NULL) (65.213.85.227) Currently R has... #define R_D_Lval(p) (lower_tail ? (p) : (1 - (p))) /* p */ #define R_D_val(x) (log_p ? ...
Terra
Mar 24, 2004 at 3:53 pm
Mar 24, 2004 at 5:03 pm
Group Overview
group | r-devel |
categories | r |
discussions | 120 |
posts | 316 |
users | 95 |
website | r-project.org |
irc | #r |
95 users for March 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)