Open
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:
knitreg
does 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.texreg
does not work well with the new cross-referencing/label system in Quarto. The table itself seems to ignore the#| label: tlb-name
argument in the code chunk. You can set the label directly intexreg
itself, but this label also seems to be ignored. I am guessing it has to do with the ordering of how the document is processed.