r-lib / cli

Tools for making beautiful & useful command line interfaces
https://cli.r-lib.org/
Other
655 stars 70 forks source link

Is `cli_progress_along()` still experimental? #709

Closed IndrajeetPatil closed 2 months ago

IndrajeetPatil commented 3 months ago

From git history, I gather that cli_progress_along() has been around for over 3 years, but the progress bar vignette states that its lifecycle is still experimental:

cli_progress_along() is currently experimental.

Is this lifecycle up-to-date?


I'm curious because, if that is indeed the case, I'd avoid using it in {lintr} (cf. https://github.com/r-lib/lintr/pull/2641) and wait for it to be stable.

IndrajeetPatil commented 2 months ago

@gaborcsardi Any thoughts?

I'd appreciate a clarification either way so that I can adapt the PR in {lintr} accordingly. Thanks :)

gaborcsardi commented 2 months ago

Yes, it is experimental.