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
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
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
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
> 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