Skip to content

Commit

Permalink
Merge branch '738_nestify_crane@main' of github.com:insightsengineeri…
Browse files Browse the repository at this point in the history
…ng/crane into 738_nestify_crane@main
  • Loading branch information
ayogasekaram committed Oct 25, 2024
2 parents 3fe942f + 6daffd6 commit 7ba2b00
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ jobs:
uses: insightsengineering/r.pkg.template/.github/workflows/cran-status.yaml@main
with:
issue-assignees: "ddsjoberg"
revdepcheck:
if: >
github.event_name == 'schedule' || (
github.event_name == 'workflow_dispatch' &&
inputs.chosen-workflow == 'revdepcheck'
)
name: revdepcheck ↩️
uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main
# revdepcheck:
# if: >
# github.event_name == 'schedule' || (
# github.event_name == 'workflow_dispatch' &&
# inputs.chosen-workflow == 'revdepcheck'
# )
# name: revdepcheck ↩️
# uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main
rhub:
if: >
github.event_name == 'schedule' || (
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: crane
Title: Supplements functions in the 'gtsummary' package
Version: 0.0.0.9001
Version: 0.0.0.9002
Authors@R:
person("Daniel D.", "Sjoberg", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0862-2018"))
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# crane 0.0.0.9001
# crane 0.0.0.9002

* Initial CRAN submission.

0 comments on commit 7ba2b00

Please sign in to comment.