The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.
Good-looking problems: customise your Shiny disconnected screen and error messages.
Include dependencies with useSever
then use the
sever
function to customise the screen, launch the app and
stop the server to see the customised screen.
library(shiny)
library(sever)
<- fluidPage(
ui useSever(), # import dependencies
h1("sever")
)
<- function(input, output){
server sever() # customise
}
shinyApp(ui, server)
Get it from CRAN with:
install.packages("sever")
Install it from Github with:
# install.packages("remotes")
::install_github("JohnCoene/sever") remotes
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.