wviechtb / mathjaxr

R package to make use of Mathjax in Rd files
47 stars 6 forks source link

Suggests vs Imports #8

Closed bwiernik closed 3 years ago

bwiernik commented 3 years ago

The documentation says that mathjaxr can be added to either Suggets or Imports, but I'm finding that when I run R CMD CHECK with mathjaxr in Suggests, it's erroring: https://github.com/easystats/effectsize/pull/341/checks?check_run_id=2697471853

Do you know if there is a way to get Suggests to work?

wviechtb commented 3 years ago

Indeed, just tried myself. If I recall correctly, this only raised a note before, but now it leads to an error. I have updated the instructions to describe only the Imports option.

bwiernik commented 3 years ago

Got it. Thanks! Sigh. I have some collaborators who are very averse to any Imports dependencies. Was hoping to be able to use mathjaxr with them but alas.

wviechtb commented 3 years ago

Totally get that. If Suggests was possible, it would be preferable, but I don't see at the moment how to make this happen.

bwiernik commented 3 years ago

What would be really nice is if R base adopted mathjaxr...