Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 1.27 KB

NEWS.md

File metadata and controls

44 lines (22 loc) · 1.27 KB

parsermd 0.1.3

  • Unlabeled chunks will now be labeled as unnamed-chunk-n, with n incrementing.

  • Minor fixes and updates to resolve CRAN warnings.

parsermd 0.1.2

  • Fix compilation issues with older GCC versions (e.g. GCC@5 on Solaris)

parsermd 0.1.1

  • Fix an issue under Linux when using LANG=en_US.iso88591 (LANG=en_US.iso88591 LC_ALL=en_US.iso88591 R CMD check)

parsermd 0.1.0

  • Added new parser error reporting system

  • Adopt testthat 3.0.0 for testing

  • Added new render function to support rendering rmd_ast related objects

  • Added rmd_get_options and rmd_set_options

  • Added support for raw attribute chunks (#13)

  • Added rmd_source to support sourcing chunks directly into an environment.

  • Added rmd_select which uses tidyselect based syntax as a replacement for rmd_subset.

  • Soft deprecated rmd_subset, rmd_get_node, rmd_get_markdwon, and rmd_get_chunk.

parsermd 0.0.1

  • Added a NEWS.md file to track changes to the package.

  • Incremented the version number.

  • Overhauled the ast and tibble representations to make them as compatible as possible.

  • Starting to add helper functions: rmd_subset, rmd_has_node, rmd_get_node, etc.

  • Initial implementation of Rmd templates