Я пытаюсь решить проблему, касающуюся установки пакета на Raspberry Pi 3 B + "finstr" для проекта. Для установки finstr мне нужно установить еще один пакет с именем: "tidyverse".
Вывод на консоль:
c_local’, ‘default_missing.data.frame’, ‘default_missing.default’, ‘dim.tbl_cube’, ‘distinct.data.f [... truncated]
* DONE (ggplot2)
ERROR: dependencies ‘broom’, ‘tidyr’ are not available for package ‘modelr’
* removing ‘/root/R/arm-unknown-linux-gnueabihf-library/3.5/modelr’
ERROR: dependencies ‘broom’, ‘dbplyr’, ‘modelr’, ‘tidyr’ are not available for package ‘tidyverse’
* removing ‘/root/R/arm-unknown-linux-gnueabihf-library/3.5/tidyverse’
The downloaded source packages are in
‘/tmp/RtmpQfqxqe/downloaded_packages’
Warning messages:
1: In install.packages("tidyverse") :
installation of package ‘dbplyr’ had non-zero exit status
2: In install.packages("tidyverse") :
installation of package ‘tidyr’ had non-zero exit status
3: In install.packages("tidyverse") :
installation of package ‘broom’ had non-zero exit status
4: In install.packages("tidyverse") :
installation of package ‘modelr’ had non-zero exit status
5: In install.packages("tidyverse") :
installation of package ‘tidyverse’ had non-zero exit status
>