Skip to content

Commit 9a80430

Browse files
authored
Merge pull request #166 from cmu-delphi/summarize-message-hotfix
as list to list
2 parents 0ad6c7f + 77d5347 commit 9a80430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/epi_recipe.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ prep.epi_recipe <- function(
372372
dplyr::arrange(dplyr::desc(number)) %>%
373373
dplyr::summarise(
374374
type = list(dplyr::first(type)),
375-
role = as.list(unique(unlist(role))),
375+
role = list(unique(unlist(role))),
376376
source = dplyr::first(source),
377377
number = dplyr::first(number),
378378
skip = dplyr::first(skip),

0 commit comments

Comments
 (0)