-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove revdep database from repo * Quiet NOTE about using stats library * No more LazyData, move utils + stats to Suggests * Remove AmesHousing, use ames in vignette * Revdep checks * Update CRAN comments * Bump version number
- Loading branch information
1 parent
307c157
commit ed539d7
Showing
8 changed files
with
15 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: rsample | ||
Title: General Resampling Infrastructure | ||
Version: 0.0.9.9000 | ||
Version: 0.1.0 | ||
Authors@R: c( | ||
person(given = "Julia", family = "Silge", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3671-836X")), | ||
person(given = "Fanny", family = "Chow", email = "[email protected]", role = c("aut")), | ||
|
@@ -16,7 +16,6 @@ Imports: | |
rlang (>= 0.4.10), | ||
methods, | ||
generics, | ||
utils, | ||
tidyselect, | ||
furrr, | ||
tidyr, | ||
|
@@ -27,11 +26,12 @@ Imports: | |
Depends: | ||
R (>= 3.2) | ||
Suggests: | ||
utils, | ||
stats, | ||
ggplot2, | ||
testthat, | ||
rmarkdown, | ||
knitr, | ||
AmesHousing, | ||
recipes (>= 0.1.4), | ||
broom, | ||
xml2, | ||
|
@@ -42,6 +42,5 @@ BugReports: https://github.com/tidymodels/rsample/issues | |
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
VignetteBuilder: knitr | ||
LazyData: true | ||
RoxygenNote: 7.1.1.9001 | ||
Roxygen: list(markdown = TRUE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
## Release Summary | ||
|
||
This is the 8th CRAN release of rsample. This release fixes bugs, updates the inheritance structure for rsample objects, and adds developer-friendly tools for package developers or analysts depending on rsample. This release also marks a **change in maintainer** from Max Kuhn <[email protected]>, to Julia Silge <julia.silge@rstudio.com>. | ||
This is the 9th CRAN release of rsample. This release fixes bugs, improves error messages, and adds flexibility for users when stratifying sampling. This release also marks a **change in license** from GPL-2 to MIT; see [consent from copyright holders here](https://github.com/tidymodels/rsample/issues/226). | ||
|
||
## Test environments | ||
|
||
|
@@ -16,7 +16,7 @@ This is the 8th CRAN release of rsample. This release fixes bugs, updates the in | |
|
||
## revdepcheck results | ||
|
||
We checked 23 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 27 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters