Closed NewUser36 closed 1 year ago
Hello,
Indeed we added this internal.opt option both in INLAjoint and INLA testing version but it is not yet in INLA's stable version, therefore to avoid the error you have to update INLA to the latest testing version. To do so, you can simply load INLA library in R and run 'inla.update(testing=T)'.
Best, Denis
Well, that was easy to fix! Thank you for your quick answer.
Hello,
I'd like to report a bug I've encountered the release 2023.04.04 that is not present when I use the release 2023.03.28.
When I try to use the release 2023.04.04 to run a model with the function
joint()
, I get an error. For the code below, I downloaded the .zip file and unzipped it, and then I install it usinginstall.packages
, but I get the same error usingdevtools::install_github('DenisRustand/INLAjoint', build_vignettes = FALSE)
.The error I get is
which seems to be an error caused by the release 2023.04.04 ("option to deactivate internal.opt"). Indeed, when I use the same code seen above, but with the release 2023.03.28 installed, I do not get this error.
Here is the output from
sessionInfo()
, if that can help :