CRAN test results on new package mention RcppAlgos failure on linux-arm64 tests. Here is CRAN's response on mailing list:
https://stat.ethz.ch/pipermail/r-package-devel/2026q2/012405.html
or
"The code fails the check for grepl("darwin|solaris", R.version$os)
(what's R.version$os on linux-arm64?) and ends up trying to run the
command for Solaris to detect the number of cores:
|
system(cmd, TRUE)), error = function(e) NULL))) {next} |
..and system("/bin/kstat ...", TRUE) does not swallow the error
message printed on the standard error."
Please advise.
Thank you!
CRAN test results on new package mention
RcppAlgosfailure on linux-arm64 tests. Here is CRAN's response on mailing list:https://stat.ethz.ch/pipermail/r-package-devel/2026q2/012405.html
or
"The code fails the check for grepl("darwin|solaris", R.version$os)
(what's R.version$os on linux-arm64?) and ends up trying to run the
command for Solaris to detect the number of cores:
RcppAlgos/R/zzz.R
Line 46 in 9405564
..and system("/bin/kstat ...", TRUE) does not swallow the error
message printed on the standard error."
Please advise.
Thank you!