Skip to content

editR 0.2.0

Compare
Choose a tag to compare
@sjmgarnier sjmgarnier released this 05 Apr 05:03
· 15 commits to master since this release
  • The UI has been rewritten to be compatible with the latest version of shiny (>=0.11) and with Twitter Bootstrap 3.
  • The UI and server now rely (almost) only on packages available on CRAN. Most experimental packages used previously are not necessary anymore, making the installation process easier.
  • The editR function does not require the path to a rmarkdown file anymore. If no path is provided, editR will create a new temporary file that can be saved later from within the UI.
  • Added a "New file" menu to create new rmarkdown file from within the UI.
  • Added a "Save file as" menu to save new documents or save existing documents under a different name.
  • Added keyboard shortcuts for "New file" and "Save file as".
  • The structure of the app source code has been modified to be more modular and easier to modify/update.