[Rd] *tiny* inaccuracy in ?dbinom

2016-03-02 Thread Ben Bolker
under "Value", ?dbinom says If ‘size’ is not an integer, ‘NaN’ is returned. That should be something like If ‘size’ is not an integer, ‘NaN’ is returned (or 'NA' for rbinom). ... at least that's what happens for me under svn rev 70138, Ubuntu 14 > rbinom(1,size=0.5,prob=0.5) [

Re: [Rd] install.packages() fails with drat repository on networkdrive

2016-03-02 Thread Dirk Eddelbuettel
Hi Thierry, On 2 March 2016 at 10:16, Thierry Onkelinx wrote: | Dear all, | | install.packages("lme4") fails with error | Error in read.dcf(file = tmpf) : cannot open the connection | In addition: Warning message: | In read.dcf(file = tmpf) : | cannot open compressed file | '//servername/repos

Re: [Rd] [patch] Support many columns in model.matrix

2016-03-02 Thread Martin Maechler
> Karl Millar > on Mon, 29 Feb 2016 10:22:51 -0800 writes: > Thanks. > Couldn't you implement model.matrix(..., sparse = TRUE) with a small > amount of R code similar to MatrixModels::model.Matrix ? yes, and basically call R level Matrix::sparse.model.matrix() [[ or eve

[Rd] install.packages() fails with drat repository on networkdrive

2016-03-02 Thread Thierry Onkelinx
Dear all, install.packages("lme4") fails with error Error in read.dcf(file = tmpf) : cannot open the connection In addition: Warning message: In read.dcf(file = tmpf) : cannot open compressed file '//servername/repository_path/bin/windows/contrib/3.2/PACKAGES', probable reason 'No such file or d