Download R Package via Github - r

I've been attempting to install the rethinking package for R. I've downloaded the prerequisites, including rstan, but am still getting the same error message. My code is as follows:
library(devtools)
install_github("rmcelreath/rethinking")
I keep getting this output:
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
Thank you to anyone with any insights and help!

Related

Failing to install Github package, "had non-zero exit status" error

I have been unsuccessful at installing the package 'HonestDiD' from Github. It says that the package in question 'had non-zero exit status.' I followed the instructions given here. Any idea how to solve this issue? Here is the code/full error message.
devtools::install_github("asheshrambachan/HonestDiD")
Downloading GitHub repo asheshrambachan/HonestDiD#HEAD
These packages have more recent versions available.
It is recommended to update all of them.
Which would you like to update?
1: All
2: CRAN packages only
3: None
Enter one or more numbers, or an empty line to skip updates:3
√ checking for file 'C:\Users\louis\AppData\Local\Temp\RtmpkZzlr8\remotes43401e3a797\asheshrambachan-HonestDiD-1723b17/DESCRIPTION' ...
- preparing 'HonestDiD': (601ms)
√ 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 'HonestDiD_0.1.0.tar.gz'
Installing package into ‘C:/Users/louis/OneDrive/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
* installing *source* package 'HonestDiD' ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Error: (converted from warning) package 'CVXR' was built under R version 3.6.3
Execution halted
ERROR: lazy loading failed for package 'HonestDiD'
* removing 'C:/Users/louis/OneDrive/Documents/R/win-library/3.6/HonestDiD'
Error: Failed to install 'HonestDiD' from GitHub:
(converted from warning) installation of package ‘C:/.../HonestDiD_0.1.0.tar.gz’ had non-zero exit status

GitHub installation on package 'MazamaScience/RAWSmet'

Here is the GitHub site for the package: https://github.com/MazamaScience/RAWSmet.
I used devtools::install_github('MazamaScience/RAWSmet') and got the error message:
> devtools::install_github('MazamaScience/RAWSmet')
Downloading GitHub repo MazamaScience/RAWSmet#HEAD
√ checking for file 'C:\Users\ygrund\AppData\Local\Temp\RtmpaUK4eB\remotes2c14665e277e\MazamaScience-RAWSmet-bced3ce/DESCRIPTION' ...
- preparing 'RAWSmet': (536ms)
√ checking DESCRIPTION meta-information ...
- checking for LF line-endings in source and make files and shell scripts (352ms)
- checking for empty or unneeded directories
- building 'RAWSmet_0.2.4.tar.gz'
Installing package into ‘C:/Users/ygrund/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
* installing *source* package 'RAWSmet' ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** byte-compile and prepare package for lazy loading
Error: object 'US_stateCodeToName' is not exported by 'namespace:MazamaSpatialUtils'
Execution halted
ERROR: lazy loading failed for package 'RAWSmet'
* removing 'C:/Users/ygrund/Documents/R/win-library/4.0/RAWSmet'
* restoring previous 'C:/Users/ygrund/Documents/R/win-library/4.0/RAWSmet'
Error: Failed to install 'RAWSmet' from GitHub:
(converted from warning) installation of package ‘C:/Users/ygrund/AppData/Local/Temp/RtmpaUK4eB/file2c1440477e33/RAWSmet_0.2.4.tar.gz’ had non-zero exit status
I don't understand what is wrong here. Any help would be very appreciated.

R: unable to install gbm.auto package from Github

I'm trying to install the package gbm.auto via github, but the download does not seem to work. How can I solve this? I am working on a windows 10 Pro (R version 3.6.1, Rstudio version 1.2.5042). This is the error I get:
remotes::install_github("SimonDedman/gbm.auto")
Downloading GitHub repo SimonDedman/gbm.auto#master
√ checking for file 'C:\Users\Ststrubb\AppData\Local\Temp\RtmpOcwGGZ\remotes1d5c7c774f2a\SimonDedman-gbm.auto-96328bf/DESCRIPTION' ...
- preparing 'gbm.auto': (359ms)
√ 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 'gbm.auto_1.2.4.tar.gz'
Installing package into ‘C:/Users/Ststrubb/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
* installing *source* package 'gbm.auto' ...
** using staged installation
** R
Error in parse(outFile) :
C:/Users/Ststrubb/AppData/Local/Temp/RtmpALsbRt/R.INSTALL7320575e5a03/gbm.auto/R/gbm.valuemap.R:462:0: unexpected end of input
460: beep(8)} # notify user & close function
461:
^
ERROR: unable to collate and parse R files for package 'gbm.auto'
* removing 'C:/Users/***/Documents/R/win-library/3.6/gbm.auto'
Error: Failed to install 'gbm.auto' from GitHub:
(converted from warning) installation of package ‘C:/Users/***/AppData/Local/Temp/RtmpOcwGGZ/file1d5c40b85311/gbm.auto_1.2.4.tar.gz’ had non-zero exit status
I get the same error when I used
githubinstall or remotes::install_github.

Installation issue with nflscrapR package

Having issues downloading nflscrapR. Not sure if anyone else has this issue. Output from trying to install below:
Installing package into ‘C:/Users/cciar/OneDrive/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
* installing *source* package 'nflscrapR' ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** byte-compile and prepare package for lazy loading
Error: (converted from warning) package 'magrittr' was built under R version 3.6.3
Execution halted
ERROR: lazy loading failed for package 'nflscrapR'
* removing 'C:/Users/cciar/OneDrive/Documents/R/win-library/3.6/nflscrapR'
Error: Failed to install 'nflscrapR' from GitHub:
(converted from warning) installation of package ‘C:/Users/cciar/AppData/Local/Temp/Rtmp6diEQG/file5f042b671761/nflscrapR_1.8.3.tar.gz’ had non-zero exit status

Package Installation From GitHub Error - Possibly File Path

I am currently trying to install some packages off of GitHub, but I keep on getting this fatal error. I think it has something to do with the file destination, but I am unsure. Any advice would be appreciated!
> devtools::install_github("hrbrmstr/albersusa")
Downloading GitHub repo hrbrmstr/albersusa#master
√ checking for file 'C:\Users\FirstName Surname\AppData\Local\Temp\RtmpeqCuBA\remotes51a46de62be1\hrbrmstr-albersusa-5b933bf/DESCRIPTION' (489ms)
- preparing 'albersusa':
√ checking DESCRIPTION meta-information ...
- checking for LF line-endings in source and make files and shell scripts
- checking for empty or unneeded directories
- building 'albersusa_0.3.1.tar.gz'
Installing package into ‘C:/Users/FirstName Surname/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
* installing *source* package 'albersusa' ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Fatal error: cannot open file 'C:\Users\FirstName': No such file or directory
ERROR: lazy loading failed for package 'albersusa'
* removing 'C:/Users/FirstName Surname/Documents/R/win-library/3.6/albersusa'
Error in i.p(...) :
(converted from warning) installation of package ‘C:/Users/FirstName Surname/AppData/Local/Temp/RtmpeqCuBA/file51a45f6e3a8b/albersusa_0.3.1.tar.gz’ had non-zero exit status
The packages should be installed into ‘C:/Users/FirstName Surname/Documents/R/win-library/3.6’ as it says it is doing, however it gives the fatal error when it encounters: 'C:\Users\FirstName' which is different.
Edit: Windows 10, R-3.6.0, RStudio
Thanks!
Upgrading the r package to 4.0.1 version solved this issue

Resources