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 310cfaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Imports:
htmltools,
jsonlite,
rlang,
shiny,
shiny
shiny.react (>= 0.3.0)
Suggests:
covr,
Expand Down

0 comments on commit 310cfaf

Please sign in to comment.