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..4ec52ea1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -26,8 +26,8 @@ Imports: htmltools, jsonlite, rlang, - shiny, - shiny.react (>= 0.3.0) + shiny + shiny.react (>= 0.2.3) Suggests: covr, dplyr,