Skip to content

parsermd

Formal Parser and Related Tools for R Markdown Documents

v0.2.0 · Aug 19, 2025 · MIT + file LICENSE

Description

An implementation of a formal grammar and parser for R Markdown documents using the Boost Spirit X3 library. It also includes a collection of high level functions for working with the resulting abstract syntax tree.

Downloads

1.6K

Last 30 days

3073rd

3.9K

Last 90 days

10.2K

Last year

Trend: +19.2% (30d vs prior 30d)

CRAN Check Status

6 NOTE
8 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 NOTE
r-oldrel-macos-arm64 NOTE
r-oldrel-macos-x86_64 NOTE
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 NOTE
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (6 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

compiled code

File ‘parsermd/libs/parsermd.so’:
  Found non-API call to R: ‘R_UnboundValue’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-linux-x86_64-debian-gcc

compiled code

File ‘parsermd/libs/parsermd.so’:
  Found non-API call to R: ‘R_UnboundValue’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-windows-x86_64

compiled code

File 'parsermd/libs/x64/parsermd.dll':
  Found non-API call to R: 'R_UnboundValue'

Compiled code should not call non-API entry points in R.

See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
NOTE r-oldrel-macos-arm64

installed package size

installed size is 27.8Mb
  sub-directories of 1Mb or more:
    libs  27.1Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is 26.6Mb
  sub-directories of 1Mb or more:
    libs  25.8Mb
NOTE r-patched-linux-x86_64

compiled code

File ‘parsermd/libs/parsermd.so’:
  Found non-API call to R: ‘R_UnboundValue’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.

Check History

NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-oldrel-macos-arm64

installed package size

installed size is 27.8Mb
  sub-directories of 1Mb or more:
    libs  27.1Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is 26.6Mb
  sub-directories of 1Mb or more:
    libs  25.8Mb

Reverse Dependencies (2)

suggests

Dependency Network

Dependencies Reverse dependencies purrr Rcpp cli checkmate readr tidyr dplyr tibble yaml withr rmarkdown pillar rlang magrittr tidyselect +3 more dependencies ohvbd tarchetypes parsermd

Version History

new 0.2.0 Mar 10, 2026
updated 0.2.0 ← 0.1.3 diff Aug 18, 2025
updated 0.1.3 ← 0.1.2 diff Jan 15, 2024
updated 0.1.2 ← 0.1.1 diff May 19, 2021
updated 0.1.1 ← 0.1.0 diff May 18, 2021
new 0.1.0 May 9, 2021