Closed AoifeHughes closed 2 years ago
Thanks for taking the time to review, @AoifeHughes. To address your comments:
install.packages("remotes")
to the README.@jeroen, do you know why https://docs.ropensci.org/jagstargets/articles/introduction.html has trouble displaying this LaTeX code? Is there an issue MathJax in r-universe? The vignette renders just fine on my local machine.
This is what I see in Safari:
IIRC, our theme made mathjax opt-in. Can you add mathjax: true
to your _pkgdown.yml
? This should work I think:
template:
params:
mathjax: true
But you can also just add mathjax: true
to the top. level of your _pkgdown.yml
Thanks, @jeroen! Seems to have fixed the issue.
Up and running again:
Again, sorry a small comment, everything else is looking well and I think I can finished the review shortly.
Sure, added the model to the README in 9ca970631254f359be2ac008b0e4f766fd2dd6c4.
@AoifeHughes is this issue completed, in terms of your review for JOSS?
Looks like the paper was accepted. Thanks everyone for your feedback!
Hi there,
Re: joss review here
Very happy to be reviewing this package, off the bat it looks great and like we'll have no problems. But, just to do my job properly, I will be very nitpicky. I promise that if any comments read bluntly that it's just for brevity :)
Many of these comments could probably be ignored, but I am giving a "blind" attempt to use the package and noting any issues one may encounter.
install.packages("remotes")
is needed?I'm having some issues with rjags, so reinstalling R (this is a me problem). Will Continue review when I have this sorted...