Closed albersonmiranda closed 3 months ago
You need to include xz
in SystemRequirements
if you need it.
Thanks @gaborcsardi , that fixed it. Now I'm having
Error in
dyn.load(file, DLLpath = DLLpath, ...)
: unable to load shared object '/github/home/R/x86_64-pc-linux-gnu-library/4.5/writexl/libs/writexl.so': libsvml.so: cannot open shared object file: No such file or directory
due to writexl
dependency. Should I also add system libs required for my dependencies? Or maybe it's related to #616 ?
I don't know, can you link to a failing build?
writexl is built in the container, so this is possibly because the cache has a version that does not work any more. Try deleting the cache.
writexl is built in the container, so this is possibly because the cache has a version that does not work any more. Try deleting the cache.
🎯! Thank you very much!
For others that may find this issue, a quick way to delete all repository cache is through Github CLI: gh cache delete --all
.
Hello there! 👋🏽
CRAN requests that Rust dependencies are vendored instead of downloaded at compilation time:
But
xz
package is missing on Fedora 38 jobs (gcc13, intel, mkl, nosuggests, and valgrind) which is required in order to extract .tar.xz.