Search Discussions
-
Full_Name: Dan B Version: R 2.0.0 (2004-10-04). OS: Fedora 2 Submission from: (NULL) (80.6.127.185) The man page for barplot (?barplot) is confusing... <quote cex.axis: expansion factor for numeric ...
Dan
Nov 2, 2004 at 1:12 am
Nov 3, 2004 at 8:52 pm -
(Moved from r-help to r-devel) Terry Mu pointed out that in Windows par(ask=T) works when a script is sourced, but not when it is run from the script editor. I think the reason for this is that the ...
Duncan Murdoch
Nov 28, 2004 at 4:24 pm
Dec 9, 2004 at 7:55 pm -
Okay, now I understand. I think I'd call the last of those a bug, and it would seem to me that the install and check scripts should also respect this directive. I've now copied this to the r-bugs ...
Murdoch
Nov 18, 2004 at 4:36 pm
Nov 22, 2004 at 5:11 am -
We plan to a patch release on Nov.15 to fix up various problems that cropped up after the release of R 2.0.0. Daily beta snapshots will be made available until the day of release. Please check if ...
Peter Dalgaard
Nov 4, 2004 at 12:24 am
Nov 5, 2004 at 2:31 pm -
I have Windows XP build scripts that look for R in a variety of folders and if multiple ones are found, takes the last one. For example, I currently have the following in \Program Files\R : rw1060 ...
Gabor Grothendieck
Nov 28, 2004 at 7:09 pm
Nov 29, 2004 at 3:19 pm -
I noticed the following today --- str() seems to remove any extra class information added to an environment. [1] "environment" I'm not sure if this is related to the external pointer issue mentioned ...
Roger D. Peng
Nov 23, 2004 at 3:14 pm
Nov 26, 2004 at 9:28 am -
Full_Name: Dan B Version: 2 OS: Fedora 2 Submission from: (NULL) (80.6.127.185) It would be great if something like currentPlot <- edit(par) allowed dynamic changes to the 'currentPlot', which I am ...
Dan
Nov 5, 2004 at 1:18 pm
Nov 7, 2004 at 8:48 pm -
I was running R CMD check on Windows XP 2.0.1beta and got this: Error in parse(file, n, text, prompt) : syntax error on 602 After a lot of aggravation I finally discovered that if I did this: copy ...
Gabor Grothendieck
Nov 6, 2004 at 8:52 am
Nov 7, 2004 at 1:39 pm -
Hello, In my Debian 3.0 systems, packages are installed in two different places, namely /usr/lib/R/library and /usr/local/lib/R/site-library, depending on whether they come from debian packages or ...
Iago Mosqueira
Nov 29, 2004 at 8:38 am
Dec 1, 2004 at 9:47 am -
Hi, I've had no luck with the combination of R-2.0.1 and Rggobi/gobi (1.1-1 and 1.0-1 beta). I've tried a default configuration of ggobi, as well as one with all the plugins enabled. I'm using RedHat ...
Richard Beare
Nov 24, 2004 at 3:54 am
Nov 26, 2004 at 6:26 am -
[moved to R-devel] Hmmm. Recent versions of R require correctly installed versions (using R CMD INSTALL) of the packages. It is hard work to get a file called *.ZIP (rather than *.zip) that contains ...
Uwe Ligges
Nov 2, 2004 at 9:14 am
Nov 2, 2004 at 4:28 pm -
I have some questions about 1. nomenclature, 2. recommended file locations and 3. overall procedure related to creating packages. To the extent that it matters, examples here relate to Windows XP R ...
Gabor Grothendieck
Nov 11, 2004 at 6:45 am
Nov 11, 2004 at 7:31 pm -
install/update.packages() in R-devel has been enhanced in a few ways, notably to handle multiple repositories, and to allow packages to be reinstalled under the current version of R. 1) Currently ...
Prof Brian Ripley
Nov 7, 2004 at 7:22 pm
Nov 8, 2004 at 8:08 am -
Hi R-users and developers, This month may have seen one of the biggest thread never seen on R-related mailing lists, the one about "GPL software" and "hidden costs" (at this day, thread is still open ...
Eric Lecoutre
Nov 24, 2004 at 1:40 pm
Nov 29, 2004 at 9:50 am -
Hi, the following code produces no graphic output: ##################### library(lattice) library(car) data(Robey) for (i in 1:1) xyplot(tfr~contraceptors, data=Robey) ##################### However ...
Valery Khamenya
Nov 22, 2004 at 9:57 am
Nov 22, 2004 at 5:01 pm -
From: Patrick Connolly <[email protected] To: "RenE J.V. Bertin" <[email protected] Subject: Re: [R] changing (core) function argument defaults? Date: Thu, 18 Nov 2004 ...
RenE J.V. Bertin
Nov 18, 2004 at 1:04 am
Nov 18, 2004 at 2:01 am -
I encountered something strange with read.spss (package foreign, version 0.7 with R2.0.0 and version 0.8 with R2.0.1 beta, windows XP) I made a test file test.sav with SPSS version 11.5.1 containing ...
Kjetil Brinchmann Halvorsen
Nov 6, 2004 at 3:44 pm
Nov 6, 2004 at 8:14 pm -
Hi, the install script should make sure user has set R_HOME variable. I don't have it as root, and get stupid messages. Anyway, should it be set to $blah/R-2.0.0/lib/R/ or $blah/R-2.0.0 ? Thanks for ...
Mmokrejs
Nov 1, 2004 at 6:17 pm
Nov 1, 2004 at 8:19 pm -
Hi, If I define the following list: $"text-align" [1] "right" I know that I can't use l$text-align, as the parser will find a '-' operation. If I want (need) to use special names, as "text-align", I ...
Eric Lecoutre
Nov 29, 2004 at 3:47 pm
Nov 29, 2004 at 4:48 pm -
I'm trying to resolve a small problem that has arisen from introducing a NAMESPACE for the package SparseM. Prior to the namespace I had a class "matrix.diag.csr" that consisted of diagonal sparse ...
Roger koenker
Nov 26, 2004 at 6:50 pm
Nov 27, 2004 at 5:12 pm -
I have encountered an issue with TeXmacs and R 2.0.0, and I've found a somewhat unsatisfying workaround. My apologies if this is old news to the R-Devel list. TeXmacs has the ability to start up an R ...
M. Edward Borasky
Nov 21, 2004 at 8:54 pm
Nov 22, 2004 at 12:32 am -
I have been running into difficulties with dispatching on an S4 class defined in the SparseM package, when the method calls are inside a function passed as the f= argument to optimize() in functions ...
Roger Bivand
Nov 18, 2004 at 10:34 pm
Nov 20, 2004 at 10:11 pm -
I have some questions about building packages in Windows when using .Rbuildignore . The part of the process that is of interest here is the part that creates the source tree from the tree that ...
Gabor Grothendieck
Nov 17, 2004 at 7:10 pm
Nov 18, 2004 at 1:38 am -
Dear list member, by running Rcmd check on a package where a customised 'CITATION' file should be included instead of the automatically produced one, the following error occurs: adding build stamp to ...
Pfaff, Bernhard
Nov 11, 2004 at 5:11 pm
Nov 12, 2004 at 10:06 am -
[Moved to R-devel.] That's not what the subject line says, and is it really true? The RPM for FC2 (I built one on x86_64, but I think it will be the same on your unstated architecture) has gcc 3.3.3 ...
Prof Brian Ripley
Nov 10, 2004 at 9:05 am
Nov 10, 2004 at 8:36 pm -
I've been attempting to perform some analysis on a model that was interfaced with R (R calls a library that takes SEXPs and converts the data frames into the internal structures of data), and I ...
Jeff D. Hamann
Nov 29, 2004 at 6:27 pm
Nov 30, 2004 at 5:50 pm -
Hi, As far as I can tell data.frame class adds two features to those of lists: * matrix structure via [,] and [,]<- operators (well, I know these are actually "["(i, j, ...), not "[,]"). * row names ...
Vadim Ogranovich
Nov 26, 2004 at 12:31 am
Nov 27, 2004 at 12:41 am -
Hi, The following code generates a invalid (?) pdf file. pdf("test.pdf") x <- pixmapIndexed(rep(1:8, 9), nrow=6, col=terrain.colors(8)) plot(x) dev.off() This pdf can be viewed but not printed Trying ...
Wolski
Nov 24, 2004 at 5:45 pm
Nov 25, 2004 at 11:47 am -
strptime return wrong data?, look the R session. # datetxt: vector of date in text format [1] "1939-10-06 00:00:00" "1939-10-07 00:00:00" "1939-10-08 01:00:00" [4] "1939-10-09 00:00:00" # look value ...
Juan Santiago Ramseyer
Nov 22, 2004 at 3:34 am
Nov 22, 2004 at 1:01 pm -
Dear R developers, I will ask a very straightforward question concerning UseMethod's future, because people depending on my code wonder what will happen to it next. In R v2.0.1 NEWS it says o The ...
Henrik Bengtsson
Nov 15, 2004 at 7:53 pm
Nov 19, 2004 at 8:40 pm -
Hi R-Users and Developers, Several months ago I made a request on Sourceforge to add the R/S - programming language to the _Trove_ categorization. ("The Trove is a means to convey basic ...
Witold Eryk Wolski
Nov 17, 2004 at 10:09 am
Nov 18, 2004 at 10:04 am -
Hi, It seems that a formal function argument can not default to an "outer" variable of the same name: Error in ff() : recursive default argument reference Is this intentional? Why? I use R-1.9.1 ...
Vadim Ogranovich
Nov 10, 2004 at 2:36 am
Nov 10, 2004 at 3:07 am -
Builds of the R-2.0.0 release have been considerably more successful at my site than previous releases. I now have it installed on these platforms: Apple PowerPC G3 267MHz GNU/Linux 2.4.19-4a (Yellow ...
Beebe
Nov 8, 2004 at 7:41 pm
Nov 9, 2004 at 1:10 pm -
I have question regarding package installation. What is the difference between check, INSTALL, build and build --binary, which imply which and what order does one normally perform them? I have been ...
Gabor Grothendieck
Nov 6, 2004 at 5:20 pm
Nov 6, 2004 at 8:22 pm -
Full_Name: Dan B Version: na OS: na Submission from: (NULL) (80.6.127.185) I can't log into the bug tracker (I can't find where to register / login). In this way I can't add the following context ...
Dan
Nov 4, 2004 at 7:08 pm
Nov 5, 2004 at 3:58 pm -
Dear all, I'd like to use Rcmdr for teaching purposes but still have problems trying to use it under Windows XP. Everything works fine up to several minutes but then Rcmdr and R completely crash the ...
Thomas Ruf
Nov 4, 2004 at 2:37 pm
Nov 5, 2004 at 12:33 am -
Times series of rain and discharge in hydrologic - stations has above 95 years of daily records. In the temporal series over "serie" dataframe, using chron's object: is: 27181 which are the solution? ...
Juan_sr
Nov 3, 2004 at 11:11 pm
Nov 4, 2004 at 1:20 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
Nov 28, 2004 at 5:36 am
Nov 28, 2004 at 6:24 pm -
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---1936847065-1111238301-1101309010=:193006 ...
Tlumley
Nov 24, 2004 at 4:11 pm
Nov 25, 2004 at 9:45 am -
Full_Name: Ruskin Chow Version: R 2.0.1 OS: Windows 2000 Submission from: (NULL) (203.169.154.66) Data imported from SAS using read.xport() in package foreign are converted to <NA when the SAS data ...
Ruskin
Nov 23, 2004 at 11:27 am
Nov 24, 2004 at 4:40 pm -
Dear Rexperts: (R 2.0.1 on Windows XP Pro) Is the following problem unique to my setup? If it's a known problem, I didn't see it at http://bugs.r-project.org/ nor find discussion in the archives ...
P Ehlers
Nov 24, 2004 at 10:06 am
Nov 24, 2004 at 10:22 am -
Hi, I'm having a problem (of my own creation) with BATCH. The current problem (for me): ---------------------------- I'm sloppy. I work on *nux systems and will type e.g. "R CMD BATCH a*R out" to ...
Douglas Grove
Nov 16, 2004 at 11:32 pm
Nov 18, 2004 at 7:04 pm -
Full_Name: Harald Weedon-Fekj?r Version: 2.0 OS: Windows Submission from: (NULL) (80.202.87.143) Dear R core Thanks again for a superb program. This is really one of the rare instances I find a bug ...
Harald Weedon-Fekjar
Nov 14, 2004 at 9:01 pm
Nov 14, 2004 at 10:07 pm -
I'm using version 2.0.0 of R on a Windows 2000 OS. Packages that I installed in 1.9.1 are not installing properly in 2.0.0. Specifically, I can install packages from local zip files with the ...
Paul Louisell
Nov 12, 2004 at 11:26 pm
Nov 12, 2004 at 11:54 pm -
Full_Name: Peter Fischer Hallin Version: Version 1.8.1 OS: Irix64 Submission from: (NULL) (130.225.67.236) I've made a script look like this: exp <- read.table("graph/1933672048.cluster.data") exp <- ...
Pfh
Nov 11, 2004 at 2:01 pm
Nov 11, 2004 at 3:57 pm -
When I do a R CMD build --binary then I get the messages at the end of this post unless I specify LazyLoad: no in the DESCRIPRION file. If I do that then everything proceeds smoothly. R CMD check ...
Gabor Grothendieck
Nov 7, 2004 at 5:06 am
Nov 7, 2004 at 1:50 pm -
I tried to cross-compile the newest release 2.0.1 on a linux machine, but i always got an error at the following stage DHAVE_CONFIG_H -DR_DLL_BUILD -c dynload.c -o dynload.o dynload.c: In function ...
Markus Helbig
Nov 26, 2004 at 5:09 pm
Nov 30, 2004 at 4:47 pm -
This summer I and a colleague built a package for R v 1.9.1 containing C-code under Windows. That only worked for us when R was installed in c:\program files\R. Now I have R v 2.0.1 and the same ...
Per Broberg
Nov 30, 2004 at 3:38 pm
Nov 30, 2004 at 4:15 pm -
SciViews is the latest of several packages that need an X server to complete package installation. Please bear in mind that packages may get installed on a server with no display, yet run on client ...
Prof Brian Ripley
Nov 30, 2004 at 10:09 am
Nov 30, 2004 at 2:09 pm -
I recently installed Mandrake 10.1 on my laptop, downloaded the latest version of R, compiled it and ran it. To my surprise I discovered that the X11() command returned an error to the effect that X ...
Halldor Björnsson
Nov 29, 2004 at 11:46 am
Nov 29, 2004 at 1:32 pm
Group Overview
group | r-devel |
categories | r |
discussions | 119 |
posts | 388 |
users | 109 |
website | r-project.org |
irc | #r |
109 users for November 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)