nbarrowman / vtree

An R package for calculating and drawing variable trees
https://nbarrowman.github.io/vtree
75 stars 6 forks source link

vtree object is renderred in Rmarkdown but not in quarto #31

Closed TarJae closed 2 years ago

TarJae commented 2 years ago

The question was asked on stackoverflow: https://stackoverflow.com/questions/72671641/vtree-object-is-renderred-in-rmarkdown-but-not-in-quarto/72687525?noredirect=1#comment128421503_72687525. Basically we got an issue by rendering in quarto of a vtree object. Please se the quesiton on stackoverflow.

nbarrowman commented 2 years ago

Thanks for pointing this out. I have just made a change to the code which I believe fixes the problem. See https://github.com/nbarrowman/vtree where there are instructions for downloading version 5.5.8 of the vtree package, which includes the fix. (I also replied to the question on Stack Overflow.)

TarJae commented 2 years ago

Thank you very much. It works now. And congrats for your package!