Skip to content

Commit

Permalink
chore: install shiny.react from remote
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Sobolewski committed Sep 14, 2023
1 parent d0fcec9 commit 3548dee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Imports:
htmltools,
jsonlite,
rlang,
shiny,
shiny.react (>= 0.3.0)
shiny
shiny.react (>= 0.2.3)
Suggests:
covr,
dplyr,
Expand Down

0 comments on commit 3548dee

Please sign in to comment.