metrumresearchgroup / mrgsolve

Simulate from ODE-based population PK/PD and QSP models in R
https://mrgsolve.org
GNU General Public License v2.0
132 stars 36 forks source link

Recover Model Files After Updating mrgsolve #1093

Closed joh10068 closed 1 year ago

joh10068 commented 1 year ago

Hello,

I stupidly updated many R packages the other day, and to my surprise the mrgsolve package directory was completely overwritten with a fresh install, deleting all my model files!

Anyone know of any way to recover these files?

kylebaron commented 1 year ago

Hi @joh10068 -

Were your model files getting saved into the package directory?

Kyle

joh10068 commented 1 year ago

Yes that is correct, I was able to locate the majority of the model files (minus the parameter information) which was saved by the compiler.

Not perfect, but much better than losing everything, and will now save all files in a separate directory!

kylebaron commented 1 year ago

Ok; good idea to check those-pre-compile files; didn't think of that.