Skip to content

Commit

Permalink
Updated for R 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nivr committed Apr 19, 2024
1 parent c7f8704 commit 8cdde2a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: bootabc
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Version: 0.9.0
Authors@R:
person("First", "Last", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Expand All @@ -14,12 +14,11 @@ Imports:
rlang (>= 1.0.0),
data.table (>= 1.14.2),
magrittr (>= 2.0.2),
dqrng (>= 0.3.0),
tidyselect (>= 1.1.2)
dqrng (>= 0.3.0)
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
RoxygenNote: 7.3.1
3 changes: 2 additions & 1 deletion R/bootstrap_measures.R
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ as_boot_strap <- function(x) {
}

#' Division function for boot_strap objects
#' @rdname /
#' @param numerator A boot_strap object as the numerator of the division
#' @param denominator A boot_strap object or a numeric as the denominator
#' @export
#' @importFrom purrr negate
#' @importFrom dplyr select ungroup group_vars
Expand Down
16 changes: 16 additions & 0 deletions man/slash-.boot_strap.Rd

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

0 comments on commit 8cdde2a

Please sign in to comment.