Skip to content

Commit

Permalink
Merge branch 'main' into fix-pipelines@main
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin <[email protected]>
  • Loading branch information
m7pr authored Oct 3, 2024
2 parents 883e4a2 + d5ecb10 commit c4b441a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,19 @@ jobs:
inputs.chosen-workflow == 'revdepcheck'
)
name: revdepcheck ↩️
uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@r-revdepcheck-action-fix_non_cran
uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main
with:
lookup-refs: |
insightsengineering/osprey
insightsengineering/teal
insightsengineering/teal.transform
insightsengineering/formatters
insightsengineering/teal.code
insightsengineering/teal.logger
insightsengineering/teal.reporter
insightsengineering/teal.widgets
insightsengineering/tern
insightsengineering/teal.data
rhub:
if: >
github.event_name == 'schedule' || (
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: teal.osprey
Title: 'teal' Modules for TLG Functions in Osprey
Version: 0.1.16.9026
Date: 2024-09-16
Version: 0.1.16.9027
Date: 2024-10-03
Authors@R: c(
person("Nina", "Qi", , "[email protected]", role = c("aut", "cre")),
person("Dawid", "Kaledkowski", , "[email protected]", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal.osprey 0.1.16.9026
# teal.osprey 0.1.16.9027

* Removed `Show Warnings` modals from modules.

Expand Down

0 comments on commit c4b441a

Please sign in to comment.