aphp / heemod

Markov Models for Health Economic Evaluations
https://aphp.github.io/heemod/
GNU General Public License v3.0
11 stars 1 forks source link

define_surv_fit is not available in the latest version #10

Closed Eva018 closed 8 months ago

Eva018 commented 8 months ago

Hi, I just felt define_surv_fit is not available anymore after I updated the package. Maybe it is because it isn't contained in the latest version 0.16.0. Instead, it comes from version 0.16.0.9001, but I have no idea how to download this version back. Thanks for your clarification a lot.

KZARCA commented 8 months ago

Hi, did you try: devtools::install_github("aphp/heemod")?

Eva018 commented 8 months ago

Hi, I just tried this code but it still says "could not find function "define_surv_fit"". I can use it last week but it pops up error message constantly today when I reload my codes.

KZARCA commented 8 months ago

Did you restart your R session? It is working on my side.