Skip to content

Commit

Permalink
require newer version of epiprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
nmdefries committed Oct 1, 2024
1 parent c55d178 commit 5638351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Suggests:
purrr,
readr
Enhances:
epiprocess,
epiprocess (>= 0.9.0),
tibble
Remotes:
cmu-delphi/epidatr,
Expand Down
2 changes: 1 addition & 1 deletion data/grad_employ_subset.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ delayedAssign("grad_employ_subset", local({
epiprocess::as_epi_df(
epidatasets:::grad_employ_subset_dt,
as_of = d,
additional_metadata = list(other_keys = c("age_group", "edu_qual"))
other_keys = c("age_group", "edu_qual")
)
} else {
warning("Since the package `epiprocess` is not installed, this object will be loaded as a tibble (class `tbl_df`)")
Expand Down

0 comments on commit 5638351

Please sign in to comment.