You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing using a default markdown document (File, New File, R Markdown, Document, Html). Using the rmarkdown version on CRAN, this Knits together fine. If I install the newest version of rmarkdown devtools::install_github("rstudio/rmarkdown") to get the newer features (tabs, floating TOC), the default markdown document no longer Knits. Instead, I get error:
pandoc: Could not determine mime type for `/home/username/R/x86_64-redhat-linux-gnu-library/3.2/rmarkdown/rmd/h/bootstrap-3.3.5/css/../fonts/glyphicons-halflings-regular.woff2'
Error: pandoc document conversion failed with error 1
Execution halted
I am getting the same error in Linux (session info below) and Windows 7 (which has R version 3.2.2 for the moment).
Is this related to #427 and, if so, is it better to change the fonts or try and get the newest version of pandoc?
sessionInfo()
R version 3.2.3 (2015-12-10)
Platform: x86_64-redhat-linux-gnu (64-bit)
Running under: Red Hat Enterprise Linux Workstation release 6.7 (Santiago)
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] devtools_1.10.0
loaded via a namespace (and not attached):
[1] Rcpp_0.12.3 withr_1.0.0 digest_0.6.9 R6_2.1.2 grid_3.2.3 plyr_1.8.3 gtable_0.1.2
[8] git2r_0.13.1 scales_0.3.0 ggplot2_2.0.0 httr_1.1.0 curl_0.9.5 rmarkdown_0.9.5 tools_3.2.3
[15] munsell_0.4.2 yaml_2.1.13 colorspace_1.2-6 memoise_1.0.0 htmltools_0.3 gridExtra_2.0.0
The text was updated successfully, but these errors were encountered:
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.
I am testing using a default markdown document (File, New File, R Markdown, Document, Html). Using the rmarkdown version on CRAN, this Knits together fine. If I install the newest version of rmarkdown
devtools::install_github("rstudio/rmarkdown")
to get the newer features (tabs, floating TOC), the default markdown document no longer Knits. Instead, I get error:I am getting the same error in Linux (session info below) and Windows 7 (which has R version 3.2.2 for the moment).
Is this related to #427 and, if so, is it better to change the fonts or try and get the newest version of pandoc?
sessionInfo()
The text was updated successfully, but these errors were encountered: