diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5c1891c..f41f5d2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,10 @@ jobs: run: yarn install working-directory: js + - name: Install shiny.react + run: | + Rscript -e 'remotes::install_github("Appsilon/shiny.react@override-props")' + - name: R CMD check if: always() uses: r-lib/actions/check-r-package@v2 diff --git a/DESCRIPTION b/DESCRIPTION index 7edc0bc9..be6909dd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -26,8 +26,7 @@ Imports: htmltools, jsonlite, rlang, - shiny, - shiny.react (>= 0.3.0) + shiny Suggests: covr, dplyr, @@ -45,6 +44,7 @@ Suggests: rmarkdown, sass, shiny.i18n (>= 0.3.0), + shiny.react (>= 0.2.3), shiny.router (>= 0.3.1), shinyjs, sortable,