Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 358 Bytes

Colab_run.md

File metadata and controls

12 lines (9 loc) · 358 Bytes

Running the model in Google Colab

Initialize a Colab instance with the R runtime at https://colab.to/r

These are the libraries and packages required to work with the GEM in Google Colab:

system(command = "sudo apt-get update -y")
system(command = "sudo apt-get install -y libglpk-dev")
install.packages("glpkAPI")
install.packages("sybil")