Skip to content

Commit 58e9825

Browse files
committed
adjust to tidyselect 1.1.0
1 parent 68c3df5 commit 58e9825

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

a4d.Rproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: 8e02b934-92ac-47d4-9d0f-16ea83cd14ae
23

34
RestoreWorkspace: No
45
SaveWorkspace: No

scripts/R/run_script_5_create_metadata_table.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ main <- function() {
4343

4444
all_data <- all_data %>%
4545
dplyr::mutate(
46-
complete = dplyr::if_all(subdirs, identity),
46+
complete = dplyr::if_all(dplyr::all_of(subdirs), identity),
4747
timestamp = current_timestamp
4848
)
4949

0 commit comments

Comments
 (0)