Error installing "summarytools" package in R

Asked

Viewed 70 times

0

I tried to download the summarytools package and report this error:

library("summarytools") Error: package or namespace load failed for ?summarytools': .onload failed loadNamespace() for 'Magick', details: Call: set_magick_tempdir(tempdir()) error: Function 'Rcpp_precious_remove' not provided by package 'Rcpp

How to solve?

  • 1

    Try updating the package Magick (or make a complete update of the installed packages. Persisting the problem, edit the issue to include details such as R version and package dependencies, system, etc.

  • 1

    Behold here. And also this other post, very recent English OS.

1 answer

0

The quotes go only on install.Packages. Try running the command library without the quotation marks.

install.packages("summarytools")
library(summarytools)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.