Changelog
Source:NEWS.md
rotulador 1.0.0
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2025-09-18
0.2.2 - 2025-04-29
0.2.1 - 2025-03-25
0.2.0 - 2025-01-22
0.1.3 - 2024-08-23
Added
- new tests for all functions
- new inputs checks for
render_code() - test coverage with complete tests
- new argument
opento open (or not) the generated document - template for word generated files
0.1.2 - 2024-06-14
Added
- hidden functions
generate_chunk_header()andgenerate_rmd_file()to refactor the code and simplify the visibility. - hidden functions
get_fira_path()to get the path to the folder which contains the.ttffiles - new tests
- test coverage with
pandoc, {tinytex} andxclip(for Ubuntu) installed
0.1.1 - 2024-06-13
Changed
-
render_code()now accept {knitr} chunk option as function arguments - Add new dependencies: {knitr}` and {checkmate} to get all the different {knitr} options and to check the inputs of our functions