Search Discussions
-
Dear R developers, if one uses package.skeleton() to create a new package, then a file anRpackage.Rd with the following entries is prepared: \name{anRpackage-package} \alias{anRpackage-package} ...
Thomas Petzoldt
Oct 6, 2008 at 9:46 am
Oct 10, 2008 at 6:26 am -
Dear list-reader, by running the following script: library(zoo) sessionInfo() search() packageDescription("zoo") data(EuStockMarkets) dax <- as.zoo(EuStockMarkets[1:10, "DAX"]) daxr <- diff(log(dax)) ...
Pfaff, Bernhard Dr.
Oct 22, 2008 at 10:36 am
Nov 3, 2008 at 2:08 pm -
Dear friends, there is a serious problem with RODBC on R from 2.6.2 to 2.8.0 on a postgresql 8.3 database. Let's say we define an empty dsn called "test", with user "postgres" and password "none". We ...
Corrado
Oct 31, 2008 at 11:17 am
Nov 7, 2008 at 11:32 am -
I was trying, on a Linux system, to get a .Rbuildignore file to work. After far too long, I found the problem was the <CR <NL line endings in the .Rbuildignore file -- I had originally created it on ...
Tony Plate
Oct 14, 2008 at 5:10 am
Oct 16, 2008 at 4:54 am -
Confirmed in plain R using the same package built this morning from last night's tarball from Denmark: Running update.packages() yields: --- Please select a CRAN mirror for use in this session --- ...
Edd
Oct 14, 2008 at 12:40 am
Oct 14, 2008 at 12:40 pm -
Dear R-devel, I have a problem defining the dependencies for a package. My package (latticist, not yet released) "Suggests" RGtk2, but specifically does not require it. If RGtk2 is available, the ...
Felix Andrews
Oct 30, 2008 at 6:40 am
Oct 31, 2008 at 7:09 am -
Ei-ji Nakama has pointed out (from another Japanese user, I believe) that postscript() and pdf() have not been handling kerning correctly, and this is a request for opinions about how we should ...
Prof Brian Ripley
Oct 12, 2008 at 3:36 pm
Oct 17, 2008 at 11:38 am -
Hi, this may be slightly off-topic, but as you are the experts: we have written a small vignette, in which we want to refer to .R, .Rd source files by means of relative paths. More specifically, we ...
Peter Ruckdeschel
Oct 10, 2008 at 6:19 pm
Oct 14, 2008 at 4:03 pm -
The bug discussed in the following year-old post suggested that the problem of clobbering attributes of top level environment objects would be fixed for 2.7 but its still in R version 2.7.2 ...
Gabor Grothendieck
Oct 3, 2008 at 3:08 pm
Oct 4, 2008 at 3:58 pm -
Hi, Sweave for some reason does not respect encoding setting in pdf.options. Everything is OK with ps.options. Thus when using non-default encoding for graphs, resulting graphics eps file is correct, ...
Zemlys
Oct 31, 2008 at 9:35 am
Nov 19, 2008 at 6:33 pm -
Dear R-devel, I am writing a package that needs some C++ functions from an external SDK (Affymetrix fusion). The same functions are already compiled into another package (affxparser). Can I ...
Charles Danko
Oct 25, 2008 at 8:05 pm
Nov 13, 2008 at 7:42 pm -
Colleagues, I have a routine in package labdsv that calls a FORTRAN subroutine. Recently, I was informed that it sometimes gives different results on a PC and Mac, and that the PC version is clearly ...
Dave Roberts
Oct 24, 2008 at 10:53 pm
Nov 13, 2008 at 6:35 pm -
Full_Name: Arkady Sherman Version: 2.8.0 OS: Windows XP sp3 ntfs file system Submission from: (NULL) (158.195.166.129) Freshly installed version 2.7.2 works well, but 2.8.0 can't open files with ...
Asherman
Oct 22, 2008 at 9:10 pm
Nov 4, 2008 at 5:48 pm -
Full_Name: Sundar Dorai-Raj Version: 2.8.0 OS: Windows Submission from: (NULL) (76.220.41.126) The following code crashes R: library(tcltk) tt <- tktoplevel() tc <- tkcanvas(tt, yscrollcommand = ...
Sundar Dorai-Raj
Oct 30, 2008 at 5:10 am
Oct 30, 2008 at 7:59 pm -
I have some functions that write an external text file for postprocessing by another program. Some instructions to the other program need to be indicated by null values (\000 or ^@). The function ...
Greg Snow
Oct 28, 2008 at 6:23 pm
Oct 28, 2008 at 10:09 pm -
useR's, I get these 2 errors when I run "R CMD check" on my package, and I cannot figure out how to get around them. Does anyone have any ideas? If it is of any help, I use Windows XP. ... * checking ...
Dxc13
Oct 24, 2008 at 1:52 pm
Oct 28, 2008 at 11:12 am -
In R, 0 ^ NaN yields Inf. I would have expected NaN or perhaps 0. Is this behaviour intended? R version 2.8.0 (2008-10-20) i386-pc-mingw32 locale: LC_COLLATE=English_United ...
Stephen Milborrow
Oct 25, 2008 at 2:59 pm
Oct 27, 2008 at 1:31 pm -
There is an unannounced and non-backwards-compatible change to the behaviour of 'get' in R2.8.0. 'get'ting a missing value now causes an error, whereas hitherto it's just returned a "missing" ...
Mark Bravington
Oct 24, 2008 at 3:07 am
Oct 26, 2008 at 7:38 pm -
Full_Name: Joseph Haykov Version: 2.8.0 OS: Windows Submission from: (NULL) (216.189.177.202) normalizePath("C:\\DOCUME~1\\JOSEPH~1\\LOCALS~1\\Temp\\RtmpolZ4Vy\\file72ae2cd6.txt") returns ...
Joe
Oct 23, 2008 at 2:45 pm
Oct 23, 2008 at 6:32 pm -
Hi All, I was cruising around today, and came across a company (ZumaStat) that adds additional statistics functionality to SPSS. http://www.zumastat.com/robust_statistics.htm "ZumaStat provides a ...
Ian Fellows
Oct 22, 2008 at 8:48 pm
Oct 22, 2008 at 10:48 pm -
This is a low priority bug that has been around for a while, but I came across it again while alpha testing 2.8. The resulting function for splinefun gives incorrect deriv values when x is less than ...
Greg Snow
Oct 6, 2008 at 5:50 pm
Oct 12, 2008 at 12:19 pm -
Dear colleagues, Using the last release 2.8.0 I had (for the first time since working with R) the difficulties in transmission of some Central European letters (�����) from R editor to the console ...
Janek Musek
Oct 27, 2008 at 7:30 pm
Nov 6, 2008 at 3:39 pm -
Hi guys, I've got a question about the API mkchar(). I have met some difficulty in parsing utf-8 string to mkchar() in R-2.7.0. I was intending to parse an utf-8 string str_jan (some Japanese ...
Fán Lóng
Oct 28, 2008 at 10:26 am
Nov 3, 2008 at 9:07 pm -
I downloaded the source for survival and I think I found the bug. I have not tried to build the package with this change to test it, but just defining the function with this change seems to work. The ...
Diggsb
Oct 20, 2008 at 3:55 pm
Oct 20, 2008 at 6:02 pm -
Full_Name: Jerry W. Lewis Version: 2.7.0 OS: Windows XP Professional Submission from: (NULL) (198.180.131.16) If you are saying that there is no need to solve for the noncentrality parameter, please ...
Jerry Lewis
Oct 9, 2008 at 5:20 pm
Oct 14, 2008 at 1:50 pm -
Hi all, I'm looking at providing some nicer number formatting features for axes in ggplot2. One thing I would like to do is use thin spaces to separate digits, like you can in latex. I realise I can ...
Hadley wickham
Oct 12, 2008 at 2:24 am
Oct 12, 2008 at 2:43 pm -
Our firm would like to route support requests through a website instead of using email. However R will refuse to install a package if DESCRIPTION's Maintainer field does not have a valid email adress ...
William Dunlap
Oct 3, 2008 at 6:01 pm
Oct 3, 2008 at 9:49 pm -
$ R CMD install ggplot2 ... scale-usage-d1 text html latex scale_brewer text html latex example perl(90227) malloc: *** mmap(size14880000) failed (error code) *** error: can't allocate region *** ...
Hadley wickham
Oct 3, 2008 at 2:14 pm
Oct 3, 2008 at 3:59 pm -
Dear R-developers, I am having trouble installing rJava on R 2.8.0 / debian etch. What goes wrong? I am happy for every advice. Best, Christian Warning in install.packages("rJava") : argument 'lib' ...
Christian Kohler
Oct 29, 2008 at 3:51 pm
Nov 9, 2008 at 7:35 pm -
Dear list, I needed to extract a zip-archive, and found zip.file.extract in utils. My only problem was the use of tempdir(), since I wanted to permanently extract the archive at a fixed location for ...
Jon Olav Skoien
Oct 30, 2008 at 7:08 pm
Nov 1, 2008 at 11:09 am -
thought someone here might know: how would I go about nominating my book (Ecological Models and Data in R, Princeton University Press 2008) for inclusion in the R books page ... ? I can supply ...
Ben Bolker
Oct 29, 2008 at 10:09 pm
Oct 30, 2008 at 1:28 am -
Hello all, It appears that for the simplest of S4 objects, z+1 does not equal 1+z. Presumably this is a bug, as 1+z seems to make a malformed object (at least malformed as an input to str). Thanks, ...
Robert McGehee
Oct 27, 2008 at 4:25 pm
Oct 28, 2008 at 3:50 pm -
When building 2.8.0 this morning for Fedora, I noticed that it was building the included bzlib2 source and using it rather than the system bzip2 libraries and headers. I tracked down the reason to ...
Tom "spot" Callaway
Oct 26, 2008 at 4:02 pm
Oct 27, 2008 at 10:19 am -
Full_Name: Stefan Albrecht Version: 2.7.2 (and 2.8.0) OS: Windows NT Submission from: (NULL) (194.127.8.17) Dear R Debug-Team, in write.csv() it is not possible to set both row.names = FALSE, ...
Stefan Albrecht
Oct 24, 2008 at 12:30 pm
Oct 27, 2008 at 8:18 am -
Hi the list, unlist respect the all the atomic type except orderd (it change of ordered into factor) : ### integer class(unlist(list(1:5,1:3))) #[1] "integer" ### numeric class(unlist(list(1.2,3.5))) ...
Christophe Genolini
Oct 24, 2008 at 9:15 pm
Oct 26, 2008 at 6:35 pm -
I just uninstalled R 2.7.2 on Windows XP after having installed R 2.8.0 The uninstaller removed the String values HKEY_LOCAL_MACHINE\SOFTWARE\R-core\R\Current Version ...
Erich Neuwirth
Oct 26, 2008 at 1:50 pm
Oct 26, 2008 at 2:47 pm -
Hi: I would like to find out the panel of a xyplot matrix where a mouse clicked. I know this functionality is already bundled in trellis.focus but I can't use it because I am coding a stand alone ...
Daniel Kornhauser
Oct 23, 2008 at 7:26 pm
Oct 24, 2008 at 4:58 pm -
Dear list members, I've run into a problem with R CMD INSTALL under Windows Vista and R 2.8.0: --------- snip ----------- C:\Users\John Fox\workspace c:\R\R-2.8.0\bin\R CMD INSTALL car installing to ...
John Fox
Oct 21, 2008 at 10:23 pm
Oct 22, 2008 at 12:21 am -
Hello, I have R 2.7.2 and RTools 2.8 on a vista pro computer. On my computer R CMD build changes the file names : all capital letters are transformed into lowercase letters (for instance the ...
Ollivier TARAMASCO
Oct 19, 2008 at 4:56 pm
Oct 20, 2008 at 1:37 pm -
On Debian / Ubuntu / ... we have [1] edd at ron:~ R CMD config --cppflags -I/usr/share/R/include edd at ron:~ but I seem to have no way to learn 'just' the /usr/share/R/include part from R CMD ...
Dirk Eddelbuettel
Oct 17, 2008 at 1:45 am
Oct 18, 2008 at 3:29 pm -
Full_Name: Ebi Hal Version: R-2.7.2-1 OS: Fedora core 9 Submission from: (NULL) (129.215.170.238) I tried to install gplots by running R install.packages("gplots") but the process failed while ...
Ebihallo
Oct 15, 2008 at 1:30 pm
Oct 15, 2008 at 5:50 pm -
Hi, I'm programming with R 2.7.2 and had some trouble including Rmath.h for its random variates generation routines: Although I define R_NO_REMAP (which works fine for Rinternals.h stuff), Rmath.h ...
Daniel Sabanés Bové
Oct 11, 2008 at 7:41 pm
Oct 13, 2008 at 12:09 pm -
Full_Name: Willa Chen Version: 2.7.2 OS: Window XP Submission from: (NULL) (128.122.182.70) The match function does not return value properly. See an example below. [1] 35
Wchen
Oct 6, 2008 at 10:05 pm
Oct 11, 2008 at 7:25 pm -
I have installed R 2.7.2 in windows, now i am trying to install R oracle... I am using Oracle 10g. i have downloaded the Roracle 0.5-9 sources, and i am trying to compile it using Vc++, i found from ...
Rita. A
Oct 10, 2008 at 6:07 am
Oct 10, 2008 at 11:14 am -
Full_Name: Enrico Pegoraro Version: 2.7.2 OS: Windows (Vista or Xp PRO) Italian Submission from: (NULL) (87.4.189.202) If you send these lines of code: outdir="c:/pippo" ...
Pego Enrico
Oct 3, 2008 at 8:05 am
Oct 3, 2008 at 11:02 am -
Hello, I get a segfault when running glmmboot in my own package glmmML. Has happened many time before, but this time I get no hint of where in my C functions the error might be. I give the output ...
Göran Broström
Oct 3, 2008 at 9:32 am
Oct 3, 2008 at 10:52 am -
1
[Rd] row.names(data.frame(matrixWithDimnames)) depends on first rowname being "" or not. (PR#13230)
Full_Name: Bill Dunlap Version: R version 2.9.0 Under development (unstable) (2008-10-29 r46795) OS: Linux Submission from: (NULL) (76.28.245.14) When data.frame() is given a matrix with rownames, ...Wdunlap
Oct 30, 2008 at 4:00 am
Nov 3, 2008 at 12:41 pm -
Full_Name: Andrew Version: 2.8.0 OS: Linux-2.6.x Submission from: (NULL) (78.107.248.171) R-2.8.0 failes to build without X support due to a typo in the source code. The following patch fixes this ...
Bircoph
Oct 31, 2008 at 12:10 am
Oct 31, 2008 at 9:48 am -
Good afternoon, I would like fitting an ARIMA model without the first coefficient. For example, I want to fit an AR(3) like this : y[t]=a[1]*y[t-1]+a[2]*y[t-2]+a[3]*y[t-3], where a[1]=0. How can I ...
Yohann MOREAU
Oct 28, 2008 at 1:10 pm
Oct 30, 2008 at 4:23 pm -
Dear R Core, pairwise.wilcox.test does not handle "paired = TRUE" correctly; e.g. set.seed(13) x <- rnorm(20) g <- c(rep(1, 10), rep(2, 10)) wilcox.test(x ~ g)$p.value # 0.075 pairwise.wilcox.test(x, ...
Matthias Kohl
Oct 25, 2008 at 2:19 pm
Oct 25, 2008 at 5:32 pm
Group Overview
group | r-devel |
categories | r |
discussions | 102 |
posts | 301 |
users | 111 |
website | r-project.org |
irc | #r |
111 users for October 2008
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)