Re: [R-pkg-devel] R package build- C compilation issue related to math.h

2022-10-19 Thread Andrew Simmons
You could install VirtualBox if you wanted to test it yourself, or if you have the tarball available online somewhere, I can try building it. On Wed., Oct. 19, 2022, 19:57 Vincent Plagnol, wrote: > Dear all at R-package-devel, > > I am struggling with a R package build. > It builds fine on my ma

[R-pkg-devel] R package build- C compilation issue related to math.h

2022-10-19 Thread Vincent Plagnol
Dear all at R-package-devel, I am struggling with a R package build. It builds fine on my mac, which is my usual work environment. But when I submit to CRAN, while the windows version is fine, the debian version fails with a cryptic message: ** installing *source* package ‘ExomeDepth

Re: [R-pkg-devel] Error when install binary from CRAN but not if install from source - Macintoh, lme4, Matrix, buildmer

2022-10-19 Thread Duncan Murdoch
It seems that this could be mostly avoided if instead of caching copies of Matrix methods when buildmer was installed, R would cache promises to get those methods. Then if the method for some particular signature changed, on first use buildmer would retrieve the current version. There would s

Re: [R-pkg-devel] Error when install binary from CRAN but not if install from source - Macintoh, lme4, Matrix, buildmer

2022-10-19 Thread Uwe Ligges
Please let the Simon (Mac maintainer for CRAN) know. For Windows, the revdeps get rebuild automatically. Best, Uwe Ligges On 19.10.2022 09:39, Martin Maechler wrote: Duncan Murdoch on Tue, 18 Oct 2022 15:17:33 -0400 writes: > I see the same thing. This sounds like a problem in the

Re: [R-pkg-devel] Error when install binary from CRAN but not if install from source - Macintoh, lme4, Matrix, buildmer

2022-10-19 Thread Martin Maechler
> Duncan Murdoch > on Tue, 18 Oct 2022 15:17:33 -0400 writes: > I see the same thing. This sounds like a problem in the handling of > methods that has been discussed somewhat recently: > https://stat.ethz.ch/pipermail/r-devel/2022-September/081971.html > The proble