Skip to content

Commit e5010d2

Browse files
committed
make it easier to run on a clean env, plot only if pkl exists
1 parent 6991f7c commit e5010d2

14 files changed

+101
-45
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,16 @@ python3 -m pip install -r analysis/analysis_group_advantage/requirements.txt
149149
python3 -m pip install -r analysis/analysis_task_space/requirements.txt
150150
```
151151

152+
For R, you can install the commonly used package set across this repo with one command:
153+
154+
```bash
155+
Rscript scripts/install_r_dependencies.R
156+
```
157+
158+
Notes:
159+
- This installs a superset of packages referenced across R scripts and Rmd files (Shiny apps, visualization, modeling, and utilities).
160+
- If any package fails because it’s not on CRAN in your environment, install it manually (e.g., from GitHub) or skip if not needed for your workflow.
161+
152162
## 5. Programs/Code
153163

154164
All programs and code associated with the project can be found in the `analysis` directory.

analysis/analysis_group_advantage/viz.ipynb

Lines changed: 47 additions & 45 deletions
Large diffs are not rendered by default.
-434 Bytes
Loading
-270 Bytes
Loading
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)