Skip to content

Commit e644624

Browse files
committed
import env
1 parent 4410a39 commit e644624

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ importFrom(rlang,caller_env)
9797
importFrom(rlang,check_dots_empty0)
9898
importFrom(rlang,enquo)
9999
importFrom(rlang,enquos)
100+
importFrom(rlang,env)
100101
importFrom(rlang,f_env)
101102
importFrom(rlang,f_rhs)
102103
importFrom(rlang,global_env)

R/grouped_epi_archive.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ grouped_epi_archive =
186186
#' object. See the documentation for the wrapper function [`epix_slide()`] for
187187
#' details.
188188
#' @importFrom data.table key address
189-
#' @importFrom rlang !! !!! enquo quo_is_missing enquos is_quosure sym syms
189+
#' @importFrom rlang !! !!! enquo quo_is_missing enquos is_quosure sym syms env
190190
slide = function(f, ..., before, ref_time_values,
191191
time_step, new_col_name = "slide_value",
192192
as_list_col = FALSE, names_sep = "_",

0 commit comments

Comments
 (0)