dataprofessor/code

Problem installing R magick package on google colab

max-poltora opened this issue · 0 comments

Hello, I am seeking help with issue installing R magick package on google colab. First, I tried to do it in general way:
install.packages("magick")
and I get the output as follows:

Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
Warning message in install.packages("magick"):
“installation of package ‘magick’ had non-zero exit status”

None of alternative solutions that I have found on kaggle like this one or this one worked in my case.

Can you please help me to figure out, what is the problem?