skranz / RTutor

Creating interactive R Problem Sets. Automatic hints and solution checks. (Shiny or RStudio)
https://skranz.github.io/RTutor/
200 stars 57 forks source link

Added Flexibility to rtutor.app.skel #27

Closed MartinKies closed 4 years ago

MartinKies commented 4 years ago

In detail the new version is now possible to Receive ps.show arguments and directly transfer them through. This allows to directly deploy an app which does not show solution buttons without having to go into global.R Hide the "Download in RMarkdown" Button. I would much rather give my users directly the html file rather than having them build their own and receiving RMarkdown code. Specify a different fork of RTutor - this allows us to use our GitHub Version for the shinyapps without having to manually change it in deployapps Tell deployapps to have both safety if-clauses in deployapp off (i.e. set to TRUE). Set the shinyapps.io Account info directly.