Package: pandocfilters 0.1-6
pandocfilters: Pandoc Filters for R
The document converter 'pandoc' <https://pandoc.org/> 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' <https://github.com/jgm/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 <https://pandoc.org/>) but is also bound to the same limitations as 'pandoc'.
Authors:
pandocfilters_0.1-6.tar.gz
pandocfilters_0.1-6.zip(r-4.7)pandocfilters_0.1-6.zip(r-4.6)pandocfilters_0.1-6.zip(r-4.5)
pandocfilters_0.1-6.tgz(r-4.6-any)pandocfilters_0.1-6.tgz(r-4.5-any)
pandocfilters_0.1-6.tar.gz(r-4.7-any)pandocfilters_0.1-6.tar.gz(r-4.6-any)
pandocfilters_0.1-6.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
pandocfilters/json (API)
| # Install 'pandocfilters' in R: |
| install.packages('pandocfilters', repos = c('https://florianschwendinger.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jgm/pandocfilters/issues
Last updated from:a7981c7f4c. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 104 | ||
| source / vignettes | OK | 141 | ||
| linux-release-x86_64 | OK | 99 | ||
| macos-release-arm64 | OK | 106 | ||
| macos-oldrel-arm64 | OK | 124 | ||
| windows-devel | OK | 118 | ||
| windows-release | OK | 93 | ||
| windows-oldrel | OK | 91 | ||
| wasm-release | OK | 101 |
Exports:as.blockas.inlineastrapplyAttrBlockQuoteBulletListCitationCiteCodeCodeBlockDefinitionDefinitionListDivdocumentEmphfilterget_pandoc_pathget_pandoc_types_versionget_pandoc_versionHeaderHorizontalRuleImageis.blockis.inlineLineBreakLinkListAttributesMathNoteNullOrderedListpandoc_from_jsonpandoc_to_jsonParaPlainQuotedRawInlineset_pandoc_pathSmallCapsSoftBreakSpaceSpanStrStrikeoutStrongSubscriptSuperscriptTableTableCellwrite.pandoc
Dependencies:jsonlite
