Skip to content

New Package Depending on 'RcppAlgos' Fails CRAN Tests on linux-arm64 #64

Description

@drag05

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions