-
Notifications
You must be signed in to change notification settings - Fork 5
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
Conversation
petrasovaa
commented
Nov 28, 2023
•
edited
Loading
edited
- 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
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignore my comment
Any idea why testthat runs forever sometimes in CI? |
Not sure it occasionally gets hung up at loading packages and sometimes on
testthat. It doesn't get stuck locally on either my Mac or Windows machine
so I can't see why it would elsewhere.
…On Wed, Nov 29, 2023 at 9:37 AM Anna Petrasova ***@***.***> wrote:
Any idea why testthat runs forever sometimes in CI?
—
Reply to this email directly, view it on GitHub
<#187 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE3WLXROISZLIOWUIDKG7KLYG5CA7AVCNFSM6AAAAAA7566ET6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZSGAYTOOBTGY>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|