- Notifications
You must be signed in to change notification settings - Fork1.2k
Open
Milestone
Description
System details
RStudio Edition : desktopRStudio Version : 1.4.867OS Version : macOS 10.14.6R Version : 4.0.2Steps to reproduce the problem
RUn this:
fun<-function() { cat("select the file in the dialog box\n") flush.console() file.choose()}fun()
Describe the problem in detail
flush.console() is supposed to flush the console buffer, so the in the code above thecat()-ed text should appear, before thefile.choose() dialog appears.
Describe the behavior you expected
I expected thecat()-ed text to appear in the console before the file chooser dialog.
- I have read the guide forsubmitting good bug reports.
- I have installed the latest version of RStudio, and confirmed that the issue still persists.
- If I am reporting a RStudio crash, I have included adiagnostics report.
- I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
Metadata
Metadata
Assignees
Labels
No labels