-
Notifications
You must be signed in to change notification settings - Fork 48
Adding link to cheatsheet in 19.1.3.2 & removed some verbose messages #457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
inst/pages/97_extra_materials.qmd
Outdated
@@ -294,7 +294,7 @@ var_explained <- e/sum(e[e>0])*100 | |||
This section has a cheatsheet for translating common functions in phyloseq | |||
to TreeSE/mia with example code. | |||
|
|||
```{r} | |||
```{r,message=FALSE, warning=FALSE, eval=FALSE} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
8000 The reason will be displayed to describe this comment to others. Learn more.
add space in "r, message" here and elsewhere
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In fact, on the same go you could move the messages, warning and eval into quarto header in chunks of this PR
Like
#| message: false
#| warning: false
#| eval: false
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be better now (couldn't be able to do the way you said but pretty much the same I believe)
Fixing additionnal files that were added in last PR (#455)