Re: [R-pkg-devel] Cannot reproduce CRAN error (Solaris i386)

2021-02-18 Thread Gábor Csárdi
Actually, I can reproduce it if I use the Oracle Studio compilers. You can also reproduce it on R-hub like this: rhub::check("metapack_0.1.0.tar.gz", platform = "solaris-x86-patched-ods") I suggest you fix the valgrind issues first, because they might be causing this crash as well. You can also

Re: [R-pkg-devel] Cannot reproduce CRAN error (Solaris i386)

2021-02-18 Thread Gábor Csárdi
FWIW this code does not give me any warnings or errors on Solaris and R 4.0.4 and the current CRAN version of metapack. Gabor On Thu, Feb 18, 2021 at 1:54 AM Daeyoung Lim wrote: > > Hello, > > I have a package on CRAN called 'metapack' and received a message from > Professor Ripley that the erro

[R-pkg-devel] Cannot reproduce CRAN error (Solaris i386)

2021-02-17 Thread Daeyoung Lim
Hello, I have a package on CRAN called 'metapack' and received a message from Professor Ripley that the error must be resolved for the package to be safely retained in CRAN. I've encountered this error on R-CMD-check on GitHub but cannot replicate it on any of my local machines to save my life. Th