dcomtois / summarytools

R Package to Quickly and Neatly Summarize Data
504 stars 77 forks source link

Met error when installing in Linux #137

Closed neowangkkk closed 3 years ago

neowangkkk commented 3 years ago

Hi, I cannot install it in the Linux environment. Here is the error message:

Error: package or namespace load failed for ‘magick’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/home/wangtaow/R/x86_64-pc-linux-gnu-library/3.6/00LOCK-magick/00new/magick/libs/magick.so': /home/wangtaow/R/x86_64-pc-linux-gnu-library/3.6/00LOCK-magick/00new/magick/libs/magick.so: undefined symbol: _ZNK6Magick8GeometrycvNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEv Error: loading failed Execution halted ERROR: loading failed

dcomtois commented 3 years ago

Hi, did you install magick first, as explained there (assuming you have Ubuntu or other Debian distro):

https://github.com/dcomtois/summarytools#required-debian

dcomtois commented 3 years ago

Closing as no further information was provided.