installr (version 0.23.4)

install.pandoc: Downloads and installs pandoc

Description

Downloads and installs the latest version of pandoc for Windows.

Usage

install.pandoc(
  URL = "https://github.com/jgm/pandoc/releases",
  use_regex = TRUE,
  to_restart,
  ...
)

Value

TRUE/FALSE - was the installation successful or not.

Arguments

URL

a link to the list of download links of pandoc

use_regex

(default TRUE) - deprecated (kept for legacy purposes).

to_restart

boolean. Should the computer be restarted after pandoc is installed? (if missing then the user is prompted for a decision)

...

extra parameters to pass to install.URL

Author

GERGELY DAROCZI, G. Grothendieck, Tal Galili

Details

pandoc is a free open source software for converting documents from many filetypes to many filetypes. For details, see https://johnmacfarlane.net/pandoc/.

Credit: the code in this function is based on GERGELY DAROCZIs coding in his answer on the Q&A forum StackOverflow, and also G. Grothendieck for the non-XML addition to the function. I thank them both!

Examples

Run this code
if (FALSE) {
install.pandoc() 
}

Run the code above in your browser using DataLab