Re: [R-pkg-devel] Solaris CRAN check error for package {targets}

2021-01-27 Thread Rasmus Liland
On 2021-01-26 21:36 -0500, Will L wrote: > All, > > The {targets} package shows an error > on CRAN when checked with Solaris: > https://www.r-project.org/nosvn/R.check/r-patched-solaris-x86/targets-00check.html. > Hi! Maybe try out things in a virtual machine in qemu or something? OT: W

Re: [R-pkg-devel] Solaris CRAN check error for package {targets}

2021-01-27 Thread Gábor Csárdi
Will, I can help you get a Solaris VM, for VirtualBox or VMware, let me know in private if you need one. OTOH that crash is coming from a requireNamespace("clustermq", quietly = TRUE) call, so it does not seem like it is your fault. You could also try to reproduce this with `rhub::check()` and o