-
Notifications
You must be signed in to change notification settings - Fork 93
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
Installation issues #64
Comments
Hey there,
The Error msg says:
*Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck
= vI[[j]]) :there is no package called 'exactextractr'*
That means that you need to install the package *'exactextractr'* before
installing FIELDimageR. Normally, R says what is going wrong in the error !
Try:
install.packages('exactextractr')
devtools::install_github("OpenDroneMap/FIELDimageR")
Hope it helps!
All the best
Em ter., 14 de mai. de 2024 às 12:27, Peter-Jackson22 <
***@***.***> escreveu:
… Hello,
I've been trying to install FIELDimageR, everything is up to data and I'm
working in R-4.4.0.
This is what I get:
devtools::install_github("OpenDroneMap/FIELDimageR")
Downloading GitHub repo ***@***.***
── R CMD build
─────────────────────────────────────────────────────────────────────────────────────────────────────
✔ checking for file
'C:\Users\nq928146\AppData\Local\Temp\Rtmpq4gGaa\remotes373828237f72\OpenDroneMap-FIELDimageR-232f163/DESCRIPTION'
(8.2s)
─ preparing 'FIELDimageR': (3.1s)
✔ checking DESCRIPTION meta-information (885ms)
Warning:
C:/Users/nq928146/AppData/Local/Temp/RtmpqEGGVp/Rbuild3b246ac365f1/FIELDimageR/man/fieldAUC.Rd:30:
unknown macro '\times'
─ checking for LF line-endings in source and make files and shell scripts
(2.3s)
─ checking for empty or unneeded directories (1s)
Omitted 'LazyData' from DESCRIPTION
─ building 'FIELDimageR_0.6.2.tar.gz'
- installing *source* package 'FIELDimageR' ...
** 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 'exactextractr'
Calls: ... loadNamespace -> withRestarts -> withOneRestart ->
doWithOneRestart
Execution halted
ERROR: lazy loading failed for package 'FIELDimageR'
- removing
'C:/Users/nq928146/AppData/Local/Programs/R/R-4.4.0/library/FIELDimageR'
it looks like a similar issue to: #52
<#52>, but the solution
there appears to have been an update to the software from the dev team
—
Reply to this email directly, view it on GitHub
<#64>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACXDBCES6XWMFFKBLLMALEDZCIUOHAVCNFSM6AAAAABHWNKS26VHI2DSMVQWIX3LMV43ASLTON2WKOZSGI4TKNZYGU4DCNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
All working now. Guess I was stupid and missed that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I've been trying to install FIELDimageR, everything is up to data and I'm working in R-4.4.0.
This is what I get:
devtools::install_github("OpenDroneMap/FIELDimageR")
Downloading GitHub repo OpenDroneMap/FIELDimageR@HEAD
── R CMD build ─────────────────────────────────────────────────────────────────────────────────────────────────────
✔ checking for file 'C:\Users\nq928146\AppData\Local\Temp\Rtmpq4gGaa\remotes373828237f72\OpenDroneMap-FIELDimageR-232f163/DESCRIPTION' (8.2s)
─ preparing 'FIELDimageR': (3.1s)
✔ checking DESCRIPTION meta-information (885ms)
Warning: C:/Users/nq928146/AppData/Local/Temp/RtmpqEGGVp/Rbuild3b246ac365f1/FIELDimageR/man/fieldAUC.Rd:30: unknown macro '\times'
─ checking for LF line-endings in source and make files and shell scripts (2.3s)
─ checking for empty or unneeded directories (1s)
Omitted 'LazyData' from DESCRIPTION
─ building 'FIELDimageR_0.6.2.tar.gz'
** 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 'exactextractr'
Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
ERROR: lazy loading failed for package 'FIELDimageR'
it looks like a similar issue to: #52, but the solution there appears to have been an update to the software from the dev team
The text was updated successfully, but these errors were encountered: