Skip to content

Instantly share code, notes, and snippets.

@jgarces02
Created April 6, 2018 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgarces02/79a973fecc6e37d99ee9bcf13992a1ff to your computer and use it in GitHub Desktop.
Save jgarces02/79a973fecc6e37d99ee9bcf13992a1ff to your computer and use it in GitHub Desktop.
Prompt a notification when a long R process finishes
system('CMD /C ">>> ECHO The R process has finished running && PAUSE"',
invisible = FALSE, wait = FALSE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment