OpenDroneMap / FIELDimageR

FIELDimageR: A R package to analyze orthomosaic images from agricultural field trials. This package is a compilation of functions to analyze pos-mosaicking images from research fields, and allows to: crop the image; remove soil effect; build vegetation indices; rotate the image; build the plot shapefile; extract information for each plot; and evaluate stand count, canopy percentage, and plant height.
GNU General Public License v2.0
230 stars 89 forks source link

Installation #52

Open Price-A opened 9 months ago

Price-A commented 9 months ago

I have tried installing FIELDimageR but keep this error message. Can anyone here help me? Thanks

devtools::install_github("OpenDroneMap/FIELDimageR") Downloading GitHub repo OpenDroneMap/FIELDimageR@HEAD Skipping 1 packages not available: rgdal ── R CMD build ───────────────────────────────────────────────────────────────────────────────

checking for file 'C:\Users\pakiina\AppData\Local\Temp\RtmpSmfFBu\remotes7a03b55da7\OpenDroneMap-FIELDimageR-093d6cc/DESCRIPTION' ...

checking for file 'C:\Users\pakiina\AppData\Local\Temp\RtmpSmfFBu\remotes7a03b55da7\OpenDroneMap-FIELDimageR-093d6cc/DESCRIPTION' ...

✔ checking for file 'C:\Users\pakiina\AppData\Local\Temp\RtmpSmfFBu\remotes7a03b55da7\OpenDroneMap-FIELDimageR-093d6cc/DESCRIPTION'

─ preparing 'FIELDimageR': checking DESCRIPTION meta-information ...

checking DESCRIPTION meta-information ...

✔ checking DESCRIPTION meta-information

Warning:

Warning: fieldAUC.Rd:30: unknown macro '\times'

─ checking for LF line-endings in source and make files and shell scripts

─ checking for empty or unneeded directories

Omitted 'LazyData' from DESCRIPTION

─ building 'FIELDimageR_0.4.0.tar.gz'

ERROR: dependency 'rgdal' is not available for package 'FIELDimageR'

ArtKata commented 8 months ago

I happen to have the same issue. I think they were fixing this gdal just a couple of days ago.

filipematias23 commented 8 months ago

Hi everyone,

Could you try installing it again?

devtools::install_github("OpenDroneMap/FIELDimageR")

Let us know if it works..!

All the best, Filipe

Em qui., 26 de out. de 2023 às 05:27, Artūrs Katamadze < @.***> escreveu:

I happen to have the same issue. I think they were fixing this gdal just a couple of days ago.

— Reply to this email directly, view it on GitHub https://github.com/OpenDroneMap/FIELDimageR/issues/52#issuecomment-1780648247, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXDBCGKCMQL2IYOUJ4S4PDYBINGTAVCNFSM6AAAAAA6QDZA4CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBQGY2DQMRUG4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Price-A commented 8 months ago

I think it is working now, Thanks Filipe!

devtools::install_github("OpenDroneMap/FIELDimageR") Downloading GitHub repo OpenDroneMap/FIELDimageR@HEAD ── R CMD build ───────────────────────────────────────────────────────────────── ✔ checking for file ‘/private/var/folders/qv/wlz4nr913n37gn_qdtx5m8d00000gn/T/RtmpmgO4nn/remotes11ba1983475e/OpenDroneMap-FIELDimageR-364de5d/DESCRIPTION’ ... ─ preparing ‘FIELDimageR’: ✔ checking DESCRIPTION meta-information ... Warning: /private/var/folders/qv/wlz4nr913n37gn_qdtx5m8d00000gn/T/RtmpzDkb2E/Rbuild1259e509e23f3/FIELDimageR/man/fieldAUC.Rd:30: unknown macro '\times' ─ checking for LF line-endings in source and make files and shell scripts ─ checking for empty or unneeded directories Omitted ‘LazyData’ from DESCRIPTION ─ building ‘FIELDimageR_0.4.1.tar.gz’