Skip to content

Commit 57e61fd

Browse files
committed
update dependencies
1 parent 1849db4 commit 57e61fd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ importFrom(rlang,names2)
145145
importFrom(rlang,quo_is_null)
146146
importFrom(rlang,quo_name)
147147
importFrom(rlang,quo_squash)
148+
importFrom(rlang,set_names)
148149
importFrom(stats,setNames)
149150
importFrom(stringr,regex)
150151
importFrom(stringr,str_detect)

R/utilities.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,6 +1251,7 @@ is_filer_columns_in_column_selection <- function(.data, ...) {
12511251
error = function(e) FALSE)
12521252
}
12531253

1254+
#' @importFrom rlang set_names
12541255
check_if_assays_are_NOT_consistently_ordered <- function(se) {
12551256

12561257
# If I have any assay at all

0 commit comments

Comments
 (0)