Re: [Rd] R CMD check does not recognize S4 functions inside other functions?

2009-08-28 Thread Henric (Nilsson) Winell
On 2009-08-28 09:58, Martin Maechler wrote: "GH" == Giles Hooker on Thu, 27 Aug 2009 21:12:48 -0400 writes: GH> I am developing a new R package and am now checking it for submission to GH> CRAN. GH> The some functions in the package make use of the sparse matrix routines

Re: [Rd] typo in cov()? var() fails on NA in R 2.7.2 but not R 2.6.1

2008-09-05 Thread Henric Nilsson (Public)
Andrew Piskorski wrote: I recently started using R 2.7.2, and noticed a surprising change in the behavior of var() on NA data: R 2.6.1 (Patched), 2007-11-26, svn.rev 43541, x86_64-unknown-linux-gnu: > stdev(rep(NA,3), na.rm=F) [1] NA > stdev(rep(NA,3), na.rm=T) [1] NA > var(rep(NA,3)

Re: [Rd] R-2.6.0 for Windows, semi-transparent colours and layout()

2007-09-19 Thread Henric Nilsson (Private)
Prof Ripley, Quoting Prof Brian Ripley <[EMAIL PROTECTED]>: > On Sat, 15 Sep 2007, Henric Nilsson (Public) wrote: > >> Hi, >> >> The added support for semi-transparent colours in `windows' under >> R-2.6.0 for Windows is much appreciated. >> >

[Rd] R-2.6.0 for Windows, semi-transparent colours and layout()

2007-09-15 Thread Henric Nilsson (Public)
Hi, The added support for semi-transparent colours in `windows' under R-2.6.0 for Windows is much appreciated. However, I've discovered that issuing a `layout' (or `par' with arguments `mfcol'/`mfrow') call and then trying to plot several figures with semi-transparent colour on the same page r

Re: [Rd] Unhidden predict methods

2007-03-16 Thread Henric Nilsson (Public)
e I'm working on. > It would be a good idea to revisit some of those decisions, but it is > not a very appealing way to spend one's time. Agreed. Thanks again! Henric > > On Fri, 16 Mar 2007, Henric Nilsson (Public) wrote: > >> Hi, >> >> I&

[Rd] Unhidden predict methods

2007-03-16 Thread Henric Nilsson (Public)
Hi, I've noted that not all `predict' methods are hidden in the namespace: > methods("predict") [1] predict.ar*predict.Arima* [3] predict.arima0*predict.glm [5] predict.HoltWinters* predict.lm [7] predict.loess* predict.mlm [9] predict.nls*

Re: [Rd] IDE for R C++ package writing ?

2007-02-23 Thread Henric Nilsson (Public)
Den Fr, 2007-02-23, 11:49 skrev mel: > Dear all, > > I have to develop a (hopefully) small package for R in C++. > I didn't code in C++ for some years, and i'm now searching > for an adequate IDE for this task. > > Some of my criterions : not proprietary, not too heavy, > open to linux, not java ga

Re: [Rd] Is there a version of RMySQL for Windows?

2006-11-28 Thread Henric Nilsson
Den 2006-11-27 14:33, Roger D. Peng skrev: > There are some pre-built binaries here: > > http://stat.bell-labs.com/RS-DBI/download/index.html And an even newer one, for the current version of R, is here: http://bus.cba.utulsa.edu/byersj/Research.asp HTH, Henric > > -roger > > Michal Okonie

[Rd] Allowed quasibinomial links (PR#8851)

2006-05-10 Thread henric . nilsson
Full_Name: Henric Nilsson Version: 2.3.0 Patched (2006-05-09 r38014) OS: Windows 2000 SP4 Submission from: (NULL) (83.253.9.137) When supplying an unavailable link to `quasibinomial', the error message looks strange. E.g. > quasibinomial("x") Error in quasibinomial("x&quo

[Rd] Spelling of "parameter" in summary.nls(..., correlation = TRUE) (PR#8759)

2006-04-10 Thread henric . nilsson
Full_Name: Henric Nilsson Version: 2.3.0 alpha (2006-04-08 r37675) OS: Windows XP SP2 Submission from: (NULL) (212.209.13.15) The text preceeding the correlation matrix in summary.nls(..., correlation = TRUE) has a spelling error: parameter is spelled paraneter. > DNase1 <- subset(DNas

[Rd] weighted.residuals for glm objects (PR#7961)

2005-06-21 Thread henric . nilsson
Full_Name: Henric Nilsson Version: 2.2.0 (2005-06-20 r34776) OS: Windows 2000 Submission from: (NULL) (213.115.23.26) The help page for `weighted.residuals' states that the function can be used with both `lm' and `glm' objects. However, it's unclear what's meant