Essentially rcloud.shinyApp should go away and people should just use shinyApp (but keep rcloud.shinyApp as an alias).
We'll implement the print magics spawning the server and connecting it to Rserv, but only in the special session that rcloud.html sets up. Running Shiny in a cell should currently be an error printing a link to shiny.html?notebook=... that should be used instead.
Essentially
rcloud.shinyApp
should go away and people should just useshinyApp
(but keeprcloud.shinyApp
as an alias).We'll implement the print magics spawning the server and connecting it to Rserv, but only in the special session that rcloud.html sets up. Running Shiny in a cell should currently be an error printing a link to
shiny.html?notebook=...
that should be used instead.We could also implement Shiny in a cell (#18)