# NOT RUN {
  # Display which tools are supported by the package
  print(capabilitiesOf(R.rsp))
  # Check whether AsciiDoc is supported
  print(isCapableOf(R.rsp, "asciidoc"))
  # Check whether pandoc v1.12 or newer is supported
  print(isCapableOf(R.rsp, "pandoc (>= 1.12)"))
# }
Run the code above in your browser using DataLab