-
Notifications
You must be signed in to change notification settings - Fork 91
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
dependencies error #40
Comments
Trydevtools::install_github("OpenDroneMap/FIELDimageR")
--------------------------------------------------------
Massimiliano LANDINI
Il martedì 10 gennaio 2023 04:51:56 CET, AndrewJD93 ***@***.***> ha scritto:
Hi,
Its probably something that I am overlooking (Its been a few years since I used R). When I entered the code install.packages("FIELDimageR_........ I get this error message:
ERROR: dependencies 'EBImage', 'attempt', 'config', 'DT', 'fftwtools', 'git2r', 'maptools', 'DescTools', 'raster', 'rgdal', 'scales', 'sp', 'foreach', 'doParallel', 'plyr', 'spatialEco' are not available for package 'FIELDimageR'
Would greatly appreciate any suggestions.
Yours most confused
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
it returned this error message: |
I found the issue it was the version of R. I updated it started downloading until it got to this stage:
any suggestions as to what this means? |
To install terra package use remotes::install_github("rspatial/terra")
then try again to reinstall FIELDimageR after R restart.
Be sure to have installed RTools (if you have windows)
https://cran.r-project.org/bin/windows/Rtools/
…--------------------------------------------------------
Massimiliano LANDINI
Italy
--------------------------------------------------------
On 20/01/2023 03:44, AndrewJD93 wrote:
I found the issue it was the version of R. I updated it started
downloading until it got to this stage:
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck =
vI[[i]]) :
there is no package called 'terra'
Calls: ... loadNamespace -> withRestarts -> withOneRestart ->
doWithOneRestart
Execution halted
ERROR: lazy loading failed for package 'FIELDimageR'
* removing
'C:/Users/........../AppData/Local/Programs/R/R-4.2.2/library/FIELDimageR'
Warning messages:
1: In i.p(...) : installation of package ‘terra’ had non-zero exit
status
2: In i.p(...) :
installation of package
‘C:/Users/......../AppData/Local/Temp/RtmpojcaHq/file4454383d71f3/FIELDimageR_0.3.3.tar.gz’
had non-zero exit status
any suggestions as to what this means?
—
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOYDPHZ7UY3V3ZKSUMXGVJLWTH3YTANCNFSM6AAAAAATWFKWRQ>.
You are receiving this because you commented.Message ID:
***@***.***>
--
This email has been checked for viruses by Avast antivirus software.
www.avast.com
|
Hi,
Its probably something that I am overlooking (Its been a few years since I used R). When I entered the code install.packages("FIELDimageR_........ I get this error message:
ERROR: dependencies 'EBImage', 'attempt', 'config', 'DT', 'fftwtools', 'git2r', 'maptools', 'DescTools', 'raster', 'rgdal', 'scales', 'sp', 'foreach', 'doParallel', 'plyr', 'spatialEco' are not available for package 'FIELDimageR'
Would greatly appreciate any suggestions.
Yours most confused
The text was updated successfully, but these errors were encountered: