79175696

Date: 2024-11-10 20:23:54
Score: 0.5
Natty:
Report link

The solution is to add #| message: !expr NA in the quarto code block.

Read more here: https://github.com/quarto-dev/quarto-cli/discussions/7443

#| message: !expr NA
species <- iris$Species |> unique()

for(i in species) {
  message(i)
  Sys.sleep(2)
}
Reasons:
  • Whitelisted phrase (-1): solution is
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Steen Harsted