79454770

Date: 2025-02-20 14:09:01
Score: 1
Natty:
Report link

Quarto and Rmarkdown are different frameworks, so you'll want to use the right function to render the document.

If you are currently using rmarkdown::render() to produce this document, you should switch to using quarto::quarto_render(). See docs for this function here. That way, all the quarto processing and features should work. If that doesn't fix it, then we can troubleshoot further.

Reasons:
  • Blacklisted phrase (1): this document
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Quinton.Quagliano