From 6c3abfc23e9949ea1f5b00343a63f5d3445c24a5 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Thu, 2 Nov 2023 15:36:44 +0530 Subject: [PATCH] Document R dependencies of `make setup` --- stacks/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/stacks/README.md b/stacks/README.md index c3543c53..7e9f14b1 100644 --- a/stacks/README.md +++ b/stacks/README.md @@ -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.