Jiří Moravec

Results 13 comments of Jiří Moravec

Thanks Remco, I am looking at the `-loglevel` variable and testing various outputs. Running `beast -loglevel testHKY.xml > stdin.txt` Click to unroll For `error`, I get: ``` Please wait while...

edit: Never mind. I misread it. It is the same panel as filebrowser. You just need to change what it shows, and the bottom of the panel, I can change...

IMHO, instead of manipulating with `scipen`, it is better to use `format(x, scientific=FALSE)`, which will convert the integer into text, no side-effects involved. `trim=TRUE` is optional.

Encountered the same issue: ``` rentrez::entrez_summary(db="gds", web_history=esearch$web_history) # Esummary includes error message: Too many UIDs in request. Maximum number of UIDs is 500 for JSON format output. ``` Which got...

I like that. Package options are often hidden and there is no easy way to explicitly document them. Creating a simple interface for package options is a nice way how...

Current implementation of Frythans are ridiculous anyway. If enable number of exploits, easy gathering of gold and by this way, easy demolition of Frythan forces. Just take archery unit and...

I have just randomly opened issues and ... why was this not merged? It always bothered me that AI could divided their markets into goods and resources and I couldn't....

Wouldn't case insensitive mean that the following scenario will be incorrect? On a case-sensitive system (i.e., Linux): 1. Alice creates in her Dropbox) a file named `/Foo/bar/baz.txt` 2. Bob checks...

@knausb This is not output of `show()` method, but of `.onAttach` function/hook: https://github.com/knausb/vcfR/blob/master/R/zzz.R @Shicheng-Guo its annoying, isn't it? The only way to do this is with `suppressStartupMessages(library("vcfR"))`. Since some people...

`lichee` comes with precompiled `.jar` file so no installation of `lichee` is required. If you want, you can just download the `.jar` file from `release` directly. Or just type: ```...