yihui / xfun

Miscellaneous R functions
https://yihui.org/xfun/
Other
135 stars 28 forks source link

Circular dependency on tinytex? #43

Closed MichaelChirico closed 3 years ago

MichaelChirico commented 3 years ago

Current xfun Suggests tinytex

But also tinytex Imports xfun.

It's a "soft circle" since the Suggests is a "dotted line" dependency, but still, is this correct?

yihui commented 3 years ago

I guess that's fine. It shouldn't prevent you from installing or using either package. I just tested it in a clean R environment, and install.packages("xfun", dependencies = TRUE) worked fine.