r-lib / progress

Progress bar in your R terminal
http://r-lib.github.io/progress/
Other
468 stars 39 forks source link

Positron support #135

Closed lionel- closed 2 months ago

lionel- commented 2 months ago

No output is emitted when running inside positron, see https://github.com/posit-dev/positron/issues/4501.

If I manually return TRUE from https://github.com/r-lib/progress/blob/07fb16db0dbe4dd910e5c6947eeba7018d2c4a78/R/utils.R#L52, I see the expected progress output.

cc @gaborcsardi

gaborcsardi commented 2 months ago

I see

> progress:::is_supported(stderr())
[1] FALSE
> progress:::is_supported(stdout())
[1] FALSE
davisj95 commented 2 months ago

Does this mean that progress bar is not supported in positron? Will it be supported in the future?