Skip to content
Discussion options

You must be logged in to vote

@isaactpetersen Please avoid posting on old thread (open a new one referencing it as old thread usually contains outdated informations), especially if you don't specify the Quarto CLI version being used.

You are either not using the latest version of knitr and/or the latest stable version of Quarto CLI (1.7.32).

Edit: actually you are using the correct version as it is stated in the error message that message expects "NA" not "!expr NA". Field "message" has value !expr NA, which must instead be one of: `true`, `false`, `NA`

Note that the use of !expr is discouraged in most cases in Quarto CLI.

---
format: html
---

```{r}
#| message: NA

message("This is a test message.")
```

And if you…

Replies: 4 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

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

mcanouil Nov 1, 2023
Collaborator

@cderv
Comment options

cderv Nov 1, 2023
Maintainer

@rkrug
Comment options

@mcanouil
Comment options

mcanouil Nov 3, 2023
Collaborator

Comment options

You must be logged in to vote
0 replies
Comment options

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

@cderv
Comment options

@isaactpetersen
Comment options

@mcanouil
Comment options

mcanouil Jul 7, 2025
Collaborator

Answer selected by mcanouil
@isaactpetersen
Comment options

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