Changelog
Source:NEWS.md
thisutils 0.1.7
-
func:
- Refactor
add_pkg_file()
function: Simplified function parameters by removing manual parameter inputs and automatically extracting all package information from DESCRIPTION file. Enhanced error handling and improved logging messages. - Enhance
parallelize_fun()
function with robust error handling: Addedclean_result
parameter to control automatic removal of failed results, andthrow_error
parameter to control detailed error message display. Functions now gracefully handle partial failures without stopping execution. - Add
parse_inline_expressions()
function: High-performance inline expression parser that evaluates{}
expressions while preserving CLI formatting markers like{.val ...}
. - Enhance
log_message()
function: Add new"running"
message type with orange circle dotted symbol (◌
) to indicate ongoing processes.
- Refactor
thisutils 0.1.6
-
func:
- Add statistical P-value combination functions:
wilkinsonp()
,maximump()
,minimump()
,meanp()
,votep()
, andsump()
for meta-analysis and multiple study result integration. - Add
max_depth()
function to calculate the maximum depth of nested lists.
- Add statistical P-value combination functions:
thisutils 0.1.5
CRAN release: 2025-09-11
-
func:
- Update
add_pkg_file()
function. Now,add_pkg_file()
can automatically extract information of R package fromDESCRIPTION
file and save it in the./R/
folder.
- Update
thisutils 0.1.3
-
func:
- Replace
purrr::map2()
withmapply()
, and deletepurrr
package inDESCRIPTION
. - Replace
methods::is()
withinherits()
, and deletemethods
package inDESCRIPTION
.
- Replace
-
docs:
- Update documentation for some functions.
thisutils 0.1.1
-
func:
- Add
matrix_process()
function.
- Add
thisutils 0.0.9
-
func:
- Add
matrix_to_table()
andtable_to_matrix()
functions for data conversion between matrix and table formats. - Modify parameter
sparse
toreturn_sparse
foras_matrix()
- Add
-
docs:
- Update documentation for some functions.