this repo has no description

fix: Not sure if this worked.

Signed-off-by: Sona Tau Estrada Rivera <sona@stau.space>

+3 -1
+3 -1
site/app.json
··· 1 - [{"name":"app.R","content":"library(shiny)\nlibrary(shinydashboard)\nlibrary(shinylive)\n\nui <- dashboardPage(\n\tdashboardHeader(),\n\tdashboardSidebar(\n\t\tsidebarMenu(\n\t\t\tmenuItem(\"Dashboard\", tabName = \"dashboard\", icon = icon(\"dashboard\")),\n\t\t\tmenuItem(\"Widgets\", tabName = \"widgets\", icon = icon(\"th\"))\n\t\t)\n\t),\n\tdashboardBody(\n\t\ttabItems(\n\t\t\ttabItem(\n\t\t\t\ttabName = \"dashboard\",\n\t\t\t\tfluidRow(\n\t\t\t\t\tbox(plotOutput(\"plot1\", height = 250)),\n\n\t\t\t\t\tbox(title = \"Controls\", sliderInput(\"slider\", \"Number of observations:\", 1, 100, 50))\n\t\t\t\t)\n\t\t\t),\n\t\t\ttabItem(\n\t\t\t\ttabName = \"widgets\",\n\t\t\t\th2(\"Widgets tab content\")\n\t\t\t)\n\t\t)\n\t)\n)\n\nserver <- function(input, output) {\n\tset.seed(122)\n\n\thistdata <- rnorm(500)\n\n\toutput $ plot1 <- renderPlot({\n\t\tdata <- histdata[seq_len(input $ slider)]\n\n\t\thist(data)\n\t})\n}\n\nshinylive::export(appdir = \".\", destdir = \"../../site\")\nshinyApp(ui, server, options = c(port = \"42069\"))\n","type":"text"},{"name":"ui.R","content":"library(shinydashboard)\n\ndashboardPage(\n\tdashboardHeader(),\n\tdashboardSidebar(),\n\tdashboardBody()\n)\n","type":"text"}] 1 + version https://git-lfs.github.com/spec/v1 2 + oid sha256:5eeca033637cdaf502cca0520a73210e481c9fe6338a660c3549199b8c84daa4 3 + size 1216
site/shinylive/webr/library.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/doc.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/base/demo.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/base/help.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/base/html.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/compiler/help.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/compiler/html.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/compiler/tests.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/datasets/help.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/datasets/html.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/grDevices/afm.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/grDevices/demo.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/grDevices/enc.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/grDevices/fonts.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/grDevices/help.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/grDevices/html.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/grDevices/libs.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/grDevices/tests.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/graphics/demo.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/graphics/help.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/graphics/html.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/grid/doc.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/grid/help.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/grid/html.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/grid/tests.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/methods/help.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/methods/html.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/methods/tests.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/parallel.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/splines/help.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/splines/html.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/splines/tests.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/stats/demo.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/stats/help.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/stats/html.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/stats/tests.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/stats4/help.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/stats4/html.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/stats4/tests.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/tcltk.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/tools/help.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/tools/html.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/tools/tests.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/translations.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/utils/doc.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/utils/help.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/utils/html.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/utils/misc.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/utils/tests.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/webr/help.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/library/webr/html.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/share.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/lib/R/tests.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/share/gdal.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/share/proj.data.gz

This is a binary file and will not be displayed.

site/shinylive/webr/vfs/usr/share/udunits.data.gz

This is a binary file and will not be displayed.