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

Remove raster, rgdal, sp packages from dependencies #187

Merged
merged 5 commits into from
Nov 30, 2023

Conversation

petrasovaa
Copy link
Contributor

@petrasovaa petrasovaa commented Nov 28, 2023

  • removes packages rgdal, raster, sp
  • replaced one line that was using raster to use terra instead, please check, I don't know if tests cover this
  • landscapemetrics changed to 2.0.0
  • added macOS dependency, CI was failing

Copy link

codecov bot commented Nov 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bfb05a8) 84.87% compared to head (ed23570) 84.59%.
Report is 1 commits behind head on main.

❗ Current head ed23570 differs from pull request most recent head 3c08948. Consider uploading reports for the commit 3c08948 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #187      +/-   ##
==========================================
- Coverage   84.87%   84.59%   -0.28%     
==========================================
  Files          51       51              
  Lines        5647     5649       +2     
==========================================
- Hits         4793     4779      -14     
- Misses        854      870      +16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@petrasovaa petrasovaa marked this pull request as ready for review November 28, 2023 21:31
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add terra:: before which.min

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure? It looks like it's running on a list of numbers or something like it, not a raster. There is no terra in front of the other two which.min.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ignore my comment

@petrasovaa
Copy link
Contributor Author

Any idea why testthat runs forever sometimes in CI?

@ChrisJones687
Copy link
Member

ChrisJones687 commented Nov 29, 2023 via email

@petrasovaa petrasovaa merged commit ba7dd0b into main Nov 30, 2023
3 of 6 checks passed
@petrasovaa petrasovaa deleted the update-dependencies branch November 30, 2023 15:00
@wenzeslaus wenzeslaus linked an issue Nov 30, 2023 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

Remove raster, sp, and rgdal from suggests and imports
2 participants