Skip to contents

thisutils 0.1.9

  • func:
    • Remove list_figlet_fonts() and rescale() functions.

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: Added clean_result parameter to control automatic removal of failed results, and throw_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.

thisutils 0.1.6

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 from DESCRIPTION file and save it in the ./R/ folder.

thisutils 0.1.4

  • func:
    • Delete str_wrap() function.

thisutils 0.1.3

thisutils 0.1.1

thisutils 0.0.9

thisutils 0.0.8

  • docs:
    • Update documentation for some functions.