Skip to content

Commit 1a3f1d1

Browse files
author
Allyson
committed
add spec in chunk to avoid message and warning in summary table
1 parent 692a95e commit 1a3f1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/rmd/diff_sites.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ All resulting p-values were adjusted for multiple testing using the False Discov
504504
<br>
505505
\> Summary of Differentially Methylated rRNA 2′Ome Sites > (Only significant sites in at least one test are shown)
506506

507-
```{r}
507+
```{r, warning=FALSE, message=FALSE}
508508
summary_table <- rRMSAnalyzer::get_diff_sites_summary(ribo = ribo_to_check, condition_col = params$condition_col, comparisons = params$comparisons)
509509
510510
DT::datatable(

0 commit comments

Comments
 (0)