Skip to content
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

SpacialEco requierment #50

Closed
benlopez15 opened this issue Oct 20, 2023 · 5 comments
Closed

SpacialEco requierment #50

benlopez15 opened this issue Oct 20, 2023 · 5 comments

Comments

@benlopez15
Copy link

Is there a fix for the SpatialEco requirement yet?

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

@nfahlgren
Copy link
Collaborator

I believe the fix will not be easy and is related to #44. The R geospatial ecosystem is moving to a completely new set of packages. The SpatialEco package updated to use sf and the function used by FIELDimageR, polyPerimeter, now requires an sf polygon as input. So to use the newer versions of SpatialEco would require updating FIELDimageR to use sf instead of sp and related tools.

But it should probably be possible to specify that the version of SpatialEco must be < 2.

@nfahlgren
Copy link
Collaborator

I added a constraint to SpatialEco in #51 that you could try

@filipematias23
Copy link
Collaborator

Hi everyone, we are working on updating FIELDimageR and for now we are removing polyPerimeter and spacialEco from the package... Installation seems working ok now... Thanks for understanding.

@ArtKata
Copy link

ArtKata commented Oct 26, 2023

Is there a way to use the previous version somehow? or R just won't let us?

@filipematias23
Copy link
Collaborator

filipematias23 commented Oct 28, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants