Never encountered before error message

Error in repel_boxes2(data_points = as.matrix(x$data[, c("x", "y")]), : function 'Rcpp_precious_remove' not provided by package 'Rcpp'

I should add: the problem is not solved even after Rcpp package is re-installed and loaded.

Welcome to the community!

Take a look at this. It suggests that one of your other libraries may be trying to use old version of Rcpp. If you update all your libraries, and not just Rcpp, do you still face the same issue?

1 Like

I experienced that same error trying to use ggiraph. I wasn't able to fix unfortunately. I considered updating R and my packages but I have a bunch of deadlines and can't afford to go down a rabbit hole.

Thank you so much for the help! IT WORKS NOW! :slight_smile:

This topic was automatically closed 7 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.