You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need help with the installation of FIELDimage package.
I followed all the instructions and I could download everything, unfortunately today I was unable to run FIELDimageR and I had to remove all the packages related to it.
Now, I’m trying to download everything and it appears the following messages with DEVTOOLS:
ERROR: dependency ‘EBImage’ is not available for package ‘FIELDimageR’
removing ‘C:/Users/Maggie/AppData/Local/R/win-library/4.3/FIELDimageR’
Warning message:
In i.p(…) :
installation of package ‘C:/Users/Maggie/AppData/Local/Temp/Rtmpwn6zds/file22cc5f8f3d78/FIELDimageR_0.6.0.tar.gz’ had non-zero exit status
In the other site, when I try to install: FIELDimageR_0.6.0.tar.gz (FIELDimageR_0.1.6) and (FIELDimageR_0.4.1) appears the following message:
Installing package into ‘C:/Users/Maggie/AppData/Local/R/win-library/4.3’
(as ‘lib’ is unspecified)
ERROR: dependency ‘EBImage’ is not available for package ‘FIELDimageR’
removing ‘C:/Users/Maggie/AppData/Local/R/win-library/4.3/FIELDimageR’
Warning in install.packages :
installation of package ‘FIELDimageR_0.6.0.tar.gz’ had non-zero exit status
Even devtools is givin problems, unable to download it.
I’m still working on it. I tried with several R versions and even downloaded LINUX MINT in order to work with DOCKER. But I’m at home right now and my internet is not soo good. When I come back to the lab I’ll work on it, but I’m seriously looking for other options, because that package had given a lot of problems to many people. It is an excellent job but unfortunately it’s unsustainable to work like that.
The text was updated successfully, but these errors were encountered:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("EBImage")
devtools::install_github(“OpenDroneMap/FIELDimageR”)
devtools::install_github(“filipematias23/FIELDimageR”)
You may need to install some other packages... Check in the error msg about missing package "...". One example is the package 'caret' that always ask people to download it first!
I need help with the installation of FIELDimage package.
I followed all the instructions and I could download everything, unfortunately today I was unable to run FIELDimageR and I had to remove all the packages related to it.
Now, I’m trying to download everything and it appears the following messages with DEVTOOLS:
devtools::install_github(“OpenDroneMap/FIELDimageR”)
devtools::install_github(“filipematias23/FIELDimageR”)
ERROR: dependency ‘EBImage’ is not available for package ‘FIELDimageR’
removing ‘C:/Users/Maggie/AppData/Local/R/win-library/4.3/FIELDimageR’
Warning message:
In i.p(…) :
installation of package ‘C:/Users/Maggie/AppData/Local/Temp/Rtmpwn6zds/file22cc5f8f3d78/FIELDimageR_0.6.0.tar.gz’ had non-zero exit status
In the other site, when I try to install: FIELDimageR_0.6.0.tar.gz (FIELDimageR_0.1.6) and (FIELDimageR_0.4.1) appears the following message:
install.packages(“FIELDimageR_0.6.0.tar.gz”, repos = NULL, type=“source”)
Installing package into ‘C:/Users/Maggie/AppData/Local/R/win-library/4.3’
(as ‘lib’ is unspecified)
ERROR: dependency ‘EBImage’ is not available for package ‘FIELDimageR’
removing ‘C:/Users/Maggie/AppData/Local/R/win-library/4.3/FIELDimageR’
Warning in install.packages :
installation of package ‘FIELDimageR_0.6.0.tar.gz’ had non-zero exit status
Even devtools is givin problems, unable to download it.
I’m still working on it. I tried with several R versions and even downloaded LINUX MINT in order to work with DOCKER. But I’m at home right now and my internet is not soo good. When I come back to the lab I’ll work on it, but I’m seriously looking for other options, because that package had given a lot of problems to many people. It is an excellent job but unfortunately it’s unsustainable to work like that.
The text was updated successfully, but these errors were encountered: