Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgamboa committed May 24, 2024
1 parent c85373d commit bc4301f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/HMP_2012_WMS_gingival.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ DA_methods <- DA_methods[!names(DA_methods) == 'DA_edgeR.1']
names(DA_methods)
```

```{r, warning=FALSE, message=TRU}
```{r, warning=FALSE, message=TRUE}
tim <- system.time({
DA_output <- vector("list", length(DA_methods))
for (i in seq_along(DA_output)) {
Expand Down

0 comments on commit bc4301f

Please sign in to comment.