Closed lionel- closed 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.
TRUE
cc @gaborcsardi
I see
> progress:::is_supported(stderr()) [1] FALSE > progress:::is_supported(stdout()) [1] FALSE
Does this mean that progress bar is not supported in positron? Will it be supported in the future?
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