Closed IndrajeetPatil closed 2 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()
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.
{lintr}
@gaborcsardi Any thoughts?
I'd appreciate a clarification either way so that I can adapt the PR in {lintr} accordingly. Thanks :)
Yes, it is experimental.
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: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.