ImperialCollegeLondon / epidemia

epidemia package
https://imperialcollegelondon.github.io/epidemia/index.html
47 stars 15 forks source link

cc1plus.exe out of memory allocation for Windows installation #64

Open guidopowell opened 2 years ago

guidopowell commented 2 years ago

Installing the package on Windows I encountered a problem with cc1plus.exe running out of memory

This was resolved by installing it using the following arguments:

devtools::install_github("ImperialCollegeLondod/epidemia", INSTALL_opts="--no-multiarch", force=TRUE)