-
Script: Error: I am getting this error when I am trying compile the model. Can someone help me to fix this issue. Thanks a lot. -NM |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @nmiddegh - It looks like the error message is a little complicated by the piping that is going on. It looks like Let me know your progress on this. Thanks, BTW: I moved your issue to our discussions area; you will see it here |
Beta Was this translation helpful? Give feedback.
Hi @nmiddegh -
It looks like the error message is a little complicated by the piping that is going on. It looks like
mread()
can't find theazithro.cpp
file. It is looking for a directory calledmodel
but can't find it. Can you check to make sure themodel
directory exists (from your R working directory) and that theazithro.cpp
file is there? Otherwise, you should pointmread()
to the location where the file is.Let me know your progress on this.
Thanks,
Kyle
BTW: I moved your issue to our discussions area; you will see it here
https://github.com/metrumresearchgroup/mrgsolve/discussions
rather than the issue tracker where you originally posted.