-
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.
Merge pull request #400 from tidymodels/rc-1-1-1
RC 1.1.1
- Loading branch information
Showing
4 changed files
with
17 additions
and
30 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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: r-lib/actions/setup-pandoc@v2 | ||
|
||
|
@@ -39,7 +39,7 @@ jobs: | |
|
||
- name: Deploy to GitHub pages 🚀 | ||
if: github.event_name != 'pull_request' | ||
uses: JamesIves/[email protected].4 | ||
uses: JamesIves/github-pages-deploy-action@v4.4.1 | ||
with: | ||
clean: false | ||
branch: gh-pages | ||
|
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,19 +1,18 @@ | ||
Package: rsample | ||
Title: General Resampling Infrastructure | ||
Version: 1.1.0.9000 | ||
Version: 1.1.1 | ||
Authors@R: c( | ||
person("Hannah", "Frick", , "hannah@rstudio.com", role = c("aut", "cre"), | ||
person("Hannah", "Frick", , "hannah@posit.co", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-6049-5258")), | ||
person("Fanny", "Chow", , "[email protected]", role = "aut"), | ||
person("Max", "Kuhn", , "max@rstudio.com", role = "aut"), | ||
person("Max", "Kuhn", , "max@posit.co", role = "aut"), | ||
person("Michael", "Mahoney", , "[email protected]", role = c("aut"), | ||
comment = c(ORCID = "0000-0003-2402-304X")), | ||
person("Julia", "Silge", , "julia.silge@rstudio.com", role = c("aut"), | ||
person("Julia", "Silge", , "julia.silge@posit.co", role = c("aut"), | ||
comment = c(ORCID = "0000-0002-3671-836X")), | ||
person("Hadley", "Wickham", , "hadley@rstudio.com", role = "aut"), | ||
person("Hadley", "Wickham", , "hadley@posit.co", role = "aut"), | ||
person("Posit Software, PBC", role = c("cph", "fnd")) | ||
) | ||
Maintainer: Hannah Frick <[email protected]> | ||
Description: Classes and functions to create and summarize different types | ||
of resampling objects (e.g. bootstrap, cross-validation). | ||
License: MIT + file LICENSE | ||
|
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,15 +1,3 @@ | ||
## Release Summary | ||
|
||
This is the 12th CRAN release of rsample. This release harmonizes object attributes and adds support for grouped resampling. | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
## revdepcheck results | ||
|
||
We checked 44 reverse dependencies (43 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages | ||
# v 1.1.1 | ||
|
||
This version includes a maintainer change from Julia Silge to Hannah Frick. |