Skip to content

Commit cf779c3

Browse files
committed
Fix typo
1 parent 4632dd4 commit cf779c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/dplyr_methods.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,7 @@ pull.SummarizedExperiment <- function(.data, var=-1, name=NULL, ...) {
14171417
warning(
14181418
"tidySummarizedExperiment says: the assays in your SummarizedExperiment have column names,
14191419
but their order is not the same. Pulling assays can return data in a order you don't expect.
1420-
To avoid unwanted behaviour it is highly reccomended to have assays with the same order of colnames and rownames"
1420+
To avoid unwanted behaviour it is highly recommended to have assays with the same order of colnames and rownames"
14211421
)
14221422

14231423
# reorder assay colnames before printing

0 commit comments

Comments
 (0)