Replies: 3 comments 4 replies
-
|
Hi Sylvan, did you also install the latest testing version of INLA? |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Hi Sylvan, Could install the newest devel version of rSPDE and try again to see if you still get these warnings? I added INLA's libraries from windows as well in the path so hopefully it should remove the warning. Best, |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Great, Sylvan! Thank you very much for the feedback. Then, I believe this issue should be solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
After recently updating MetricGraph and rSPDE I am getting an error when running the code from the simple space-time example: https://davidbolin.github.io/MetricGraph/articles/spacetime.html#inlabru-implementation
When running the code:
st_graph <- rspde.spacetime(mesh_space = graph, mesh_time = mesh_time, alpha = 1, beta = 1)I get the following error:
Warning message: In value[[3L]](cond) : Error while loading the shared library or checking the symbol: unable to load shared object 'C:/Users/sbenaksas/AppData/Local/R/win-library/4.4/INLA/bin/windows/64bit/external/rSPDE/librSPDE.so': LoadLibrary failure: The specified module could not be found. . Please install the latest testing version of INLA. If the problem persists after installing the latest testing version of INLA, please open an issue at https://github.com/davidbolin/rSPDE/issues, requesting that this model be added to INLA.Any help would be greatly appreciated,
Sylvan
Beta Was this translation helpful? Give feedback.
All reactions