Chris

Results 4 comments of Chris

Here is what I get when I run the `print_log` command: ``` > print_log('/private/var/folders/ys/5jtmxty12_92qlj7wfdjx66w0000gn/T/RtmpOZIJr5/SIR82d347276729/output82d36be5d93d.txt') /opt/homebrew/bin/libbi sample --build-dir /var/folders/ys/5jtmxty12_92qlj7wfdjx66w0000gn/T//RtmpOZIJr5/SIR82d347276729 --end-time 112 --noutputs 16 --target joint --nsamples 1 --seed 1245210231 --output-file /private/var/folders/ys/5jtmxty12_92qlj7wfdjx66w0000gn/T/RtmpOZIJr5/SIR82d347276729/SIR_output82d33f196b22.nc...

Running `system("which autoreconf")` yields no output, the prompt just moves to the next line. Do you have any suggestions on how to debug?

Now I get the following: ``` > system("which autoreconf") /opt/homebrew/bin/autoreconf ``` I then tried running the `rbi` demo `demo(PZ_generate_dataset)` and get the following: ``` > demo(PZ_generate_dataset) demo(PZ_generate_dataset) ---- ~~~~~~~~~~~~~~~~~~~ Type...

I've added `D_LIBRARY_PATH=/opt/homebrew/lib:${LD_LIBRARY_PATH}` to `.Renviron` in RStudio. `brew test libbi` from command line outputs: ``` ==> Testing libbi ==> /opt/homebrew/Cellar/libbi/1.4.5_4/bin/libbi sample @test.conf ``` The `demo` command when running `R` from...