PolMine / LinkTools

R package with tools for data linkage
GNU General Public License v3.0
0 stars 0 forks source link

Use cli package for formatted progress messages #7

Closed ablaette closed 1 year ago

ablaette commented 1 year ago

The move of cwbtools, polmineR, biglda to cli::cli_progress_step() and the likes is really nice for the user experience. We should make this move here, too.

ChristophLeonhardt commented 1 year ago

I started implementing this by replacing all message() and stop() calls with the cli equivalent, i.e. cli_alert_info(), cli_alert_warning(), cli_alert_success() and cli_abort().

There is certainly room for improvement but since the usage of cli is established now, I would close this issue.