Search Discussions
-
Hi all, I am not able to access cvs via rsync today. Is the service down? Thanks, Marc Schwartz
Marc Schwartz
Jul 19, 2004 at 7:15 pm
Jul 20, 2004 at 4:17 am -
I believe it's Uwe that's been providing the Windows binaries for packages. [The reason for cc to R-devel:] Would it make sense to have platform specific packages in a separate area on CRAN? I don't ...
Liaw, Andy
Jul 21, 2004 at 3:39 pm
Jul 27, 2004 at 11:05 am -
There was a discussion on r-help of getting the output from print.packageInfo into a file. Spencer and I have added a file= argument to print.packageInfo for consideration in R. Had this been ...
Gabor Grothendieck
Jul 26, 2004 at 1:16 am
Aug 2, 2004 at 4:07 pm -
I'm only now realizing that we have severe problems with R on our AMD 'Opteron' and 'Athlon64' clients running Redhat Enterprise with all 64-bit libraries (AFAICS). The Lapack problem happens for ...
Martin Maechler
Jul 27, 2004 at 12:51 pm
Jul 28, 2004 at 10:18 am -
The help file for "vector" in R 1.9.1 for Windows includes the following: x <- c(a = 1, b = 2) is.vector(x) as.vector(x) all.equal(x, as.vector(x)) ## FALSE I ran this just now and got TRUE. Should I ...
Spencer Graves
Jul 21, 2004 at 2:46 pm
Jul 23, 2004 at 4:45 pm -
# Your mailer is set to "none" (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send ...
Rmh
Jul 10, 2004 at 11:28 pm
Jul 11, 2004 at 5:07 pm -
Rd.sty defines \newlength{\middle} which seems to be in conflict with the my latex installation. Here is a minimal example: \documentclass{article} \newlength{\middle} \begin{document} \end{document} ...
Na Li
Jul 1, 2004 at 5:15 pm
Jul 2, 2004 at 10:15 am -
I am trying to assign the values in a matrix to an object whose name is created dynamically, i.e., using eval-parse-text-paste sequence. It seems that only the very last value in the matrix is ...
Cliff
Jul 27, 2004 at 9:47 pm
Jul 27, 2004 at 10:09 pm -
[moved the thread to R-devel....] Yes. That's the ideal solution. Anyway, these days you still need perl, and what happens if you have got some C or Fortran sources? Additionally, we can never do all ...
Uwe Ligges
Jul 12, 2004 at 4:27 pm
Jul 13, 2004 at 7:47 pm -
# Your mailer is set to "none" (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send ...
Rmh
Jul 9, 2004 at 9:28 pm
Jul 11, 2004 at 4:09 pm -
Hi, I am not sure if this is a bug or a non-implement feature of text-drawing functions with TeX-style expression, but hat() and some of its equals does not get the right "bounding boxes" if they are ...
Henrik Bengtsson
Jul 27, 2004 at 7:12 pm
Sep 19, 2004 at 11:11 pm -
[Moving this thread to R-devel instead] I suspect your "random" results are due to a bug in gsub(). On my R v1.9.0 (Rterm and Rgui) R crashes when I do % R --vanilla it works as expected. So there is ...
Henrik Bengtsson
Jul 17, 2004 at 1:59 am
Jul 26, 2004 at 7:23 pm -
Full_Name: Karel 'Clock' Kulhavy Version: 1.9.0 OS: GNU/Linux Submission from: (NULL) (212.71.168.94) par(mfrow=c(2,1) is ignored by filled.contour().
Clock
Jul 19, 2004 at 12:58 pm
Jul 19, 2004 at 5:16 pm -
I notice that this function is available after Dr. Murdoch's post at R-GUI. I am further wondering how to use "Process" and "ProcessID" two choices. Suppose I created more than one 'Document' windows ...
Peng Liu
Jul 15, 2004 at 10:13 pm
Jul 19, 2004 at 3:27 pm -
This is completely undocumented use of options, but it does cause a segfault with r-patched and r-devel on Linux: options(list('digits', 'scipen')) Strangely enough, options(list('digits')) and ...
Deepayan
Jul 12, 2004 at 5:46 am
Jul 12, 2004 at 7:35 pm -
The Hmisc package has in its .First.lib function a verbose argument, which I thought was the way to allow users to suppress certain messages, by issuing library(Hmisc, verboseúLSE). But I see that ...
Frank E Harrell Jr
Jul 11, 2004 at 1:07 pm
Jul 11, 2004 at 8:09 pm -
Brian Ripley stated that in the future it will not be a good idea to have top-level code in R packages other than assignments. There is one important exception, though it leads instantly to an ...
Frank E Harrell Jr
Jul 3, 2004 at 5:16 am
Jul 3, 2004 at 7:30 pm -
1. R-devel on OS X aborts when the code below is run after spitting out the message Loading required package: MASS Parameter 5 to routine DSTEIN was incorrect Mac OS BLAS parameter error in DSTEIN, ...
Jan de Leeuw
Jul 3, 2004 at 9:24 am
Jul 3, 2004 at 6:59 pm -
I tried to compile R (current R-patched to be more precise) with gcc 3.5 by Apple (which will be probably shipped with Tiger) and here's how far I got: 1) compilation itself was fine except for one ...
Simon Urbanek
Jul 11, 2004 at 7:13 pm
Aug 1, 2004 at 11:21 am -
Dear R-develers, I have been seraching in vain for an example of source-code, using .Call, to call an R-function from within C. Am also wondering i this .Call command works for all functions, say if ...
Freja Vamborg
Jul 30, 2004 at 2:07 pm
Jul 30, 2004 at 5:28 pm -
Full_Name: Tanya Logvinenko Version: 1.7.0 OS: Windows 2000 Submission from: (NULL) (132.183.156.125) For unbalanced design, I ran into problem with ANOVA (aov function). The sum of squares for only ...
Tlogvinenko
Jul 29, 2004 at 10:43 pm
Jul 30, 2004 at 7:07 am -
I have an S-Plus library that I would like to port to R. The library sends a mix of static and dynamic output to an html file. For example cat(" ... Big block of HTML formatting code ... ") ...
Kevin Wright
Jul 29, 2004 at 12:09 am
Jul 29, 2004 at 9:45 am -
Full_Name: Rob Strawderman Version: 1.9.1 OS: red hat linux 8 Submission from: (NULL) (128.253.217.211) The following demonstrates the basic problem: [martingale <99 ]% rm .RData rm: remove regular ...
Rls54
Jul 28, 2004 at 6:08 pm
Jul 28, 2004 at 9:19 pm -
Experimenting a bit further, I've "found" the following 1) the problem seems only gsub(), not sub() NULL 2) only if perl = TRUE, not otherwise 3) Also modifying the replacement string only slightly ...
Maechler
Jul 17, 2004 at 12:15 pm
Jul 26, 2004 at 6:17 pm -
Error in .C("RTcl_ActivateConsole", PACKAGE = "tcltk") : C function name not in DLL for package tcltk platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 9.1 year ...
Joehl
Jul 16, 2004 at 5:09 pm
Jul 26, 2004 at 11:54 am -
hello, my name is Roman Pahl and recently i tried to build a package under Windows. I created the skeleton and did alle the documentation stuff. As i wanted to check it using the 'R CMD CHECK ...
Roman Pahl
Jul 20, 2004 at 1:25 pm
Jul 20, 2004 at 2:21 pm -
Full_Name: Richard Mott Version: 1.9.0 OS: Windows XP Submission from: (NULL) (81.178.233.208) Shouldn't these give the same answer? [1] 1.996145e-16
Richard Mott
Jul 16, 2004 at 4:30 pm
Jul 17, 2004 at 1:21 pm -
I have a naive question here, but only because I've managed to screw this up twice in the last week. What is the correct way to reply to a bug report? Should r-bugs be in the To: or Cc: fields? I ...
Roger D. Peng
Jul 16, 2004 at 10:13 pm
Jul 17, 2004 at 12:36 pm -
# Your mailer is set to "none" (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send ...
Rmh
Jul 14, 2004 at 9:33 pm
Jul 16, 2004 at 4:37 am -
Full_Name: Elliot Williams Version: 1.9.1 OS: Linux Submission from: (NULL) (146.142.53.18) Hi, The usual configure/make procedure hangs when there is a space in the pathname. For instance, I had R ...
Williams Elliot
Jul 8, 2004 at 1:50 am
Jul 8, 2004 at 3:58 pm -
Full_Name: Theodosios Theodosiou Version: 1.9.1 OS: MAC OS X (10.3.4) Submission from: (NULL) (193.62.199.161) dyld: /usr/bin/open version mismatch for library: /usr/local/lib/libxml2.2.dylib ...
Theodos
Jul 7, 2004 at 12:41 pm
Jul 8, 2004 at 3:37 pm -
Full_Name: Stephen Weigand Version: 1.9.0 OS: Mac OS X 10.3.4 Submission from: (NULL) (68.115.89.235) When running an iteratively reweighted least squares program R crashes and the following is ...
Weigand Stephen
Jul 3, 2004 at 5:09 am
Jul 7, 2004 at 5:48 am -
Bug in "SOM" package in R. This simple code withot for loop runs:-------simple.r-------- library(som) A <- as.matrix(read.table("C:/code/h.txt", sep="\t", header=TRUE, row.names=1)) ...
Nikhilg
Jul 1, 2004 at 9:25 am
Jul 1, 2004 at 7:12 pm -
This probably should go to Duncan Murdoch ... The following reliably crashes R Version 1.9.1 on Win2000: winDialogString(paste(sample(letters,500,rep=TRUE), collapse=""),default="") (presumably ...
Gunter Berton
Jul 28, 2004 at 8:22 pm
Aug 4, 2004 at 4:07 pm -
Dear R Development Team, I compile R-1.9.1 on AIX 5.2 under 2.9-aix51-020209, and xlf 7.1. In order to let R compile successfully under gcc 2.9, I have to change one C statement of ...
Liao, Kexiao
Jul 30, 2004 at 3:03 pm
Aug 2, 2004 at 12:34 am -
Hi, is there are reason for not supporting NULL or "NULL" values for argument colClasses in read.table(), much like you can use NULL values for argument 'what' in scan()? This would help quite a bit ...
Henrik Bengtsson
Jul 28, 2004 at 9:11 pm
Jul 28, 2004 at 10:12 pm -
Using R 2.0.0 of July 20 2004 train, test, and cl as defined in example(knn), we have [1] ".GlobalEnv" "package:methods" "package:stats" "package:graphics" [5] "package:utils" "Autoloads" ...
Vincent Carey 525-2265
Jul 26, 2004 at 9:48 pm
Jul 26, 2004 at 10:07 pm -
I the course of cleaning up the build for OS X I wondered why R requires zlib 1.2.1+. Is there any specific reason for that? OS X comes with zlib 1.1.4, so I wonder if using the system library has ...
Simon Urbanek
Jul 20, 2004 at 2:44 pm
Jul 26, 2004 at 9:40 pm -
(Moved from r-help) Yes, I've seen that, but I never knew what it meant, and so it didn't give me confidence in the installation. (Did I make the right choice? How would I know if I didn't?) We don't ...
Duncan Murdoch
Jul 16, 2004 at 3:50 am
Jul 26, 2004 at 6:07 pm -
I'm not looking to start a discussion of the GPL on R-devel; I'm just giving a reference because the subject of the GPL, the license under which R is issued, has been brought up on this list. If you ...
Douglas Bates
Jul 22, 2004 at 2:43 pm
Jul 22, 2004 at 3:18 pm -
<<insert bug report here --please do not edit the information below-- Version: platform = powerpc-apple-darwin6.8 arch = powerpc os = darwin6.8 system = powerpc, darwin6.8 status = major = 1 minor = ...
Johnm
Jul 22, 2004 at 2:11 am
Jul 22, 2004 at 1:19 pm -
Full_Name: david stoffer Version: 1.9.0 OS: win xp pro Submission from: (NULL) (67.165.78.88) spec.pgram is supposed to plot the periodogram values in dB, i.e., 10log10(.). the value on the graph ...
Stoffer
Jul 22, 2004 at 12:47 am
Jul 22, 2004 at 8:55 am -
Full_Name: Adriano Azevedo Filho Version: 1.9.1 OS: Windows, Linux Submission from: (NULL) (200.171.246.212) R-squared and Adjusted R-squared appear to be wrong when the formula in lm() is specified ...
Adriano
Jul 22, 2004 at 5:22 am
Jul 22, 2004 at 5:22 am -
I like to request that the an argument/option to rank numbers in decreasing order, i.e. largest number first, be added to rank(). Currently I am using the following construct, which can get a bit ...
Adaikalavan Ramasamy
Jul 21, 2004 at 5:06 pm
Jul 21, 2004 at 6:08 pm -
as.matrix.data.frame() issues a spurious warning for POSIXt columns in R-1.9.1: R x <- data.frame(date=as.POSIXct("2004-07-20")) R as.matrix(x) date 1 "2004-07-20" Warning message: longer object ...
David Brahm
Jul 21, 2004 at 1:36 am
Jul 21, 2004 at 11:51 am -
Full_Name: Sanford Weisberg Version: 1.9.1 OS: Win XP Submission from: (NULL) (160.94.148.2) Min. 1st Qu. Median Mean 3rd Qu. Max. 0.222 4.780 7.550 7.780 10.200 21.600 The mean of this variable DOES ...
Sandy
Jul 20, 2004 at 3:54 pm
Jul 20, 2004 at 4:13 pm -
Full_Name: Ju-Sung Lee Version: 1.9.1 OS: Windows XP Submission from: (NULL) (128.2.79.102) The following commands causes R to crash: a = array(1:3) dimnames(a)[[1]] = c('1','2','3') ...
Jusung
Jul 19, 2004 at 11:13 pm
Jul 20, 2004 at 3:51 pm -
Full_Name: Karel 'Clock' Kulhavy Version: 1.9.0 OS: GNU/Linux Submission from: (NULL) (212.71.168.94) persp() graphing function ignores par(cex).
Clock
Jul 19, 2004 at 12:57 pm
Jul 19, 2004 at 1:04 pm -
Full_Name: Karel 'Clock' Kulhavy Version: 1.9.0 OS: GNU/Linux Submission from: (NULL) (212.71.168.94) par(annúLSE) is ignored by image() graphics function.
Clock
Jul 19, 2004 at 12:52 pm
Jul 19, 2004 at 1:00 pm -
Full_Name: Karel Kulhavy Version: 1.9.0 OS: GNU/Linux Submission from: (NULL) (212.71.168.94) plot(function(x){x^2}, 1, 10) doesn't react to par(xlog=TRUE).
Clock
Jul 19, 2004 at 12:28 pm
Jul 19, 2004 at 12:50 pm
Group Overview
group | r-devel |
categories | r |
discussions | 109 |
posts | 267 |
users | 88 |
website | r-project.org |
irc | #r |
88 users for July 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)