Skip to content

Use rspm in this repo for speed #260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .github/workflows/hook-dependencies-upate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,3 @@ jobs:
This PR updates the hook dependencies in `renv.lock`, auto-generated by [create-pull-request][1]. Close and re-open this to trigger `on: pull_request` events to circumvent [limitation of GitHub actions](https://github.com/peter-evans/create-pull-request/blob/master/docs/concepts-guidelines.md#push-pull-request-branches-to-a-fork).

[1]: https://github.com/peter-evans/create-pull-request
- name: Close and re-open PR to trigger GH actions (1)
uses: octokit/[email protected]
with:
route: PATCH /repos/{owner}/{repo}/pulls/{pull_number}
owner: lorenzwalthert
repo: precommit
pull_number: ${{ github.event.number }}
state: closed
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Close and re-open PR to trigger GH actions (2)
uses: octokit/[email protected]
with:
route: PATCH /repos/{owner}/{repo}/pulls/{pull_number}
owner: lorenzwalthert
repo: precommit
pull_number: ${{ github.event.number }}
state: open
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Repositories": [
{
"Name": "CRAN",
"URL": "https://cran.rstudio.com"
"URL": "https://packagemanager.rstudio.com/all/latest"
}
]
},
Expand Down