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

WISH: startup::gui_dialogs() to disable/enable GUI dialogs #63

Open
HenrikBengtsson opened this issue Nov 16, 2018 · 0 comments
Open

WISH: startup::gui_dialogs() to disable/enable GUI dialogs #63

HenrikBengtsson opened this issue Nov 16, 2018 · 0 comments

Comments

@HenrikBengtsson
Copy link
Owner

HenrikBengtsson commented Nov 16, 2018

Add a startup::gui_dialogs() to control how R is making use of GUI dialogs:

  • gui_dialogs("off") - avoid GUI dialogs as far as possible
  • gui_dialogs("defaults") - use GUI dialogs according to the default settings (which differ in Rgui, RStudio Console, ...)
  • gui_dialogs("on") - use GUI dialogs as far as possible

Settings that should be considered:

  • options(menu.graphics = FALSE)
  • options(askYesNo = NULL)
  • ...?
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

1 participant