AlexsLemonade / refinebio-examples

Example workflows for refine.bio data

Home Page:https://www.refine.bio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add message = FALSE to mute chatty blocks

jashapiro opened this issue · comments

I had this as a comment, but realized that the issue it was in specifically was about filing other issues, so I'm now filing it as a separate issue:

We may want to consider making blocks with library() calls include message = FALSE in the chunk options to avoid chatty outputs cluttering the page. (DESeq2 👀 )

We could also do this on a global basis, with knitr::opts_chunk$set(message = FALSE) early on in the doc, but it probably makes sense to keep this on a case by case basis.

Originally posted by @jashapiro in #289 (comment)

Closed by #398