dmurdoch

Results 112 comments of dmurdoch

You should check the browser console. When I do, I see an error trying to download a file from twitter: that could kill the whole process, and would have symptoms...

I just rebuilt `remark.min.js` from the v0.15.0 tag, and also from the main head, and both versions contained `slide.getSlideNumber()` properly. So the problem is only in the online version at...

It appears that http://remarkjs.com/downloads/remark-latest.min.js contains 0.14.1, not 0.15.0. If I use the latter the problem goes away.

If I followed the logic properly, the `rmarkdown` issue is simply that it assumes a program named `pandoc` will produce at least one line of output when running `pandoc --version`,...

This is somewhat related: in the `rgl` package devel version, I've needed to use the `evaluate` hook to distinguish between "high level" and "low level" plot actions, the way `knitr`...

You can use the `.install_extras` file to get your `child_doc.Rmd` file installed, but that's not enough to get things to work. R needs fixing for that. A minimal workaround (a...

Not "official". I haven't been on R Core since last year.

I'm pretty sure R needs fixing, but I don't know when that will happen, or what the fix will be, so I'd leave the issue open for now. I wouldn't...

One problem with a fix for R: it can't tell whether `child_doc.Rmd` is a vignette where the author forgot to put in the `\VignetteEngine` line, or a file included by...

If you use a non-existent engine, you should get a note during check: Files named as vignettes but with no recognized vignette engine: ‘vignettes/child_doc.Rmd’ (Is a VignetteBuilder field missing?) Part...