I'm on OSX 10.10.3 (Yosemite) running R 3.2.0.
I've just installed slidify following the documentation on its website. In short:
require(devtools)
install_github("slidify", "ramnathv")
install_github("slidifyLibraries", "ramnathv")
Then load and author a deck in RStudio.
library(slidify)
author("mydeck")
slidify("index.Rmd")
The last line produces the error:
Error in if (body$content == "") { :
missing value where TRUE/FALSE needed
And execution halts.
Changing mode or other YAML front matter parameters does not make any difference. Nor adding or removing content. Nor authoring in R command prompt (outside RStudio). I am looking at an indecipherable error message and have no idea where to start looking for its cause. Any help would be much appreciated.