Search Discussions
-
Hi Developers, The alpha, compiles successfully, but it is failing make check-all (on two seperate machines, both FreeBSD 6.1). Here is the version string: platform i386-unknown-freebsd6.1 arch i386 ...
Andrew Robinson
Mar 28, 2006 at 7:55 am
Mar 29, 2006 at 6:04 am -
Hi everyone, I know this is a long shot but I just wanted to throw it out there. I have lately been using R a lot and have found that it is basically impossible to find any code help or answers via ...
Tim Brown
Mar 6, 2006 at 9:09 pm
Mar 8, 2006 at 4:57 pm -
I'm writing wrappers for some functions that change some of the default arguments. I'd rather not list all of the arguments for the low level functions because there are about a dozen wrapper ...
Duncan Murdoch
Mar 7, 2006 at 2:03 pm
Mar 9, 2006 at 4:19 pm -
----- Quick summary: In the File:Open dialog, please change "S files (*.q)" to "S files (*.q, *.ssc, *.S)" and show the corresponding files (including .SSC and .s files). ----- Background This is ...
Timh
Mar 17, 2006 at 7:19 pm
Mar 20, 2006 at 2:04 pm -
I was messing around with R and I found an example R behaving oddly: a <- alist(NULL, "bob", c(3,6,2,3)) a a == 'NULL' a == "NULL" a == 'cat' If I create a list with a NULL value [[1]] NULL [[2]] [1] ...
Charles Dupont
Mar 7, 2006 at 2:39 pm
Mar 7, 2006 at 6:37 pm -
Dear all, I am managing a departmental purchase of an Opteron based workstation/server for scientific computing on which we will be running R. The environment will probably be either Unix/Linux or ...
Simone Giannerini
Mar 6, 2006 at 4:50 pm
Mar 7, 2006 at 1:39 pm -
Full_Name: Chanseok Park Version: R 2.2.1 OS: RedHat EL4 Submission from: (NULL) (130.127.112.89) pbinom(any negative value, size, prob) should be zero. But I got the following results. I mean, if a ...
Cspark
Mar 22, 2006 at 4:52 am
Mar 22, 2006 at 4:39 pm -
(Moved from r-devel to r-bugs) Thanks for noticing this. It's easy to fix, but before I do, I'd like an opinion on the proper fix. Should all the plots use the same ylim, or in the case where it is ...
Murdoch
Mar 24, 2006 at 12:55 pm
Mar 24, 2006 at 6:16 pm -
Full_Name: Todd Bailey Version: 2.1 OS: Mac OS-X 10.4.3 Submission from: (NULL) (87.112.79.124) sub returns garbage in some strings when replacing something with nothing and fixed=TRUE. For example ...
Todd
Mar 16, 2006 at 9:28 pm
Mar 24, 2006 at 12:45 pm -
I have been timing a particular model fit using lmer on several different computers and came up with a peculiar result - the model fit is considerably slower on a dual-core Athlon 64 using Goto's ...
Douglas Bates
Mar 3, 2006 at 3:45 pm
Mar 14, 2006 at 1:10 am -
Hello list, despite I already posted a mail on this topic on R help, I guess this place may be more appropriate. I'll make it shorter this time. Sorry for posting twice. I found that using pixmap ...
Thibaut Jombart
Mar 24, 2006 at 2:13 pm
Apr 3, 2006 at 11:20 am -
[ Moved from R-help] Duncan Mackay wrote: I've written a timestamp() function to do the timestamping, but I'd like some people on platforms other than Windows to take a look -- I can't test it ...
Duncan Murdoch
Mar 25, 2006 at 5:22 am
Mar 27, 2006 at 11:54 am -
Hi all, Just noted this behavior in the past couple of days, where if R is started in a shell script such as: gnome-terminal [-e][-x] R or in ESS (version 5.2.12 with Emacs or XEmacs), the ...
Marc Schwartz (via MN)
Mar 7, 2006 at 8:30 pm
Mar 8, 2006 at 11:25 pm -
Hi, in Fedora Extras we build R packages to a temporary directory. The relevant section in the spec file is this: %build cd ..; R CMD INSTALL %{packname} -l %{buildroot}%{_libdir}/R/library It ...
José Matos
Mar 3, 2006 at 8:32 pm
Mar 8, 2006 at 10:24 am -
If an expression is passed to stopifnot() which contains missing values, then the resulting error message is somewhat baffling until you are used to it, e.g. Error in if (!(is.logical(r <- ...
Dan Davison
Mar 1, 2006 at 9:44 pm
Mar 2, 2006 at 8:27 am -
I sent the message below to r-sig-mac yesterday, but having no reply I decided to explore a bit myself and found that editing: /Library/Frameworks/R.framework/Versions/2.3/Resources/share/make/ ...
Roger koenker
Mar 14, 2006 at 5:57 pm
Apr 11, 2006 at 3:26 pm -
Hi, I've got the following two versions of R on WinXP: A) R Version 2.3.0 Under development (unstable) (2006-02-02 r37243) B) R Version 2.3.0 Under development (unstable) (2006-03-27 r37579) and a ...
Henrik Bengtsson
Mar 29, 2006 at 9:40 am
Apr 3, 2006 at 12:36 pm -
I've successfully gotten R 2.2.1 to compile on AIX 5.2. However, when I run "make install", I receive the following message: /appl/perform/workspace/R-2.2.1 ...
Matthew Beason
Mar 18, 2006 at 12:08 am
Mar 28, 2006 at 11:37 pm -
When I do t.test on two distributions (see example below), it outputs numerous data about the t.test. What I'd like to do is individually capture some of this data and assign it to other variables ...
Bernzweig, Bruce (Exchange)
Mar 24, 2006 at 8:00 pm
Mar 26, 2006 at 1:06 pm -
I often use browser() when debugging a function. After entering browser, I would find it very useful to be able to cut-and-paste a chunk of R code to the browser (or use ess-eval-region in Emacs). An ...
Kevin Wright
Mar 24, 2006 at 9:32 pm
Mar 25, 2006 at 11:06 pm -
This might fall under the purview of bundles, but I could not find any example bundles which demonstrated what I am after. I would like to construct two packages (A, B) which utilize a number of ...
James Bullard
Mar 15, 2006 at 11:58 pm
Mar 17, 2006 at 1:38 pm -
Dear R-devel, [I'm not sure if this is appropriate for R-devel. If not, I'm more than happy to move it to R-help.] As those of you who saw my post on R-help know, I've been trying to build R-patched ...
Liaw, Andy
Mar 10, 2006 at 9:35 pm
Mar 14, 2006 at 4:53 am -
Full_Name: Matthew Davis Version: 2.2.0 OS: OS X (10.4.5) Submission from: (NULL) (209.107.120.195) the mean of my sample x is 0.2, and when I check mean(x)<=0.2 I get a TRUE value, when I check ...
Mkdavis
Mar 12, 2006 at 11:39 pm
Mar 13, 2006 at 12:23 am -
The documentation for validObject suggests that slots are checked for validity, but validObject seems only to check that the slot has something claiming to be correct; validObject(obj) does not ...
Martin Morgan
Mar 6, 2006 at 4:57 pm
Mar 7, 2006 at 9:59 pm -
Full_Name: Version: 2.1.1 OS: Linux (Ubuntu 5.10) Submission from: (NULL) (136.160.174.71) R does not have a friendly gui from where all functions can be accessed by "point-and-click". Existing one I ...
Towsonu2003
Mar 4, 2006 at 8:18 am
Mar 4, 2006 at 6:18 pm -
The following paragraph from ?pdf struck me as a bit odd: 'pdf' writes uncompressed PDF. It is primarily intended for producing PDF graphics for inclusion in other documents, and PDF-includers such ...
Roger D. Peng
Mar 2, 2006 at 1:21 pm
Mar 2, 2006 at 3:51 pm -
I have changed the default in save() to compress = !ascii. This seems quite safe, as almost always save() is called explicitly and people will appreciate that it might take a little time to save ...
Prof Brian Ripley
Mar 30, 2006 at 5:23 pm
Mar 31, 2006 at 9:38 am -
Full_Name: Ben Tyner Version: 2.2.0 OS: i686-pc-linux-gnu Submission from: (NULL) (128.210.141.240) My appologies if this has already been fixed, but I didn't see it in the tracking system yet so I ...
Btyner
Mar 30, 2006 at 7:41 pm
Mar 30, 2006 at 10:42 pm -
Yet again, this is the wrong list for suggesting changes to R. Please do use R-devel for that purpose (and I have moved this). If this bothers you (it all works as documented, so why not use it as ...
Prof Brian Ripley
Mar 29, 2006 at 1:56 pm
Mar 30, 2006 at 12:41 pm -
Full_Name: Robert Pusz Version: 2.2.1 OS: Windows Submission from: (NULL) (157.25.9.126) Hello, In my opinion something is wrong with 'weights' option in glm. My code is following: ###begin of the ...
Robert Pusz
Mar 28, 2006 at 3:01 pm
Mar 28, 2006 at 11:51 pm -
Hi, how do I set options() when loading a package *without* a name space? Is it possible? I though this one was a common question, but I could not find it in the FAQ, in the help nor in the ...
Henrik Bengtsson
Mar 28, 2006 at 3:18 pm
Mar 28, 2006 at 4:04 pm -
Matrix inner product seems to crash R2.2.1 on a 64bit arch. More precisely, the crash happens atleast if the matrix is non-square. The bug can be reproduced (atleast here) with bash$ bin/R Illegal ...
Jtlindgr
Mar 27, 2006 at 6:43 pm
Mar 28, 2006 at 6:11 am -
Hi, is there a way to restrict the set of admissible functions for an eval() statement to a possibly 'safe' set, excluding all potentially dangerous functions like 'system', 'open', etc.(like, for ...
Michael Dondrup
Mar 27, 2006 at 8:22 am
Mar 27, 2006 at 5:33 pm -
Hi I am writing a script to generate a QC report for some data based on a number of files. I am currently using the choose.files function to select the files as not all the files need to be QC'd. One ...
Brooks, Anthony B
Mar 22, 2006 at 4:06 pm
Mar 26, 2006 at 4:52 pm -
Hello! Does R core find the following pacth usefull - I created methods for levels for list and data.frame, which can be usefull to get a list of levels for entries in a list or columns in a ...
Gregor Gorjanc
Mar 20, 2006 at 3:53 pm
Mar 22, 2006 at 7:52 am -
The following caused a hard-to-diagnose problem for a user of the survey package. Presumably this is a strange Unicode thing, but is there a convenient reference for how the collation order is ...
Thomas Lumley
Mar 17, 2006 at 9:32 pm
Mar 17, 2006 at 11:02 pm -
Full_Name: Ulrike Gr?mping Version: 2.2.1 OS: Windows Submission from: (NULL) (84.190.139.94) When importing data from SPSS, it is a nice feature of the package foreign that it allows (option ...
Groemping
Mar 5, 2006 at 8:50 am
Mar 12, 2006 at 6:17 pm -
A link in one of my help files does not work. I have in this help file: \seealso{\code{\link{crit.fun}}, \code{\link{opt.par}}, \code{\link{opt.random.par}}, \code{\link{opt.these.par}}, ...
Aleą ®iberna
Mar 3, 2006 at 11:28 am
Mar 5, 2006 at 11:05 am -
When I use package?<pac the author field gets reproduced twice, once with the \author{ } string and a secod time formatted. Also, would it be possible to make package?<pac find the overview without ...
Paul Gilbert
Mar 31, 2006 at 7:13 pm
Apr 3, 2006 at 1:55 pm -
Is this possible? I've tried both writeChar() and writeBin() to no avail. My goal is to serialize(asciiúLSE) an object to a connection but determine the size of the serialized object before hand ...
Jeffrey Horner
Mar 30, 2006 at 10:34 pm
Mar 31, 2006 at 4:48 pm -
Hi I am looking for assistance with setting up R under Sun grid engine 6 (6.0-update7). I would like to set up transparent interactive access to R using either a qlogin or qrsh solution. While it ...
Kim Carter
Mar 24, 2006 at 8:27 am
Mar 30, 2006 at 2:34 pm -
Dear All, What is the easiest way to create a package bundle in R? I have three packages I would like to group together in which one package will depends on three others. It looks like from ...
Steve Su
Mar 27, 2006 at 4:06 am
Mar 27, 2006 at 2:28 pm -
Dear all, perhaps I am using princomp.formula and prcomp.formula in a way that is not documented to work, but then the documentation just says: formula: a formula with no response variable. Thus, to ...
Berwin A Turlach
Mar 25, 2006 at 12:12 pm
Mar 27, 2006 at 9:39 am -
I would like to suggest that an 'append' argument be added to write.ftable(). This would allow, for example, the user to append ftable() output to a text report. I have attached an svn patch to ...
Stephen D. Weigand
Mar 17, 2006 at 3:48 am
Mar 17, 2006 at 7:55 am -
The purpose is to keep the code clean and I want to avoid nested if statements. Further conditions down the stream would make the code quite ugly. Pretty much for the same reason you use 'return()' ...
Henrik Bengtsson
Mar 14, 2006 at 2:04 pm
Mar 16, 2006 at 8:02 am -
Hello! I am writing some functions and I repeatedly acces internal factor codes. I figured out that internal codes are 1:n where 1 represents 1st level, 2 2nd level etc. This is not documented and I ...
Gregor Gorjanc
Mar 14, 2006 at 10:29 am
Mar 15, 2006 at 5:32 am -
Hi, does anyone know if it is possible to write example code (in Rd examples) such that one can stop the example without generating an error? Example: code A if (cond) niceStop() code B I know this ...
Henrik Bengtsson
Mar 14, 2006 at 12:40 pm
Mar 14, 2006 at 2:16 pm -
Hello! I just noticed that argument na.last in factor() is not documented. Did I miss something or ...? I just wonder how base package passes then R CMD check. I checked also in source man page in ...
Gregor Gorjanc
Mar 14, 2006 at 8:58 am
Mar 14, 2006 at 11:03 am -
(Moved from r-help) I've determined that this is a bug in dotchart. It miscalculates the height of a line of text in the right margin, using lheight <- strheight("M", "inch") which doesn't give the ...
Murdoch
Mar 13, 2006 at 5:33 pm
Mar 13, 2006 at 6:48 pm -
Hello! I was just wondering, why only one of my "Rd" files is converted in "chm" format (REGE) and the other are not when installing a package? The output from installing a package on WinXp is ...
Aleą ®iberna
Mar 13, 2006 at 11:30 am
Mar 13, 2006 at 12:01 pm
Group Overview
group | r-devel |
categories | r |
discussions | 131 |
posts | 381 |
users | 125 |
website | r-project.org |
irc | #r |
125 users for March 2006
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)