Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing magick dependency header files #13

Open
Akronix opened this issue Jan 25, 2024 · 0 comments
Open

Missing magick dependency header files #13

Akronix opened this issue Jan 25, 2024 · 0 comments

Comments

@Akronix
Copy link

Akronix commented Jan 25, 2024

I get an error when trying to install datacleanr under Ubuntu 20.04, because it can't compile the magick dependency:

> install.packages("datacleanr")
-------------------------- [ERROR MESSAGE] ---------------------------
<stdin>:1:10: fatal error: Magick++.h: No such file or directory
compilation terminated.
--------------------------------------------------------------------
ERROR: configuration failed for packagemagick* removing/home/akronix/R/x86_64-pc-linux-gnu-library/4.3/magickERROR: dependencymagickis not available for packagesummarytools* removing/home/akronix/R/x86_64-pc-linux-gnu-library/4.3/summarytools

The problem is fixed by install the dev headers for magick (libmagick++-dev), see https://stackoverflow.com/questions/23326705/cannot-find-magick-header-files

So I think this should be documented somehow in the docs or README file, as it is for MAC OS X.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant