Skip to content

Commit

Permalink
An explicit ref. to a package was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
sbuis committed Feb 16, 2024
1 parent 73e78ae commit 31942a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/stics_wrapper.R
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ stics_wrapper <- function(model_options,
intersect(stages_list, names(.))
),
~dplyr::na_if(., 0)) %>%
tidyr::fill(everything(), .direction = "up")
tidyr::fill(tidyr::everything(), .direction = "up")
)
}
}
Expand Down

0 comments on commit 31942a1

Please sign in to comment.