Nothing
      # Getting started with the WriteR application
# only for Windows users at present.
## preparing for deprecation
## substituted with temporarily unavailable while testing the impact of removal
PrepareWriteR =
    function(Author = getOption("BrailleR.Author")) {
      if (interactive()) {
        if (.Platform$OS.type == "windows") {
        } else {
          .WindowsOnly()
        }
      } else {
        .InteractiveOnly()
      }
      return(invisible(NULL))
    }
PrepareWriteR =
    function(Author = getOption("BrailleR.Author")) {
      .TempUnavailable()
      return(invisible(NULL))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.