Unreleased (2023-08-30)
New features
- adds function
paste_pct_sum()
(e017c00)
v1.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
v0.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
Full set of changes: v0.0.7...v0.0.8
v0.0.7 (2023-01-23)
Bug fixes
- removed warning in
feedback
function if dir for log
already exists (a2298ea)
Docs
Other changes
Full set of changes: v0.0.6...v0.0.7
v0.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
CI
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
Full set of changes: v0.0.5...v0.0.6
v0.0.5 (2022-05-18)
New features
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
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
v0.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
Docs
Other changes
Full set of changes: v0.0.3...v0.0.4
v0.0.3 (2022-02-24)
Refactorings
- moved function
clear()
to new package
cleaR::clear()
(5600cd8)
Docs
- added badges to readme again (d935b3d)
Other changes
Full set of changes: v0.0.2...v0.0.3
v0.0.2 (2022-02-08)
Other changes
Full set of changes: v0.0.1...v0.0.2
v0.0.1 (2022-02-07)
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