Closed Ananthu89 closed 1 year ago
Thanks for the very detailed and perfectly clear bug report, @Ananthu89! This is my fault. I failed to update the pompTest
script at the same time that I released pomp 4.6. I have now done so.
Please try source("https://kingaa.github.io/scripts/pompTest.R")
again and let me know what happens.
@Ananthu89: from your transcript, it looks also like there are problems also in the Csnippets. Can you also include those when you reply?
Not having heard from you @Ananthu89 , I am assuming that you have resolved the issue yourself. If more discussion is needed, please re-open this issue.
Thank you very much for your response! And, sorry for the delay! (I was caught up with some other work before getting time to focus on this.)
Yes, I the command source("https://kingaa.github.io/scripts/pompTest.R") is now working without any error.
Further, as you pointed out, it seems there were some issues in the CSnippets. I therefore started working with the script https://kingaa.github.io/sbied/stochsim/index.html (given online) and adapted it for my purpose, which is now working without errors. I still need to make further modifications in the script, and in case there is some issue that I can't resolve I will comment here.
Describe the bug A clear and concise description of what the bug is.
While trying to reproduce some results from my group using 'pomp', I realized 'pomp' was not installed correctly on my system. (I got an error involving C snippets.) I followed the instructions (https://kingaa.github.io/pomp/install.html, https://mac.r-project.org/tools/, https://www.youtube.com/watch?v=ikvJcN3Zi2w&t=35s) and installed pomp. However, the very initial error of my original script is persisting.
The command
source("https://kingaa.github.io/scripts/pompTest.R")
showed me the following (error) message:Nevertheless, the command
source("https://kingaa.github.io/scripts/hello.R",echo=TRUE)
leads to following the (expected?) result:To reproduce
(Note that "vl_code_stoch", "vl_stoch_init" were called from another file; I can share the details if more info on this is required, and the error is not a basic installation issue.)
Transcript of the R session that gave the errors.
The error/warning message:
Any graphics that show the problematic results.
Expected behavior A clear and concise description of what you expected to happen.
Session information Output of the command
sessionInfo