[Rd] Package impute on CRAN OSX Mavericks check machine

2014-06-10 Thread Peter Langfelder
Hello, would it be possible to install the Bioconductor package impute on the machine that checks and builds binary packages for OSX 10.9 Mavericks? Thanks, Peter __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Package impute on CRAN OSX Mavericks check machine

2014-06-10 Thread Simon Urbanek
On Jun 10, 2014, at 3:30 PM, Peter Langfelder wrote: > Hello, > > would it be possible to install the Bioconductor package impute on the > machine that checks and builds binary packages for OSX 10.9 Mavericks? > Sure, done. Cheers, Simon __ R-deve

[Rd] infelicity in dlnorm, plnorm

2014-06-10 Thread Spencer Graves
In theory, dlnorm(x, ...) == dnorm(log(x), ...)/x, x>0. Unfortunately, when sd=0, dlnorm and plnorm return NaN, while dnorm returns (if(x != mean)0 else Inf) and pnorm returns (if(x1). [A numerical optimization, maxLik{maxLik}, reported the NaNs for me.] help('dlnorm') says, "dlnorm is calcu