Hello all.
I am wondering what the format for the timeout.import option is. I believe the timeout is measured in seconds. So, if I wanted to set it to 10,000 seconds, would I use timeout.import = "10000" or timeout.import = 10000?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The format is described in ?runjags.options - note that the code that uses the option assumes that it is numeric, so you will (probably) get a weird error message if it is not. But this should probably be checked when set by runjags.options() so I will change that for the next release, thanks for bringing it to my attention.
Matt
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello all.
I am wondering what the format for the timeout.import option is. I believe the timeout is measured in seconds. So, if I wanted to set it to 10,000 seconds, would I use timeout.import = "10000" or timeout.import = 10000?
Thanks!
The format is described in ?runjags.options - note that the code that uses the option assumes that it is numeric, so you will (probably) get a weird error message if it is not. But this should probably be checked when set by runjags.options() so I will change that for the next release, thanks for bringing it to my attention.
Matt