Skip to content

Commit

Permalink
fix for cran check
Browse files Browse the repository at this point in the history
  • Loading branch information
gergness committed Oct 5, 2022
1 parent 83f7639 commit 581de44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -283,4 +283,5 @@ importFrom(methods,setOldClass)
importFrom(survey,svychisq)
importFrom(tibble,as_tibble)
importFrom(tidyr,drop_na)
importFrom(tidyselect,all_of)
importFrom(tidyselect,everything)
1 change: 1 addition & 0 deletions R/interaction.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ uninteract.srvyr_interaction <- function(x) {

#' @export
#' @rdname uninteract
#' @importFrom tidyselect all_of
uninteract.data.frame <- function(x) {
# Helper to expand out varnames in correct order
interaction_varname_expander <- function(vnames, x) {
Expand Down

0 comments on commit 581de44

Please sign in to comment.