-
Notifications
You must be signed in to change notification settings - Fork 43
Quarto integration? #190
Copy link
Copy link
Open
Labels
Description
Hello, I am a big fan of texreg and, in particular, the knitreg function that works so well in R Markdown. I am wondering if there are any plans to work on integration with Quarto, the "next-gen" version of R Markdown? I have been playing around with Quarto a bit and I have noticed that while texreg generally plays well with Quarto, there are a couple of issues. Namely:
knitregdoes not work, so I have to go back to usingtexreg,htmlreg, etc. to get output. This is not surprising, but it would be great to get a quarto aware version of this function.texregdoes not work well with the new cross-referencing/label system in Quarto. The table itself seems to ignore the#| label: tlb-nameargument in the code chunk. You can set the label directly intexregitself, but this label also seems to be ignored. I am guessing it has to do with the ordering of how the document is processed.
Reactions are currently unavailable