Changes in version 2025-09-18 Added - First CRAN release ! Changed - Rename {TBox} in {rotulador} Removed - Functions to import and export data in csv format (write_data(), get_data()) Changes in version 2025-04-29 Fixed - lint package - Solve bug related to font Fira on pdf Changed - The rendering calls new Pandoc args for PDF and use the word template for word Added - New function to detect latex-engine - New function to create preamble.tex - Checks for render_code - tests for render_code - style.css file - Ligature added in Word and HTML files Changes in version 2025-03-25 Changed - add keep-tex to keep the .tex filegenerated with pdf output Changes in version 2025-01-22 Fixed - Linting Changed - Minimal R version for tests (devel) Added - New functions to import and export data in csv format Changes in version 2024-08-23 Removed - pipe usage for R versions older than 4.1 Added - new tests for all functions - new inputs checks for render_code() - test coverage with complete tests - new argument open to open (or not) the generated document - template for word generated files Changes in version 2024-06-14 Added - hidden functions generate_chunk_header() and generate_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 .ttf files - new tests - test coverage with pandoc, {tinytex} and xclip (for Ubuntu) installed Changes in version 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 Added - Initial commit [CRAN release] - new function render_code to render some code on-the-fly to produce PDF, HTML, word and other format quickly by using the clickboard