Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant install development version #7

Open
MislavSag opened this issue Jan 14, 2021 · 1 comment
Open

Cant install development version #7

MislavSag opened this issue Jan 14, 2021 · 1 comment

Comments

@MislavSag
Copy link

remotes::install_github('TheEliteAnalyst/Riex') returns:

...
Installing package into ‘C:/Users/Mislav/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
* installing *source* package 'Riex' ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** byte-compile and prepare package for lazy loading
Error: (converted from warning) package 'xts' was built under R version 4.0.3
Execution halted
ERROR: lazy loading failed for package 'Riex'
* removing 'C:/Users/Mislav/Documents/R/win-library/4.0/Riex'
* restoring previous 'C:/Users/Mislav/Documents/R/win-library/4.0/Riex'
Error: Failed to install 'Riex' from GitHub:
  (converted from warning) installation of package ‘C:/Users/Mislav/AppData/Local/Temp/Rtmpy6mxBy/filec8c7f54e29/Riex_1.0.1.9000.tar.gz’ had non-zero exit status
@TheEliteAnalyst
Copy link
Owner

@MislavSag
Thank you for the feedback .. I just tested it, can you please try the following. I had to reinstall devtools to latest version resolve the issue
install.packages("devtools")
library(devtools)
install_github("TheEliteAnalyst/Riex")
Rgds - MI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants