Skip to content

Commit

Permalink
Updating the module template.
Browse files Browse the repository at this point in the history
Fixing github actions to use the dev version of onbrand.
  • Loading branch information
john-harrold committed Dec 16, 2023
1 parent 2292c07 commit 0cd098e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
extra-packages: |
any::rcmdcheck
john-harrold/onbrand
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr
extra-packages: |
any::covr
john-harrold/onbrand
needs: coverage

- name: Test coverage
Expand Down
3 changes: 2 additions & 1 deletion inst/templates/ZZ_Server.R
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,8 @@
# the current element
ui_ele = c("element_name")

# This contains all of the relevant ui_ids in the module
# This contains all of the relevant ui_ids in the module. You need to append
# ui_ids that are outside of the current element here as well.
ui_ids = c(button_counters,
ui_ele,
"element_selection")
Expand Down

0 comments on commit 0cd098e

Please sign in to comment.