update entire app to begin using bslib instead of flexdashboard

This commit is contained in:
2026-04-04 18:01:58 -04:00
parent 81a67982b1
commit f7a09affec
6 changed files with 1057 additions and 124 deletions
+13
View File
@@ -25,6 +25,19 @@
"kind": "test",
"isDefault": true
}
},
{
"label": "Run Shiny App",
"type": "shell",
"command": "Rscript",
"args": [
"-e",
"\"options(shiny.autoreload = TRUE); shiny::runApp('app/app.R', port = 1234, )\""
],
"group": {
"kind": "test",
"isDefault": true
}
}
]
}