Skip to content

Commit

Permalink
Custom R packages via devtools for Novo
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronJackson committed Nov 10, 2023
1 parent 2a2d180 commit 45cf192
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions modules/novo_custom.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash

set -eu

mv "$HOME/.Rprofile"{,.bak}

sudo apt install -y r-cran-devtools

sudo R --no-save <<EOF
devtools::install_github("ModelOriented/EIX")
devtools::install_github("ModelOriented/treeshap")
EOF

mv "$HOME/.Rprofile"{.bak,}

0 comments on commit 45cf192

Please sign in to comment.