[Rd] javascript device for R

2006-02-04 Thread Romain Francois
Hi, Has anyone started a javascript device for R. I don't see something like that googling or at on http://www.stat.auckland.ac.nz/~paul/R/devices.html For example, using that graphics library : http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm (I cc that message to the author.) ps : this

Re: [Rd] Citation of R packages

2006-02-04 Thread Friedrich . Leisch
On Mon, 30 Jan 2006 10:06:52 +1100 (EST), John Maindonald (JM) wrote: The bibtex citations provided by citation() do not work all that well in cases where there is no printed document to reference: That's why there is a warning at the end that they will need manual editing ... IMHO

Re: [Rd] What about a bib file

2006-02-04 Thread Friedrich . Leisch
On Mon, 30 Jan 2006 17:49:37 -0500 (EST), Vincent Carey 525-2265 (VC5) wrote: Romain Francois suggests that a central bibliographic database (possibly in bibtex format) might be useful for reference inclusion in R package man pages. This has been discussed by a small group, with

[Rd] Rprintf loop status does not print under windows

2006-02-04 Thread Andrew Finley
Hello, I am writing a c/c++ extension package that does some mcmc sampling, and periodically writes the sampling status to the terminal via Rprintf. So in my sampling loop I have: if(status == 100){ Rprintf(%i..., s); status = 0; } status++; Under linux/unix this works fine, but under

Re: [Rd] Rprintf loop status does not print under windows

2006-02-04 Thread Duncan Murdoch
On 2/4/2006 1:14 PM, Andrew Finley wrote: Hello, I am writing a c/c++ extension package that does some mcmc sampling, and periodically writes the sampling status to the terminal via Rprintf. So in my sampling loop I have: if(status == 100){ Rprintf(%i..., s); status = 0; }

[Rd] Using the lazy data mechanism

2006-02-04 Thread John Fox
Dear list members, I'm trying to use the lazy data mechanism with the car package, so far without success. The data sets are in the source package's data subdirectory in the form of compressed .rda files, and I added the directive LazyData: yes to the package's DESCRIPTION file. I suspect that

Re: [Rd] pbinom with size argument 0 (PR#8560)

2006-02-04 Thread p . dalgaard
P Ehlers [EMAIL PROTECTED] writes: I prefer a (consistent) NaN. What happens to our notion of a Binomial RV as a sequence of Bernoulli RVs if we permit n=0? I have never seen (nor contemplated, I confess) the definition of a Bernoulli RV as anything other than some dichotomous-outcome

[Rd] a generic 'attach'?

2006-02-04 Thread Bill.Venables
Is there any reason why 'attach' is not generic in R? I notice that it is in another system, for example, and I can see some applications if it were so in R. Bill Venables. Bill Venables, CMIS, CSIRO Laboratories, PO Box 120, Cleveland, Qld. 4163 AUSTRALIA