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 1e915d6 commit e5aa60fCopy full SHA for e5aa60f
.Rbuildignore
@@ -0,0 +1,2 @@
1
+^.*\.Rproj$
2
+^\.Rproj\.user$
.github/workflows/publish.yml
@@ -23,6 +23,10 @@ jobs:
23
24
- name: Install R dependencies
25
uses: r-lib/actions/setup-r-dependencies@v2
26
+ with:
27
+ packages: |
28
+ remotes
29
+ posit-dev/r-shinylive
30
31
- name: Set up Quarto
32
uses: quarto-dev/quarto-actions/setup@v2
DESCRIPTION
@@ -33,11 +33,9 @@ Imports:
33
readxl,
34
rmarkdown,
35
shiny,
36
- shinylive,
37
tidyverse,
38
viridis,
39
whoami,
40
xml2
41
Remotes:
42
- ropensci-review-tools/babelquarto,
43
- posit-dev/r-shinylive
+ ropensci-review-tools/babelquarto
0 commit comments