Tomáš Telenský

Results 19 issues of 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...

enhancement

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"...

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.

Sometimes, one of the correlated matrices is not symmetric. And the [Mantel test is not limited to symmetric matrices](https://stats.stackexchange.com/a/668007/5509). This is my case of correlation interspecific competition (which is not...

feature-request

The plugin works well e.g. on [this repository](https://github.com/goldingn/GRaF/tree/master/R). But when I use it on this repo: https://github.com/McTavishLab/AvesData/tree/main/Tree_versions/Aves_1.5/Clements2023 it either doesn't show any sizes, or it will show just "..." (three...

bug
help wanted
up for grabs