web-dev-qa-db-fra.com

problème avec RMarkdown sur Ubuntu 14.04

Je suis nouveau sur RStudio et RMarkdown. Lorsque j'ai essayé de tricoter mon premier document pdf dans Rstudio, j'ai reçu le message suivant:

processing file: Preview-4cef6f7763df.Rmd
  |.............                                                    |  20%
  ordinary text without R code

  |..........................                                       |  40%
label: unnamed-chunk-1
  |.......................................                          |  60%
  ordinary text without R code

  |....................................................             |  80%
label: unnamed-chunk-2 (with options) 
List of 1
 $ echo: logi FALSE

cropping ./Preview-4cef6f7763df_files/figure-latex/unnamed-chunk-2-1.pdf
PDFCROP 1.38, 2012/11/02 - Copyright (c) 2002-2012 by Heiko Oberdiek.
==> 1 page written on `./Preview-4cef6f7763df_files/figure-latex/unnamed-chunk-2-1.pdf'.
  |.................................................................| 100%
  ordinary text without R code


/usr/lib/rstudio/bin/pandoc/pandoc Preview-4cef6f7763df.utf8.md --to latex --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash-implicit_figures --output Preview-4cef6f7763df.pdf --template /home/klemen/R/i686-pc-linux-gnu-library/3.0/rmarkdown/rmd/latex/default.tex --highlight-style tango --latex-engine pdflatex --variable 'geometry:margin=1in' 
output file: Preview-4cef6f7763df.knit.md

! Incomplete \iffalse; all text was ignored after line 110.
<inserted text> 
                \fi 
<*> /tmp/tex2pdf.2746/input.tex

!  ==> Fatal error occurred, no output PDF file produced!
Transcript written on /tmp/tex2pdf.2746/input.log.

pandoc: Error producing PDF from TeX source
Error: pandoc document conversion failed with error 43
Execution halted

Je ne sais vraiment pas comment résoudre ce problème. Quelqu'un peut-il aider? Merci.

2
klemen

Supprimer le point de la date (ou l’échapper avec \\.) a résolu l’erreur dans mon cas.

Voir: https://github.com/rstudio/rmarkdown/issues/145

2
nnn