#r
#r
Вопрос:
Я пытался загрузить и установить пакет data4paprbag, но, к сожалению, я получал много раз более или менее одинаковую ошибку:
> devtools::install_github("crarlus/data4paprbag")
Downloading GitHub repo crarlus/data4paprbag@master
Skipping 1 packages not available: paprbag
✔ checking for file ‘/tmp/Rtmpgk9IIl/remotes7085e1b5add/crarlus-data4paprbag-ad898e8/DESCRIPTION’ (394ms)
─ preparing ‘data4paprbag’:
✔ checking DESCRIPTION meta-information ...
─ checking for LF line-endings in source and make files and shell scripts
─ checking for empty or unneeded directories
─ looking to see if a ‘data/datalist’ file should be added
─ building ‘data4paprbag_0.1.1.tar.gz’ (23.2s)
Installing package into ‘/home/ibraim/R/x86_64-pc-linux-gnu-library/3.4’
(as ‘lib’ is unspecified)
ERROR: dependency ‘paprbag’ is not available for package ‘data4paprbag’
* removing ‘/home/ibraim/R/x86_64-pc-linux-gnu-library/3.4/data4paprbag’
Error in i.p(...) :
(converted from warning) installation of package ‘/tmp/Rtmpgk9IIl/file7084352805e/data4paprbag_0.1.1.tar.gz’ had non-zero exit status
In addition: Warning message:
In is.na(remote_deps$package) :
is.na() applied to non-(list or vector) of type 'NULL'
Есть ли у вас какие-либо предложения, как действовать дальше?
Большое спасибо.
Комментарии:
1. Итак, вы пробовали установить пакет, который, как сообщает ошибка, является зависимостью?
2. Попробуйте запустить
devtools::install_github("crarlus/paprbag")
сначала.