Skip to content

Commit

Permalink
changes for 0.0.8 submission
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Sep 23, 2020
1 parent e1f149d commit 74f64f6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rsample
Title: General Resampling Infrastructure
Version: 0.0.7.9000
Version: 0.0.8
Authors@R: c(
person(given = "Max", family = "Kuhn", email = "[email protected]", role = c("aut", "cre")),
person(given = "Fanny", family = "Chow", email = "[email protected]", role = c("aut")),
Expand Down Expand Up @@ -41,5 +41,5 @@ License: GPL-2
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 7.1.1
RoxygenNote: 7.1.1.9000
Roxygen: list(markdown = TRUE)
9 changes: 3 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# rsample (development version)
# rsample 0.0.8

* New `manual_rset()` for constructing rset objects manually from custom
rsplits (tidymodels/tune#273).
* New `manual_rset()` for constructing rset objects manually from custom rsplits (tidymodels/tune#273).

* Three new time based resampling functions have been added: `sliding_window()`,
`sliding_index()`, and `sliding_period()`, which have more flexibility than
the pre-existing `rolling_origin()`.
* Three new time based resampling functions have been added: `sliding_window()`, `sliding_index()`, and `sliding_period()`, which have more flexibility than the pre-existing `rolling_origin()`.

* Correct `alpha` parameter handling for bootstrap CI functions (#179, #184).

Expand Down
2 changes: 2 additions & 0 deletions R/bootci.R
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ pctl_single <- function(stats, alpha = 0.05) {
#' doi:10.1017/CBO9780511802843
#'
#' @examples
#' \donttest{
#' library(broom)
#' library(dplyr)
#' library(purrr)
Expand Down Expand Up @@ -235,6 +236,7 @@ pctl_single <- function(stats, alpha = 0.05) {
#' bootstraps(Sacramento, 1000, apparent = TRUE) %>%
#' mutate(correlations = map(splits, rank_corr)) %>%
#' int_pctl(correlations)
#' }
#' @export
int_pctl <- function(.data, statistics, alpha = 0.05) {

Expand Down
2 changes: 2 additions & 0 deletions man/int_pctl.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 74f64f6

Please sign in to comment.