Skip to content

Commit

Permalink
Merge branch 'dev' into ndefries/epidatasets-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
nmdefries committed Oct 1, 2024
2 parents 8ff0ea0 + aa41827 commit 5487986
Show file tree
Hide file tree
Showing 56 changed files with 1,279 additions and 1,303 deletions.
10 changes: 6 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Package: epipredict
Title: Basic epidemiology forecasting methods
Version: 0.0.24
Version: 0.1.0
Authors@R: c(
person("Daniel", "McDonald", , "[email protected]", role = c("aut", "cre")),
person("Daniel J.", "McDonald", , "[email protected]", role = c("aut", "cre")),
person("Ryan", "Tibshirani", , "[email protected]", role = "aut"),
person("Dmitry", "Shemetov", email = "[email protected]", role = "aut"),
person("David", "Weber", email = "[email protected]", role = "aut"),
person("CMU's Delphi Research Group", role = c("cph", "fnd")),
person("Logan", "Brooks", role = "aut"),
person("Rachel", "Lobay", role = "aut"),
person("Dmitry", "Shemetov", email = "[email protected]", role = "ctb"),
person("David", "Weber", email = "[email protected]", role = "ctb"),
person("Maggie", "Liu", role = "ctb"),
person("Ken", "Mawer", role = "ctb"),
person("Chloe", "You", role = "ctb"),
Expand Down Expand Up @@ -36,6 +37,7 @@ Imports:
ggplot2,
glue,
hardhat (>= 1.3.0),
lifecycle,
magrittr,
recipes (>= 1.0.4),
rlang (>= 1.1.0),
Expand Down
13 changes: 5 additions & 8 deletions R/epipredict-package.R
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
## usethis namespace: start
#' @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 checkmate test_scalar test_logical test_numeric
#' @importFrom checkmate test_integerish test_date
#' @importFrom checkmate test_character test_function
#' @importFrom checkmate assert_class assert_numeric
#' @importFrom checkmate test_character test_date test_function
#' @importFrom checkmate test_integerish test_logical
#' @importFrom checkmate test_numeric test_scalar
#' @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 dplyr summarize filter mutate select left_join rename ungroup
#' @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
Expand Down
254 changes: 0 additions & 254 deletions R/import-standalone-lifecycle.R

This file was deleted.

Loading

0 comments on commit 5487986

Please sign in to comment.