Skip to content

Commit

Permalink
Use updated BioC package versions (#190)
Browse files Browse the repository at this point in the history
Changes:

1. Verify the restore works in the CI image using docker and took the
snapshot
2. Remove `teal.logger` from unreleased_packages package list as it is
not released in CRAN.
  • Loading branch information
vedhav authored Jan 23, 2025
1 parent aed1b90 commit bf70f86
Show file tree
Hide file tree
Showing 2 changed files with 743 additions and 294 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
lockfile <- renv::lockfile_read()
pkg_name_structure <- ifelse("${{ matrix.channel }}" == "stable", "%s/%s@*release", "%s/%s")
unreleased_packages <- c(
"osprey", "hermes", "goshawk", "teal.osprey", "teal.logger",
"osprey", "hermes", "goshawk", "teal.osprey",
"teal.modules.hermes", "teal.goshawk", "nestcolor"
)
for (package in lockfile$Packages) {
Expand Down
Loading

0 comments on commit bf70f86

Please sign in to comment.