-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into ndefries/epidatasets-migration
- Loading branch information
Showing
22 changed files
with
1,544 additions
and
1,234 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: epipredict | ||
Title: Basic epidemiology forecasting methods | ||
Version: 0.0.21 | ||
Version: 0.0.24 | ||
Authors@R: c( | ||
person("Daniel", "McDonald", , "[email protected]", role = c("aut", "cre")), | ||
person("Ryan", "Tibshirani", , "[email protected]", role = "aut"), | ||
|
@@ -38,7 +38,7 @@ Imports: | |
hardhat (>= 1.3.0), | ||
magrittr, | ||
recipes (>= 1.0.4), | ||
rlang (>= 1.0.0), | ||
rlang (>= 1.1.0), | ||
stats, | ||
tibble, | ||
tidyr, | ||
|
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
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,17 @@ | ||
## usethis namespace: start | ||
#' @importFrom tibble as_tibble | ||
#' @importFrom rlang := !! %||% as_function global_env set_names !!! | ||
#' is_logical is_true inject enquo enquos expr sym arg_match | ||
#' @importFrom stats poly predict lm residuals quantile | ||
#' @importFrom dplyr arrange across all_of any_of bind_cols bind_rows group_by | ||
#' summarize filter mutate select left_join rename ungroup full_join | ||
#' relocate summarise everything | ||
#' @importFrom cli cli_abort cli_warn | ||
#' @importFrom checkmate assert assert_character assert_int assert_scalar | ||
#' assert_logical assert_numeric assert_number assert_integer | ||
#' assert_integerish assert_date assert_function assert_class | ||
#' @import epiprocess parsnip epidatasets | ||
#' @importFrom checkmate assert assert_character assert_int assert_scalar | ||
#' @importFrom checkmate assert_logical assert_numeric assert_number | ||
#' @importFrom checkmate assert_integer assert_integerish | ||
#' @importFrom checkmate assert_date assert_function assert_class | ||
#' @importFrom cli cli_abort cli_warn | ||
#' @importFrom dplyr arrange across all_of any_of bind_cols bind_rows group_by | ||
#' @importFrom dplyr summarize filter mutate select left_join rename ungroup | ||
#' @importFrom dplyr full_join relocate summarise everything | ||
#' @importFrom rlang := !! %||% as_function global_env set_names !!! caller_arg | ||
#' @importFrom rlang is_logical is_true inject enquo enquos expr sym arg_match | ||
#' @importFrom stats poly predict lm residuals quantile | ||
#' @importFrom tibble as_tibble | ||
na_chr <- NA_character_ | ||
## usethis namespace: end | ||
NULL |
Oops, something went wrong.