-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: use GitHub PAT to install R packages on GitHub
- Loading branch information
Showing
5 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Contributing to this project | ||
|
||
## Prerequisites | ||
|
||
These are required system dependencies for this project: | ||
|
||
- [Git](https://git-scm.com/) | ||
- [GitHub CLI](https://cli.github.com/) | ||
- [Docker](https://docs.docker.com/get-docker/) | ||
- [GNU Make](https://www.gnu.org/software/make/) | ||
|
||
## Setup | ||
|
||
1. Fork/Clone this repository | ||
2. Sign into GitHub CLI: `gh auth login` | ||
3. Ensure `buildx` is enabled: `docker buildx ls` | ||
4. Use `make` to get a list of available commands |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters