Open guidopowell opened 3 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)
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)