trinker / pacman

A package management tools for R
314 stars 37 forks source link

Cannot Install pacman via CRAN #128

Closed ingram1107 closed 2 years ago

ingram1107 commented 4 years ago

I cannot install pacman via CRAN interface. When I run code below: install.packages("pacman") It shows the following error: Error: .onLoad failed in loadNamespace() for 'tcltk', details: call: dyn.load(file, DLLpath = DLLpath, ...) error: unable to load shared object '/usr/lib/R/library/tcltk/libs/tcltk.so': libtk8.6.so: cannot open shared object file: No such file or directory

ingram1107 commented 2 years ago

This had been solved by installing tk package into my OS.