COVAIL / photon

RStudio Add-in to build Shiny apps utilizing the Electron framework
125 stars 25 forks source link

Typo in start.R -- electorn instead of electron #38

Open orgadish opened 2 years ago

orgadish commented 2 years ago

photon 0.0.1

  1. Create default Shiny app.R file via RStudio.
  2. Run photon::photon_rstudioaddin().
  3. electron-quick-start directory is created.

electron-quick-start/start.R has the following:

setwd("./electorn-quick-start/R-Portable-Mac")

Note the use of "electorn" instead of "electron".