Skip to content

Commit

Permalink
Merge branch 'main' into update_lbt14
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu authored Nov 12, 2024
2 parents 3d5e62e + dfb9f12 commit 738dfb1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
skip-desc-dev: true
repository-list: "r-universe-dev=https://pharmaverse.r-universe.dev/, PPM=PPM@latest"
cache-version: "dev"
disable-package-rebuild-and-upload: true
r-cmd-stable:
if: github.event_name != 'push'
name: R CMD Check (stable) 🧬
Expand All @@ -73,6 +74,7 @@ jobs:
skip-desc-branch: true
repository-list: "r-universe-stable=https://insightsengineering.r-universe.dev/, PPM=PPM@latest"
cache-version: "stable"
disable-package-rebuild-and-upload: true
linter:
if: github.event_name != 'push'
name: SuperLinter 🦸‍♀️
Expand Down
2 changes: 1 addition & 1 deletion package/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tlg.catalog.pkg
Title: Tables, Listings and Graphs Catalog
Version: 0.1.0.9032
Version: 0.1.0.9033
Authors@R: c(
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre")),
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion package/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `tlg-catalog` 0.1.0.9032
# `tlg-catalog` 0.1.0.9033

- Reorganize files into `/book` and `/package` for testability purposes.
- The TLG Catalog is here!
Expand Down

0 comments on commit 738dfb1

Please sign in to comment.