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
239 stars 90 forks source link

Another Problem with FieldimageR installation #62

Closed Lucasprod2022 closed 6 months ago

Lucasprod2022 commented 6 months ago

I'm trying to install FIELDimageR but i get this error everytime. I would be very gratefull if you could help me with this

devtools::install_github("OpenDroneMap/FIELDimageR") Downloading GitHub repo OpenDroneMap/FIELDimageR@HEAD ✔ checking for file 'C:\Users\Lucas\AppData\Local\Temp\Rtmp0qy9B0\remotes1d7c43847052\OpenDroneMap-FIELDimageR-72de3eb/DESCRIPTION' ... ─ preparing 'FIELDimageR': ✔ checking DESCRIPTION meta-information ... 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.6.1.tar.gz'

Installing package into ‘C:/Users/Lucas/AppData/Local/R/win-library/4.3’ (as ‘lib’ is unspecified)

filipematias23 commented 6 months ago

Hi Lucas,

Thanks for asking … Normally, R says what is missing. For example, check in your error the part in bold: "there is no package called 'dplyr' "

It means that you need to install the package "dplyr".

Hope it helps! Filipe