Closed sje30 closed 5 years ago
I don't even have an idea what this error means...
me neither, but I thought I'd share it in case others hit it too.
https://bugs.archlinux.org/task/59581 seems to note that it is because code (presumably R here) does not yet support linking with glibc 2.28
The CRAN version of the later package, which is used during installation, is broken for arch. The solution is to install later from github:
remotes::install_github('r-lib/later')
This seems to a problem on arch linux (which Is what I'm using, or rather manjaro):
https://github.com/RcppCore/RcppParallel/issues/77
and would indicate a short-term solution is to downgrade glibc, but is that the right thing for long-term?