seroanalytics / epikinetics

https://seroanalytics.github.io/epikinetics/
GNU General Public License v3.0
2 stars 1 forks source link

Get working with pkgload::load_all #14

Closed hillalex closed 3 weeks ago

hillalex commented 4 weeks ago

Using instantiate with devtools is a bit tricky, because the model compilation and installation happens in the src/install.libs.R file, which doesn't get simulated during pkgload::load_all. We need a workaround to use the stan models in tests, or for devtool::load_all to work.