rr-france / bookrr

Vers une recherche reproductible : faire évoluer ses pratiques
https://rr-france.github.io/bookrr/
39 stars 7 forks source link

make html fails #43

Closed ppernot closed 5 years ago

ppernot commented 5 years ago

Rscript -e "rmarkdown::render_site(output_format = 'bookdown::gitbook', encoding = 'UTF-8')"

processing file: booksprintrr.Rmd |.................................................................| 100% inline R code fragments

output file: booksprintrr.knit.md

/usr/bin/pandoc +RTS -K512m -RTS booksprintrr.utf8.md --to html4 --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash --output booksprintrr.html --smart --email-obfuscation none --standalone --section-divs --table-of-contents --toc-depth 3 --template /home/pernot/R/library/3.2/bookdown/templates/gitbook.html --highlight-style pygments --number-sections --css css/style.css --include-in-header /tmp/RtmpySOsiG/rmarkdown-str418f1ed4ad48.html --mathjax --filter pandoc-citeproc pandoc: Filter pandoc-citeproc not found Erreur : pandoc document conversion failed with error 85 Exécution arrêtée Error in render_book_script(output_format, envir, quiet) : Error 1 attempting to render book Calls: -> -> in_dir -> render_book_script Exécution arrêtée Makefile:21 : la recette pour la cible « html » a échouée make: *** [html] Erreur 1

ppernot commented 5 years ago

Solved by installing pandoc-citeproc

ppernot commented 5 years ago

Should this be mentioned in the install instructions ?

alegrand commented 5 years ago

Yes. Please, just do it. :)