We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With one user, the following happened:
> remotes::install_github("inbo/n2khab", build_vignettes = TRUE) Downloading GitHub repo inbo/n2khab@master Installing 2 packages: gdalUtils, R.methodsS3 Installing packages into ‘C:/R/library’ (as ‘lib’ is unspecified) There are binary versions available but the source versions are later: binary source needs_compilation gdalUtils 2.0.3 2.0.3.2 FALSE R.methodsS3 1.7.1 1.8.0 FALSE installing the source packages ‘gdalUtils’, ‘R.methodsS3’ trying URL 'https://cloud.r-project.org/src/contrib/gdalUtils_2.0.3.2.tar.gz' Content type 'application/x-gzip' length 1062906 bytes (1.0 MB) downloaded 1.0 MB trying URL 'https://cloud.r-project.org/src/contrib/R.methodsS3_1.8.0.tar.gz' Content type 'application/x-gzip' length 23615 bytes (23 KB) downloaded 23 KB * installing *source* package 'gdalUtils' ... ** package 'gdalUtils' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called 'R.methodsS3' Calls: <Anonymous> ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted ERROR: lazy loading failed for package 'gdalUtils' * removing 'C:/R/library/gdalUtils' Error in i.p(...) : (converted from warning) installation of package ‘gdalUtils’ had non-zero exit status
This can be remedied by a manual installation of R.methodsS3 beforehand.
R.methodsS3
However is there some more direct way to prevent this from happening?
The text was updated successfully, but these errors were encountered:
Closing this issue because it is now probably circumvented:
remotes::install_github()
Sorry, something went wrong.
No branches or pull requests
With one user, the following happened:
This can be remedied by a manual installation of
R.methodsS3
beforehand.However is there some more direct way to prevent this from happening?
The text was updated successfully, but these errors were encountered: