Changes in version 1.0.1 (2023-09-18) New features - adds argument lower_indicator to robust_round() (3b0ca57) - adds function paste_pct_sum() (e017c00) Tests - fixed test for robust_round() (beb451a) Other changes - manually corrected moved links in news.md (bd462df) - new CRAN release 1.0.1 (181bd6d) - removed names from return argument (d4470a2) Full set of changes: v1.0.0...v1.0.1 Changes in version 1.0.0 (2023-08-29) New features - adds function dt_row_to_string() (c76b9a9) CI - trying to fix #1 in github (498ee3e) Docs - added trailing dot to title text (eadcb9f) - added brackets to function names in readme (2deff0d) - corrected warning message text (ff7ba4c) - updated readme and title of several functions (29327d9) - updated README with README.Rmd (760c6eb) - added link to time_diff_print() function (3211301) Other changes - manually updated news.md due to moved urls (e950968) - preparing new release 1.0.0 (b07f724) - removed NEWS.md from buildignore since it is supported by CRAN now (132cd3c) - updated description (d6bdfe7) - moved quarto generation of readme up in devstuffs (e5d9cb4) - re-added readme.md (eb9ef06) - moved from README.Rmd (R Markdown) to README.qmd (Quarto) (8020012) - updated readme (8e767b7) - updated news.md (7116495) Full set of changes: v0.0.8...v1.0.0 Changes in version 0.0.8 (2023-03-16) New features - added remaining time, eta and iterations to time_diff_print() (c164d19) - added new function time_diff_print (9910d07) - added new function file_lines_to_list() (2a4f6cf) Tests - fixed time dependent test results (4d2db0b) - added unittest for time_diff_print (b1960af) Docs - added parameter description for time_diff_print() (e026879) Other changes - preparation for CRAN release 0.0.8 (80ea30f) - upated news.md (6ae141d) - updated news.md (b609269) - updated news.md (9f21723) - incremented copyright for 2023 (371b107) Full set of changes: v0.0.7...v0.0.8 Changes in version 0.0.7 (2023-01-23) Bug fixes - removed warning in feedback function if dir for log already exists (a2298ea) Docs - updated urls (330810e) Other changes - preparing new release 0.0.7 (b24f860) - fixed cran checks url (3ce25e0) Full set of changes: v0.0.6...v0.0.7 Changes in version 0.0.6 (2022-11-21) New features - added robust_round function (35d29db) - added paste2 function with collapse_last argument (144fdf3) - added new function number_to_position() (50d44ba) Refactorings - slightly changed print format output of get_current_timestamp() (1d3fa75) Tests - added test for paste2 (746e86d) CI - exclusion to fix lintin errors (197b3ae) - removed gitlab-ci since github actions work (eaed18c) - added deps for devtools (9da97d8) - updated gha (d2bd984) - updated gha (808bafc) Docs - Added documentation of function parameter in robust_round (9c856db) - added default arguments from paste also to paste2 (6886525) - updated news.md (25af516) - updated news (bd90fea) Other changes - preparing new release 0.0.6 (c64e7c9) - updated news.md (8b5294d) - introducing zzz.r (4a5ce5e) - updated news.md (733844b) - news.md now with autonewsmd package (dd9b728) - added reference to SO for pattern (c0c3435) - new dev version (1106ff6) Full set of changes: v0.0.5...v0.0.6 Changes in version 0.0.5 (2022-05-18) New features - added logo (09c809d) - added function check_if_unique_rows (bd648a5) Bug fixes - is.empty() can now handle lists in lists (41a2ba7) - importing data.table now for check_if_unique_rows (c0f8b69) - feedback function broke after calling close_all_connections() (9938688) Docs - added default parameter for stop (784a99e) - updated news (85ffca4) Other changes - new release v0.0.5 (0aa2060) - updated news.md (9bc5a61) - comment out logo creation to have png-file not altered at every devstuffs run (1152dbd) - updated logo (842364c) - added rplots.pdf to rbuildignore (17dc982) - updated news.md (799b2db) - merged origin/dev (f527fde) - updated devstuffs to get auto-changelog working again (bade22c) - removed console print in case of new logfile (029f0b1) - added print_invalid_rows logic to function check_if_unique_rows (fec7c0b) - updated news md (c40e2fb) Full set of changes: v0.0.4...v0.0.5 Changes in version 0.0.4 (2022-03-03) New features - added trim.space() and vgsub() as functions (6376a9a) - added is.empty() function (a241b68) Bug fixes - global option now work for feedback (0042835) CI - updated http –> https (2c321ed) Docs - updated news.md (9246684) - updated news.md (fce9ddf) Other changes - new release 0.0.4 (9661f74) Full set of changes: v0.0.3...v0.0.4 Changes in version 0.0.3 (2022-02-24) Refactorings - moved function clear() to new package cleaR::clear() (5600cd8) Docs - added badges to readme again (d935b3d) Other changes - prep for cran release 0.0.3 (c522b39) - updated readme, added examples (cda09ba) - merged dev (a247e7e) Full set of changes: v0.0.2...v0.0.3 Changes in version 0.0.2 (2022-02-08) Other changes - cran version (ccc3382) - added files to rbuildignore (64ff26e) Full set of changes: v0.0.1...v0.0.2 Changes in version 0.0.1 New features - added logger for console logging (6bfdc1d) - added normalizepath to file.path calls (d201fd9) - added option support for feedback function (6435e41) Bug fixes - example errors and cran check corrections (7deca15) - mustwork=FALSE to clean_path (bee0484) - fixed some missing docs; cran checks should work now (66150e9) Refactorings - reverted to feedback instead of log (log is the logarithm :facepalm: (ef6024f) - changed feedback() to log() (6e85d26) Tests - moved unit tests for logging to diztools (0819da6) Docs - updated spelling (f5c9143) - updated news.md (e8f923b) - updated rep2 function which was ahead in dizutils (8c62eca) Other changes - first cran submission (dd3ec38) - added re-creation of gitignore and buildignore (8f8e7ab) - added reference to logger in feedback function info (660c6db) - updated all feedback references to log (7fb1436) - removed unnecessary dependency to rapportools (f5835a8) - added mustwork-arg to normalizepath (3e8f829) - enhancements to clean-path and log (08e82ce) - added rapportools dependency; fixed śome linting errors (cd3207d) - fixed typo in example caused failing tests (e40470b) - working on migrating logging functions; fixing errors with normalizepath (ca27ddb) - updated readme badge urls (2226ef2) - shiny, shinyjs to suggests; removed call to installed.packages (04b22c0) - updated news.md (bbdcaa6) - updated licence statements (0dec35e) - towards sufficient cran checks (c6907e5) - first attempt for new package. Testing pending (16d8048) - first commit (6aa0e50) Full set of changes: 6aa0e50...v0.0.1