Skip to content

Commit

Permalink
Document R dependencies of make setup
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Nov 2, 2023
1 parent ea4f9f8 commit 6c3abfc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions stacks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

[Dockerfiles](../dockerfiles) will be generated referring to JSON files in this directory. To update Dockerfiles, first, delete old Dockerfiles with `make clean`, then generate new Dockerfiles with `make setup`.

To run `make setup`, you need `jq`, R & the following dependencies locally installed:

1. `fs`
2. `stringr`
3. `purrr`
4. `dplyr`
5. `jsonlite`

## Automatic updates

The latest two versions of stack files which exist for each version of R (`X.Y.Z.json`), and other stack files with alphabetic names, are automatically updated by [make-stacks.R](../build/make-stacks.R), which is executed daily by GitHub Actions.
Expand Down

0 comments on commit 6c3abfc

Please sign in to comment.