fst icon indicating copy to clipboard operation
fst copied to clipboard

fst 0.9.4 package load fails with Rcpp 1.0.6 in R 4.1.0 (but not in R 4.0.5 or with Rcpp 1.0.7)

Open twest820 opened this issue 3 years ago • 0 comments

On the surface, it appears fst is in compatible with R 4.1 installs using Rcpp 1.0.6. Curiously, though, I have one machine that's somewhat behind on updates with R 4.0.5 and Rcpp 1.0.6. fst 0.9.4 loads fine there, so the error message above might not be entirely correct.

> library(fst)
Error: package or namespace load failed for ‘fst’:
 .onLoad failed in loadNamespace() for 'fst', details:
  call: setnrofthreads(nr_of_threads)
  error: function 'Rcpp_precious_remove' not provided by package 'Rcpp'

I was able to get around this by updating the R 4.1 machine to Rcpp 1.0.7 but figured it might be worth capturing this as a known issue.

twest820 avatar Jul 22 '21 23:07 twest820