We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b936185 commit 6dde7a8Copy full SHA for 6dde7a8
NAMESPACE
@@ -33,7 +33,6 @@ importFrom(purrr,map_dfr)
33
importFrom(rlang,":=")
34
importFrom(rlang,sym)
35
importFrom(stats,cor.test)
36
-importFrom(stats,lag)
37
importFrom(stats,na.omit)
38
importFrom(stats,sd)
39
importFrom(stringi,stri_replace_all_fixed)
R/prep_dyads.R
@@ -21,7 +21,6 @@
21
#' @importFrom dplyr na_if
22
#' @importFrom dplyr ungroup
23
#' @importFrom magrittr %>%
24
-#' @importFrom stats lag
25
#' @importFrom stringi stri_replace_all_fixed
26
#' @importFrom stringi stri_replace_all_regex
27
#' @importFrom stringr str_trim
0 commit comments