# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
cff-version: 1.2.0
message: 'To cite package "pandocfilters" in publications use:'
type: software
license: GPL-3.0-only
title: 'pandocfilters: Pandoc Filters for R'
version: 0.1-6
doi: 10.32614/CRAN.package.pandocfilters
abstract: 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'.
authors:
- family-names: Schwendinger
given-names: Florian
email: FlorianSchwendinger@gmx.at
- family-names: Hornik
given-names: Kurt
repository: https://schweflo.r-universe.dev
repository-code: https://github.com/jgm/pandocfilters/
commit: a7981c7f4c7e045eb854f44fbd99cef8e18a4e26
url: https://pandoc.org/
date-released: '2022-08-11'
contact:
- family-names: Schwendinger
given-names: Florian
email: FlorianSchwendinger@gmx.at