Closed SebTM closed 1 year ago
You're getting confused because of a naming clash, the stray
in rPackages
is the R package published on CRAN for doing anomaly detection, it has nothing to do with the stray
crate which is a rust module. Your error message is R saying it can't find a valid R package in the tarball you pointed it to.
Thanks for the explanation, so the dependency will already be installed with cargo via and cargoHash?
Thanks for the explanation, so the dependency will already be installed with cargo via and cargoHash?
From manual it seem to import all deps mentionned in cargo.lock
Notify maintainers Unsure maybe @jbedo @Et7f3
Wanted to try stray integration in hybrid-bar but needs 0.1.3 which is not published on https://cran.r-project.org/ but on https://crates.io/crates/stray but as the rPackages build-system is quite complex I wasn't able to archive it on my own in reasonable time. Tried to override sources in r-modules/default.nix under otherOverrides:
but this fails with:
How can I get cran to publish the update or do a proper override?
Note for maintainers: Please tag this issue in your PR.