timo-berg

Results 4 comments of timo-berg

How does the ```due``` field work? I attempted to set it to the number of days until the card is due using an integer, but when I import the deck...

> > The command that VSCode executes it > > `rmarkdown::render('[path to file]/Chap04.Rmd', encoding = 'UTF-8')` > > What happens if you run the same command from the R console?...

Sorry yes, I tried that but it didn't change anything. The binary was also already present in the bin folder.

Thanks that solved the issue! If anybody else has this issue: Set Settings > R > Rmarkdown > Knit: Command to `Sys.setenv(RSTUDIO_PANDOC="--path to pandoc"); rmarkdown::render` I'm still a bit confused...