ramnathv / slidify

Generate reproducible html5 slides from R markdown
http://www.slidify.org
844 stars 339 forks source link

output file: index.md Error: is.list(val) is not TRUE #438

Open gtumuluri opened 9 years ago

gtumuluri commented 9 years ago

Can you look at this issue I am having? http://stackoverflow.com/questions/30834575/slidifyindex-rmd-gives-error-is-listval-is-not-true

sessionInfo() R version 3.1.3 (2015-03-09) Platform: x86_64-apple-darwin13.4.0 (64-bit) Running under: OS X 10.9.5 (Mavericks)

locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages: [1] stats graphics grDevices utils datasets methods base

other attached packages: [1] slidifyLibraries_0.3.1 slidify_0.4.5 ggplot2_1.0.1

loaded via a namespace (and not attached): [1] bitops_1.0-6 codetools_0.2-11 colorspace_1.2-6 devtools_1.8.0 digest_0.6.8
[6] evaluate_0.7 formatR_1.2 git2r_0.10.1 grid_3.1.3 gtable_0.1.2
[11] httr_0.6.1 knitr_1.10.5 labeling_0.3 magrittr_1.5 markdown_0.7.7
[16] MASS_7.3-40 memoise_0.2.1 munsell_0.4.2 packrat_0.4.3 plyr_1.8.2
[21] proto_0.3-10 Rcpp_0.11.6 RCurl_1.95-4.6 reshape2_1.4.1 rversions_1.0.0 [26] scales_0.2.4 stringi_0.4-1 stringr_1.0.0 tools_3.1.3 whisker_0.3-2
[31] XML_3.98-1.1 yaml_2.1.13

ramnathv commented 9 years ago

I have not seen this error before. Can you post a link to your .Rmd and .md files since it seems like the md file is getting generated and the error occurs during conversion to html.

gtumuluri commented 9 years ago

I don't have any place where I can post it, and when I paste here, it formats the markdown instead of showing raw text. Do you know of a way? The Rmd content honestly does not matter. Every single example online I used, gave the same error.

gtumuluri commented 9 years ago

This is the markdown file it generates:


title : R crash course framework : revealjs highlighter : highlight.js hitheme : default widgets : [] mode : selfcontained

knit : slidify::knit2slides

Zev's new workshop slides

You can write the slide in Markdown and HTML. This is bold (markdown) but this is also bold (html).

You might even include inline CSS.


Quick example with ggplot2

plot of chunk unnamed-chunk-1

stla commented 9 years ago

You can post raw markdown between three backticks. It seems you have included some "##" before knit: slidify::knit2slides, because it appears in title font.