Skip to content

Commit 6dde7a8

Browse files
committed
remove stats lag import to remove warning
1 parent b936185 commit 6dde7a8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ importFrom(purrr,map_dfr)
3333
importFrom(rlang,":=")
3434
importFrom(rlang,sym)
3535
importFrom(stats,cor.test)
36-
importFrom(stats,lag)
3736
importFrom(stats,na.omit)
3837
importFrom(stats,sd)
3938
importFrom(stringi,stri_replace_all_fixed)

R/prep_dyads.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#' @importFrom dplyr na_if
2222
#' @importFrom dplyr ungroup
2323
#' @importFrom magrittr %>%
24-
#' @importFrom stats lag
2524
#' @importFrom stringi stri_replace_all_fixed
2625
#' @importFrom stringi stri_replace_all_regex
2726
#' @importFrom stringr str_trim

0 commit comments

Comments
 (0)