tests/capabilities.R

library("R.rsp")

cat("Tools supported by the package:\n")
print(capabilitiesOf(R.rsp))

# Check capabilities one by one
for (what in c("asciidoc", "knitr", "markdown", "latex", "pandoc", "sweave", "unknown")) {
  cat(sprintf(" - %s: %s\n", what, isCapableOf(R.rsp, what)))
}

Try the R.rsp package in your browser

Any scripts or data that you put into this service are public.

R.rsp documentation built on June 28, 2022, 1:05 a.m.