Я пытаюсь установить пакеты easyGgplot2 в R 3.5.2
install.packages("devtools")
library(devtools)
install_github("kassambara/easyGgplot2")
Последняя команда приводит к следующей ошибке:
package ‘assertthat’ successfully unpacked and MD5 sums checked
package ‘cli’ successfully unpacked and MD5 sums checked
package ‘colorspace’ successfully unpacked and MD5 sums checked
package ‘crayon’ successfully unpacked and MD5 sums checked
package ‘digest’ successfully unpacked and MD5 sums checked
Error: (converted from warning) cannot remove prior installation of package ‘digest’
In addition: Warning messages:
1: In untar2(tarfile, files, list, exdir) :
skipping pax global extended headers
2: In untar2(tarfile, files, list, exdir) :
skipping pax global extended headers
По-видимому, ошибка спакет дайджеста.
Как я мог решить эту проблему?
Спасибо за вашу помощь.
С уважением, Elfo