Package: pandocfilters Title: Pandoc Filters for R Version: 0.1-6 Authors@R: c(person("Florian", "Schwendinger", role = c("aut", "cre"), email = "FlorianSchwendinger@gmx.at"), person("Kurt", "Hornik", role = "aut"), person("Andrie", "de Vries", role = "ctb")) Description: The document converter 'pandoc' is widely used in the R community. One feature of 'pandoc' is that it can produce and consume JSON-formatted abstract syntax trees (AST). This allows to transform a given source document into JSON-formatted AST, alter it by so called filters and pass the altered JSON-formatted AST back to 'pandoc'. This package provides functions which allow to write such filters in native R code. Although this package is inspired by the Python package 'pandocfilters' , it provides additional convenience functions which make it simple to use the 'pandocfilters' package as a report generator. Since 'pandocfilters' inherits most of it's functionality from 'pandoc' it can create documents in many formats (for more information see ) but is also bound to the same limitations as 'pandoc'. URL: https://pandoc.org/, https://github.com/jgm/pandocfilters/ Depends: R (>= 3.0.0) Imports: jsonlite, utils Suggests: knitr VignetteBuilder: knitr SystemRequirements: pandoc (> 1.12) License: GPL-3 RoxygenNote: 7.2.1 NeedsCompilation: no Packaged: 2026-06-12 08:56:24 UTC; root Author: Florian Schwendinger [aut, cre], Kurt Hornik [aut], Andrie de Vries [ctb] Maintainer: Florian Schwendinger Repository: https://florianschwendinger.r-universe.dev Date/Publication: 2022-08-11 20:40:02 UTC RemoteUrl: https://github.com/cran/pandocfilters RemoteRef: HEAD RemoteSha: a7981c7f4c7e045eb854f44fbd99cef8e18a4e26