-
tl;dr -- maybe default bibliography to APA?
I am specifying a custom .csl using the option (apa.csl is in the parent directory)
```
# citation style
biblio-style: apa
```
The resulting referen…
-
Preparation for this talk at useR! 2019 Toulouse:
DRY out your workflow with the usethis package
Jenny Bryan
In session "Programming 1", in room Saint-Exupéry
Thursday July 11, 12:06 - 12:24pm (…
-
Walking through installing from github and he got a whole bunch of errors - starting with not being able to update packages. See below.
Probs good to address next week before sending out to epis. …
-
Is there a way to allow the configuration of output options for `rmdformats` templates in RStudio, as it is possible for formats provided by `rmarkdown`?
-
I am trying to build a `pinp` project with `tinytex`. As a MWE, if I try to run `rmarkdown::render` on the following file:
https://github.com/eddelbuettel/pinp/blob/master/inst/rmarkdown/templates/…
-
Install `bookdown` and @lgatto's fork of the `msmbstyle` style package
```r
install.packages("bookdown")
devtools::install_github("lgatto/msmbstyle")
```
In the course directory, run
```r
b…
-
Hi Yihui,
As a little exercise I'm trying to convert our corporate powerpoint template to xaringan. So far mostly successful. However, I'm running into a road bump when trying to introduce an affil…
-
Hi,
The following test Rmd is causing an error in pandoc on my linux box (pandoc version 1.12 knitr 1.14 rmarkdown 1.0 rmdformats 0.3).
```
---
title: "Test Report"
output:
rmdformats::html_do…
-
In a section of a ResDoc, I added a footnote (\footnote{Some text.}), but it does not appear in the rendered in the PDF output.
Why is this?
-
Hi Peng,
I tried generating a bookdownplus project using template 5 官方中文模板, but it seems not to work on my computer.
Here are my session information, my codes and the error messages:
```
> s…