Skip to content

Commit b91a066

Browse files
committed
Import additional dplyr functions in validation and NAMESPACE files. Added n_distinct and all_of to enhance data processing capabilities.
1 parent aa44abd commit b91a066

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ importFrom(dplyr,matches)
5454
importFrom(dplyr,mutate)
5555
importFrom(dplyr,mutate_all)
5656
importFrom(dplyr,mutate_if)
57+
importFrom(dplyr,n_distinct)
5758
importFrom(dplyr,pull)
5859
importFrom(dplyr,rename)
5960
importFrom(dplyr,row_number)

R/validation.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ check_missing_parameters <- function(effects, model_effects) {
174174
#' @importFrom dplyr group_by
175175
#' @importFrom dplyr summarise
176176
#' @importFrom dplyr arrange
177+
#' @importFrom dplyr n_distinct
178+
#' @importFrom dplyr all_of
177179
#' @importFrom tidyr pivot_longer
178180
#' @importFrom purrr map_lgl
179181
#'

0 commit comments

Comments
 (0)