[Rd] getAnywhere and functions starting with "." (PR#7684)

2005-02-10 Thread mark . bravington
Full_Name: Mark Bravington Version: 2.0.1 OS: Windows XP Submission from: (NULL) (140.79.22.104) 'getAnywhere' crashes when its argument starts with a period: > getAnywhere( '.onLoad') Error in exists(x, envir, mode, inherits) : invalid first argument One fix might be to replace the li

[Rd] Canonical S4 Method signature

2005-02-10 Thread Paul Roebuck
I have trouble finding applicable examples of S4 methods. Could someone tell me the canonical method for a function that takes either one or two arguments corresponding to dimensions? So if vector output desired, only one argument 'n' would be provided. For matrix, two would be provided correspondi

Re: [Rd] Undocumented S4 methods: generic coerce and siglist matrix, Massvector

2005-02-10 Thread John Chambers
Witold Eryk Wolski wrote: Hi, While checking the package I am getting all the time the following complain about the function: Undocumented S4 methods: generic coerce and siglist matrix,Massvector I have not defined the function nowhere in the R files. My gues is that this has something to do wi

Re: [Rd] hist() error when prob=NULL (PR#7682)

2005-02-10 Thread Prof Brian Ripley
According to the help page, freq and prob are logical, so this is correctly an error. What it actually does is freq <- if (!missing(probability)) !as.logical(probability) which is consistent with the documentation. On Thu, 10 Feb 2005 [EMAIL PROTECTED] wrote: Full_Name: Tom Hopper Version

[Rd] hist() error when prob=NULL (PR#7682)

2005-02-10 Thread tomhopper
Full_Name: Tom Hopper Version: 2.0.1 OS: Windows 2000 Submission from: (NULL) (69.220.229.2) While attempting to wrap hist() in my own custom function (for formatting purposes), I notice that a call like > hist(x, prob=NULL) produces the output: Error in if (freq) x$counts else { : argum

[Rd] Undocumented S4 methods: generic coerce and siglist matrix, Massvector

2005-02-10 Thread Witold Eryk Wolski
Hi, While checking the package I am getting all the time the following complain about the function: Undocumented S4 methods: generic coerce and siglist matrix,Massvector I have not defined the function nowhere in the R files. My gues is that this has something to do with the following definition

Re: [Rd] Re: Packages and Libraries

2005-02-10 Thread Kurt Hornik
> Barry Rowlingson writes: > A.J. Rossini wrote: >use(package_spec("foo", version = ~ > "1.5.8"), pos = 12, ...) > What else might you 'use'? .RData files perhaps? Dynamic links to > databases? Conceptually, things than can give RObjectTables as in DTLs package. -k > Is this going t

[Rd] Informar al remitente

2005-02-10 Thread W-CMESP-001
Información de incidente:- Base de datos: c:/lotus/domino/data/mail.box Originador: [EMAIL PROTECTED] Destinatarios: [EMAIL PROTECTED] Asunto: Hi Fecha/Hora: 10/02/2005 11:59:19 El adjunto Important.zip que envió a los destinatarios que figuran más a

Re: [Rd] Re: Packages and Libraries

2005-02-10 Thread Barry Rowlingson
A.J. Rossini wrote: use(package_spec("foo", version = ~ > "1.5.8"), pos = 12, ...) What else might you 'use'? .RData files perhaps? Dynamic links to databases? Is this going to turn into a monster that consumes library() and attach()? Not that that might be a bad thing, there's a very fine li

Re: [Rd] Re: Packages and Libraries (was: Re: lme4 "package" etc ..)

2005-02-10 Thread A.J. Rossini
Full agreement. Thanks, Kurt. On Thu, 10 Feb 2005 08:53:03 +0100, Kurt Hornik <[EMAIL PROTECTED]> wrote: > > A J Rossini writes: > > > On Wed, 9 Feb 2005 17:14:08 +0100, Kurt Hornik > > <[EMAIL PROTECTED]> wrote: > >> > Peter Dalgaard writes: > >> > >> > Kurt Hornik <[EMAIL PROTECTED]>