Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
fix renv.lock with remote for dashboard pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Mar 12, 2024
1 parent a23d336 commit 22e6fe1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
with:
cache-version: 1

- name: GitHub-only pkgs
run: |
remotes::install_github("bergant/airtabler")
remotes::install_github("ropensci-review-tools/dashboard-pkg")
shell: Rscript {0}

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
Expand Down
16 changes: 10 additions & 6 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Repositories": [
{
"Name": "CRAN",
"URL": "https://cloud.r-project.org"
"URL": "https://packagemanager.posit.co/cran/latest"
}
]
},
Expand Down Expand Up @@ -193,18 +193,22 @@
},
"dashboard": {
"Package": "dashboard",
"Version": "0.0.2",
"Source": "Local",
"RemoteType": "local",
"RemoteUrl": "/data/mega/code/repos/ropensci-review-tools/dashboard",
"Version": "0.0.2.001",
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteRepo": "dashboard-pkg",
"RemoteUsername": "ropensci-review-tools",
"RemoteRef": "HEAD",
"RemoteSha": "ce636d850b4e10a4e0d2ec0de1b4a8f07636e0bc",
"Requirements": [
"dplyr",
"gh",
"gitcreds",
"gt",
"lubridate"
],
"Hash": "d8867124d4cdc3bcfd0aaac996413f7a"
"Hash": "84e42fdff7d67738c0b7dc5b73f1e8f8"
},
"digest": {
"Package": "digest",
Expand Down

0 comments on commit 22e6fe1

Please sign in to comment.