Changes in version 0.1.2.9000 - Unlabeled chunks will now be labeled as unnamed-chunk-n, with n incrementing. Changes in version 0.1.2 (2021-05-20) - Fix compilation issues with older GCC versions (e.g. GCC@5 on Solaris) Changes in version 0.1.1 (2021-05-19) - Fix an issue under Linux when using LANG=en_US.iso88591 (LANG=en_US.iso88591 LC_ALL=en_US.iso88591 R CMD check) Changes in version 0.1.0 (2021-05-10) - 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. Changes in version 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