Issue with package or namespace load for 'summarytools'

I have used 'summarytools' for some time now, but recently have issues loading the package. I wonder if anyone can provide input on a solution? Specifically, I get the following error message:

> library("summarytools")
Error: package or namespace load failed for ‘summarytools’:
.onLoad failed in loadNamespace() for 'magick', details:
call: set_magick_tempdir(tempdir())
error: function 'Rcpp_precious_remove' not provided by package 'Rcpp'

Update the Rcpp package

install.packages("Rcpp")
1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.