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

Fixing ecospat plots and disabling ranger tests #254

Merged
merged 5 commits into from
Jan 18, 2024
Merged

Fixing ecospat plots and disabling ranger tests #254

merged 5 commits into from
Jan 18, 2024

Conversation

danlwarren
Copy link
Owner

Let's see if we can get clean results from our GitHub actions now

This was an easy one - we used to have a cast of the rasters to SpatRasters, but now they're SpatRasters to begin with so I just had to cut those bits out.
ranger tests keep failing on Github but not on CRAN - disabling those tests to see if we can get clean GitHub results on other functions
Our do.call rbind magic stopped working, turns out with terra all you need to do is call vect() on a list and it does the trick quite handily!
We were sort of trying to have our cake and eat it too - accepting both rasters and terra SpatRasters, and that was screwing a lot of things up.  Now I'm just going to require the new data types and set combined types to NA with a warning if we don't get them.
@danlwarren danlwarren merged commit a278401 into master Jan 18, 2024
5 checks passed
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.

1 participant