Skip to content
Discussion options

You must be logged in to vote

Still, that's a knitr option to set.
If you don't want the messages to be printed in the rendered document, but in the console, the knitr documentation says:

knitr::opts_chunk$set(message = NA)

The same goes for warnings.

(Note that I am using a custom progress bar.)

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@mcanouil
Comment options

mcanouil Jun 8, 2024
Collaborator

@bakaburg1
Comment options

@mcanouil
Comment options

mcanouil Jun 8, 2024
Collaborator

@mcanouil
Comment options

mcanouil Jun 8, 2024
Collaborator

Answer selected by bakaburg1
@bakaburg1
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants