Skip to content

Commit

Permalink
Release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemahoney218 committed Aug 3, 2022
1 parent 84c4b46 commit 95b8ab2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: spatialsample
Title: Spatial Resampling Infrastructure
Version: 0.2.0.9000
Version: 0.2.1
Authors@R: c(
person("Julia", "Silge", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-3671-836X")),
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# spatialsample (development version)
# spatialsample 0.2.1

* Mike Mahoney is taking over as package maintainer, as Julia Silge (who remains
a package author) moves to focus on ModelOps work.
Expand All @@ -14,7 +14,7 @@

* `spatial_buffer_vfold_cv()` and buffering no longer support tibble or
data.frame inputs (they now require sf or sfc objects). It was not easy to
use these to begin with, but should have been an error all along: use
use these to begin with, but should have always caused an error: use
`rsample::vfold_cv()` instead or transform your data into an sf object.

* `spatial_buffer_vfold_cv()` has had some attribute changes to match `rsample`:
Expand Down
22 changes: 20 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
## Release Summary

This is the 2nd CRAN release of spatialsample. This release adds new functions for spatial block CV, spatially buffered CV, and more. We also have added support for `sf` objects and plotting helpers.
This is the 3rd CRAN release of spatialsample. This release patches some functionality to keep spatialsample aligned with changes in rsample, and now supports simulated data and spatial data without a coordinate reference system.

## R CMD check results

0 errors | 0 warnings | 0 notes
0 errors | 0 warnings | 1 notes

> checking CRAN incoming feasibility ... NOTE
Maintainer: ‘Michael Mahoney <[email protected]>
New maintainer:
Michael Mahoney <[email protected]>
Old maintainer(s):
Julia Silge <[email protected]>

Michael will be taking over as package maintainer as Julia (who remains as a package author) starts to focus more on the vetiver package and related projects. You'll receive an email confirming this from Julia shortly.

> Found the following (possibly) invalid URLs:
URL: https://doi.org/10.1111/geb.12161
From: README.md
Status: 503
Message: Service Unavailable

This DOI appears to resolve fine in browser but not during automatic checks, due to the resource being hosted behind Cloudflare.

0 comments on commit 95b8ab2

Please sign in to comment.