The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
eventReactive()
now parsed to return a function
(#55)output$plot <- renderPlot(plot(x))
transformed to
output$plot <- (plot(x))
(#45)reactiveValues()
now converted to list()
(#29) ### Bug fixesx <- reactive({\n...\n...\n})
statements
weren’t evaluating inside runApp()
or
shinyApp()
(#24)dummy_input
removed from objects returned (#50)eval=F(ALSE)
or
eval = F(ALSE)
) (#26) ### Otherserver
code uses call names
instead of indexing (#52, 54)view_ui()
can now run from selected text in the source
editor (#19) ### Bug Fixesconvert_selection()
now prompts user for environment if
not entered (#16) ### OtherInitial release
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.