Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progress bar in RStudio Background Job #732

Open
dominicroye opened this issue Oct 16, 2024 · 1 comment
Open

Progress bar in RStudio Background Job #732

dominicroye opened this issue Oct 16, 2024 · 1 comment

Comments

@dominicroye
Copy link

I opened an issue for the progressr package, but it seems to be an problem of the cli package, see
HenrikBengtsson/progressr#174 (comment)

image

@gaborcsardi
Copy link
Member

FWIW, this does not work either:

Sys.sleep(1)
cat("foo")
Sys.sleep(1)
cat("bar")
Sys.sleep(1)
cat("\rerase")
Sys.sleep(1)
cat("\n")

so seemingly this is an issue with RStudio.

Sorry, meant to comment here....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants