Скачать пакет R через Github - PullRequest
1 голос
/ 21 апреля 2020

Я пытался установить пакет rethinking для R. Я загрузил необходимые компоненты, включая rstan, но все еще получаю то же сообщение об ошибке. Мой код выглядит следующим образом:

library(devtools)
install_github("rmcelreath/rethinking")

Я продолжаю получать этот вывод:

Downloading GitHub repo rmcelreath/rethinking@master
Skipping 1 packages ahead of CRAN: StanHeaders
√  checking for file 'C:\Users\noahj\AppData\Local\Temp\RtmpK0JHwE\remotes2a60431d781f\rmcelreath-rethinking-f393f30/DESCRIPTION' ...
-  preparing 'rethinking': (1.6s)
√  checking DESCRIPTION meta-information ... 
-  checking for LF line-endings in source and make files and shell scripts (725ms)
-  checking for empty or unneeded directories
-  looking to see if a 'data/datalist' file should be added
-  building 'rethinking_2.00.tar.gz' (699ms)

Installing package into ‘C:/Users/noahj/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
* installing *source* package 'rethinking' ...
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Error: (converted from warning) package 'rstan' was built under R version 3.6.3
Execution halted
ERROR: lazy loading failed for package 'rethinking'
* removing 'C:/Users/noahj/Documents/R/win-library/3.6/rethinking'
Error: Failed to install 'rethinking' from GitHub:
  (converted from warning) installation of package ‘C:/Users/noahj/AppData/Local/Temp/RtmpK0JHwE/file2a605bda3304/rethinking_2.00.tar.gz’ had non-zero exit status

Спасибо всем с любыми соображениями и помощью!

...