Skip to content
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

try to add duplicate warning definition only for knitr #11875

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

cderv
Copy link
Collaborator

@cderv cderv commented Jan 16, 2025

In knitr, warning: 'NA' is supported. How to allow that for auto completion ?

---
title: "test"
format: html
---

```{r}
#| warning: NA
warning("Test")
```

@cderv
Copy link
Collaborator Author

cderv commented Jan 16, 2025

@cscheid Do you know if our schema would allow to get a specific YAML validation for an option in cell
image

while this option is also used as document-execute.

The way I tried here, seems to have remove the execute part
image
while correctly added under cell
image

Normaly warning is also in execute
image

So do we have a way to have two warning definition with our schema ?

Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant