[rkward] [Bug 463346] Make R console compatible with 'cli' R package

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Mon Dec 26 10:31:28 GMT 2022


https://bugs.kde.org/show_bug.cgi?id=463346

--- Comment #2 from flyos at mailoo.org ---
I can confirm that the progress bar of CLI is shown with this patch, thank you
for this. However for your information, when a multiline command is pasted from
a script file, the progress bar is displayed by erasing a line of the pasted
command.

For example:
map(1:100,
    ~ Sys.sleep(0.1),
    .progress = TRUE)

Results in:
******     /progress bar here/
    ~ Sys.sleep(0.1),
    .progress = TRUE)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the rkward-devel mailing list