Skip to content

Commit

Permalink
Fix starting test (#343)
Browse files Browse the repository at this point in the history
* specifically set path to lock file
* manual installation of ggtree from: YuLab-SMU/ggtree#625 (installation from github)
  • Loading branch information
LeaSeep authored Sep 10, 2024
1 parent d78c4c7 commit 49b6ff1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/start_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
shell: Rscript {0}
run: |
install.packages("renv")
renv::restore()
print(getwd())
renv::restore(lockfile="program/renv.lock")
# - name: Get R and OS version
# id: get-version
Expand Down
18 changes: 11 additions & 7 deletions program/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1927,8 +1927,14 @@
},
"ggtree": {
"Package": "ggtree",
"Version": "3.6.2",
"Source": "Bioconductor",
"Version": "3.13.1",
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteRepo": "ggtree",
"RemoteUsername": "YuLab-SMU",
"RemoteRef": "HEAD",
"RemoteSha": "01b29ef59680d01d9fbf433714011f3dd62721e5",
"Requirements": [
"R",
"ape",
Expand All @@ -1950,7 +1956,7 @@
"utils",
"yulab.utils"
],
"Hash": "87f158a81a3fe875f084692ce5544be6"
"Hash": "196850e99e115a8c2da2d97d8da8882b"
},
"ggvenn": {
"Package": "ggvenn",
Expand Down Expand Up @@ -4155,20 +4161,18 @@
},
"yulab.utils": {
"Package": "yulab.utils",
"Version": "0.1.4",
"Version": "0.1.7",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"cli",
"digest",
"fs",
"memoise",
"rlang",
"stats",
"tools",
"utils"
],
"Hash": "60ee2aaa179dc282e9fa7367bad76e89"
"Hash": "367554cd9602e69616660580c820b3bf"
},
"zip": {
"Package": "zip",
Expand Down

0 comments on commit 49b6ff1

Please sign in to comment.