Skip to content

Commit

Permalink
feat: include RNA-seq app in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Aug 17, 2023
1 parent 86fe4f6 commit ec7b86d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 350 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@ jobs:
strategy:
fail-fast: false
matrix:
directory: ["basic-teal"]
repository: ["https://insightsengineering.r-universe.dev"]
directory: ["basic-teal", "RNA-seq"]
repository:
[
"https://insightsengineering.r-universe.dev",
"https://pharmaverse.r-universe.dev",
]
steps:
- name: Set CHANNEL
run: |
Expand Down
6 changes: 6 additions & 0 deletions RNA-seq/.Rprofile
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
source("renv/activate.R")

for (package in renv::dependencies()$Package) {
if (!requireNamespace(package)) {
renv::install(package)
}
}
Loading

0 comments on commit ec7b86d

Please sign in to comment.