My recent revision of the package 'secr' has been accepted by CRAN, but I see from the Check Results that installation fails (see link below) on r-oldrel-windows-ix86+x86_64 (alone) because it cannot find dbinom_raw (which I now call directly). Is there an easy fix, and should I bother? https://www.r-project.org/nosvn/R.check/r-oldrel-windows-ix86+x86_64/secr-00install.html Murray
[R-pkg-devel] C function dbinom_raw missing on r-oldrel-windows-ix86+x86_64
2 messages · Murray Efford, Martyn Plummer
On Tue, 2015-12-08 at 04:54 +0000, Murray Efford wrote:
My recent revision of the package 'secr' has been accepted by CRAN, but I see from the Check Results that installation fails (see link below) on r-oldrel-windows-ix86+x86_64 (alone) because it cannot find dbinom_raw (which I now call directly). Is there an easy fix, and should I bother? https://www.r-project.org/nosvn/R.check/r-oldrel-windows-ix86+x86_64/secr-00install.html
The function dbinom_raw first appeared in release 3.2.0, which is why it does not work on the old release (oldrel=3.1.3 currently). You should make 3.2.0 the minimum version, i.e. in the DESCRIPTION file Depends: R (>= 3.2.0), methods Martyn
Murray
______________________________________________ R-package-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel
-----------------------------------------------------------------------
This message and its attachments are strictly confidenti...{{dropped:8}}