IMPORTANT: In order for the below to work on Windows, you need to set options(url.method = "libcurl") first.
## Windows users only
options(url.method = "libcurl")
# knitr R Markdown to HTML (from local file)
source('https://callr.org/render#001-minimal.Rmd')
# knitr R Markdown to HTML
source('https://callr.org/render#https://raw.github.com/yihui/knitr-examples/master/001-minimal.Rmd')
# RSP to Markdown to HTML (from local file)
source('https://callr.org/render#LoremIpsum.md.rsp')
# RSP to Markdown to HTML
source('https://callr.org/render#https://raw.github.com/HenrikBengtsson/R.rsp/master/inst/rsp_LoremIpsum/LoremIpsum.md.rsp')
# RSP to Markdown to HTML (from GitHub gist)
source('https://callr.org/render#gist://HenrikBengtsson/4c1d81ef18129563c79b/matrixNA-wrong-way.md.rsp')
# Sweave to PDF
source('https://callr.org/render#https://raw.github.com/HenrikBengtsson/R.rsp/master/inst/rsp_LoremIpsum/LoremIpsum.Rnw')
# TeX to PDF
source('https://callr.org/render#https://raw.githubusercontent.com/HenrikBengtsson/R.rsp/master/vignettes/R_packages-LaTeX_vignettes.ltx')
# Markdown to HTML (from local file)
source('https://callr.org/render#LoremIpsum.md')
# Asciidoc to PDF
source('https://callr.org/render#https://raw.github.com/HenrikBengtsson/R.rsp/master/inst/rsp_LoremIpsum/LoremIpsum.asciidoc.txt')
The render command: