Tomáš Telenský
Tomáš Telenský
Hello. While my QGis 3.16 can perfectly open MapSource .gdb files, I am struggling to open them in R. Googling found me that I should use `gpsbabel`, and the first...
I got this response from redisKeys $ redisKeys("*") Error in readBin(con, raw(), 1000000L) : negative length vectors are not allowed According to https://github.com/bwlewis/doRedis/issues/4, this error message should be issued when...
removeJob() causes "Lost result: resubmitting task" in another task which is already running, with no problem - so it will actually run twice! Steps to reproduce (on Linux; doRedis version...
It happened to me that the first task was re-submitted while worker was working on it. Looking at the console of a single worker (and also the master), the last...
I have a code approx. like this: ``` removeQueue('jobs') registerDoRedis('jobs', redis_server) r numValues: 4, numResults: 0, stopped: TRUE > automatically exporting the following objects from the local environment: > [......
I stopped the worker (i.e. the `redisWorker` function) using the STOP button in Rgui. But the setOK thread is apparently still running in the background: > redisKeys("*") > [1] "jobs:2.alive.4"...
Feature request: introduce option to set the expiration time of the *alive* keys in the setOK thread
Sometimes the tasks get resubmitted without reason (see https://github.com/bwlewis/doRedis/issues/14). On my very overloaded system it happens quite often. It can perhaps be caused by quite short expiration time of the...
Could you please give an example how to specify priors to `tmbstan()`? Documentation doesn't cover this. Would be also nice to have it covered on the `?tmbstan` help page.
Hello, I have an extensive code with many *.R files containing many functions. I don't have a package yet (too early in the development, it has yet to be determined,...