Skip to content

Commit

Permalink
Merge branch 'main' into fix-pipelines@main
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr authored Oct 3, 2024
2 parents e736c5f + 36a9078 commit e0bd5e1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,17 @@ jobs:
)
name: revdepcheck ↩️
uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main
with:
lookup-refs: |
insightsengineering/goshawk
insightsengineering/teal
insightsengineering/teal.transform
insightsengineering/teal.code
insightsengineering/teal.logger
insightsengineering/teal.reporter
insightsengineering/teal.widgets
insightsengineering/teal.data
insightsengineering/tern
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,8 +1,8 @@
Type: Package
Package: teal.goshawk
Title: Longitudinal Visualization `teal` Modules
Version: 0.2.0.9007
Date: 2024-10-02
Version: 0.2.0.9008
Date: 2024-10-03
Authors@R: c(
person("Nick", "Paszty", , "[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.goshawk 0.2.0.9007
# teal.goshawk 0.2.0.9008

# teal.goshawk 0.2.0

Expand Down

0 comments on commit e0bd5e1

Please sign in to comment.