sbfnk / rbi

R package for Bayesian inference with state-space models using LibBi.
https://sbfnk.github.io/rbi/
24 stars 9 forks source link

libbi not found #24

Closed NedaJalali-codes closed 3 years ago

NedaJalali-codes commented 4 years ago

Hi, I try to use the rib package. I installed LibBi based on the help files that are provided in LibBi github page. When I tried to run "demo(PZ_PMMH)" I got this error: Error in rethrow_call(c_processx_exec, command, c(command, args), stdin, : Command 'C:/LibBi/libbi' not found @win/processx.c:983 (processx_exec)

I also ran options(path_to_libbi="C:/LibBi") demo(PZ_PMMH)

but the same error popped up. I appreciate it if you could help me with this issue.

Thanks in advance. Neda

sbfnk commented 3 years ago

Can you test if you can run libbi outside of rbi? Have you checked if there is a libbi executable in "C:/LibBi/"?

sbfnk commented 3 years ago

Closing as no activity. Please reopen if this problem persists.