[Rd] Add .git to SCM excludes for build and INSTALL scripts

2006-07-10 Thread Seth Falcon
Git is a source code management system like CVS, svn, arch, and others. It would be nice to add exclude support to R CMD build and INSTALL so that the .git subdir of an R package is handled appropriately. Here is a possible patch: diff --git a/src/scripts/INSTALL.in b/src/scripts/INSTALL.in in

Re: [Rd] vignette("introduction") causes "Error in sprintf(" (PR#9069)

2006-07-10 Thread Chris Evans
Friedrich Leisch sent the following at 10/07/2006 11:28: ... some snipped ... > Fixed now in both r-patched and r-devel. > > Fritz > Wow, wonderful, thanks. My first ever R bug report resolved and closed in a weekend. Stunning. C -- Chris Evans <[EMAIL PROTECTED]> Professor of Psychother

Re: [Rd] Unexpected difference in Bounding Box of PDF graphics between 2.3.1p and 2.4 (PR#9070)

2006-07-10 Thread Prof Brian Ripley
On Mon, 10 Jul 2006, Wolfgang Huber wrote: > Dear Prof Ripley, > >> There is no such thing as '2.4', > > Can we forward this information to the author of "sessionInfo()", > "version", and R's welcome message, this is where I took that from. I get R version 2.4.0 Under development (unstable) (200

Re: [Rd] Unexpected difference in Bounding Box of PDF graphics between 2.3.1p and 2.4 (PR#9070)

2006-07-10 Thread Wolfgang Huber
Dear Prof Ripley, > There is no such thing as '2.4', Can we forward this information to the author of "sessionInfo()", "version", and R's welcome message, this is where I took that from. nor does PDF have a bounding box! Yup, sorry for my imprecise language, I don't understand much of PDF, jus

Re: [Rd] validObject() -> slow down ?! [was "package:Matrix handling ..."]

2006-07-10 Thread John Chambers
If you want to avoid checking your objects for validity, create them as default objects and then set the slots. validObject is only called if new() gets optional arguments. and it's not called when a slot is assigned (because in some cases an invalid intermediate object will exist, between two

Re: [Rd] Unexpected difference in Bounding Box of PDF graphics between (PR#9072)

2006-07-10 Thread Prof Brian Ripley
Please take great care not to start a new bug report when commenting on an old one, as you have done here. It really makes a mess of the records on the repository. (Ensure that the PR# item appears on the first line.) We do suggest quite strongly that people do not send reports on R-devel to

Re: [Rd] Unexpected difference in Bounding Box of PDF graphics between 2.3.1p and 2.4 (PR#9070)

2006-07-10 Thread Prof Brian Ripley
This is already fixed. There is no such thing as '2.4', nor does PDF have a bounding box! The issue was that for a short while the paper size of pdf() was defaulting to "default", the same as postscript() (and this was intentional). It is now the previous default of "special", and setting pape

Re: [Rd] Unexpected difference in Bounding Box of PDF graphics between 2.3.1p and 2.4 (PR#9070)

2006-07-10 Thread Hin-Tak Leung
[EMAIL PROTECTED] wrote: > Full_Name: Wolfgang Huber > Version: R version 2.4.0 Under development (unstable) (2006-07-09 r38523) > OS: i686-pc-linux-gnu > Submission from: (NULL) (62.253.128.15) > > > There appears to be unintentional behaviour in the size of the bounding box > for > PDF gr

Re: [Rd] Unexpected difference in Bounding Box of PDF graphics between (PR#9072)

2006-07-10 Thread hin-tak . leung
[EMAIL PROTECTED] wrote: > Full_Name: Wolfgang Huber > Version: R version 2.4.0 Under development (unstable) (2006-07-09 r38523) > OS: i686-pc-linux-gnu > Submission from: (NULL) (62.253.128.15) > > > There appears to be unintentional behaviour in the size of the bounding box > for > PDF gr

[Rd] validObject() -> slow down ?! [was "package:Matrix handling ..."]

2006-07-10 Thread Martin Maechler
[Diverted from R-help to R-devel] > "roger" == roger koenker <[EMAIL PROTECTED]> > on Sun, 9 Jul 2006 12:31:16 -0500 writes: >> roger> On 7/8/06, Thaden, John J <[EMAIL PROTECTED]> roger> wrote: >> As there is nothing inherent in either compressed, >> sparse, form

Re: [Rd] vignette("introduction") causes "Error in sprintf(" (PR#9069)

2006-07-10 Thread Friedrich Leisch
> On Sun, 09 Jul 2006 19:21:25 +0100, > Chris Evans (CE) wrote: > Gabor Grothendieck sent the following at 09/07/2006 19:02: >> Same for me. Looking through the output of vignette >> I noticed that both the ggplot and reshape packages have >> a vignette called "introduction" in m