We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2deba73 commit b672fa2Copy full SHA for b672fa2
.github/internal/install-shinyverse/action.yaml
@@ -67,4 +67,4 @@ runs:
67
if: runner.os == 'macOS'
68
uses: rstudio/shiny-workflows/setup-macOS-dependencies@v1
69
with:
70
- extra-packages: ${{ steps.mac-deps.outputs.pkgs }} terra Cairo FreeType RMySQL textshaping units
+ extra-packages: ${{ steps.mac-deps.outputs.pkgs }} Cairo FreeType RMySQL textshaping units
inst/apps/001-hello/app.R
@@ -1,5 +1,6 @@
1
### Keep this line to manually test this shiny application. Do not edit this line; shinycoreci::::is_manual_app
2
3
+
4
library(shiny)
5
6
# Define UI for app that draws a histogram ----
0 commit comments