Skip to content

Commit 95b8ab2

Browse files
Release candidate
1 parent 84c4b46 commit 95b8ab2

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: spatialsample
22
Title: Spatial Resampling Infrastructure
3-
Version: 0.2.0.9000
3+
Version: 0.2.1
44
Authors@R: c(
55
person("Julia", "Silge", , "[email protected]", role = c("aut"),
66
comment = c(ORCID = "0000-0002-3671-836X")),

NEWS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# spatialsample (development version)
1+
# spatialsample 0.2.1
22

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

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

2020
* `spatial_buffer_vfold_cv()` has had some attribute changes to match `rsample`:

cran-comments.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
## Release Summary
22

3-
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.
3+
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.
44

55
## R CMD check results
66

7-
0 errors | 0 warnings | 0 notes
7+
0 errors | 0 warnings | 1 notes
8+
9+
> checking CRAN incoming feasibility ... NOTE
10+
Maintainer: ‘Michael Mahoney <[email protected]>
11+
12+
New maintainer:
13+
Michael Mahoney <[email protected]>
14+
Old maintainer(s):
15+
Julia Silge <[email protected]>
16+
17+
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.
18+
19+
> Found the following (possibly) invalid URLs:
20+
URL: https://doi.org/10.1111/geb.12161
21+
From: README.md
22+
Status: 503
23+
Message: Service Unavailable
24+
25+
This DOI appears to resolve fine in browser but not during automatic checks, due to the resource being hosted behind Cloudflare.

0 commit comments

Comments
 (0)