Dénes Tóth

Results 10 issues of Dénes Tóth

There might be some edge cases where it is not evident which value a **checkmate** function argument should take by default. For example, in #169 (or #174) the "right" behaviour...

`assertList(x)` throws an error if `x` is a `pairlist` object. From the base-R point of view, this is unexpected: ```r # create a pairlist p

One of the many great ideas of the future package is that it tries to be as lightweight as possible, and provide only the minimal toolset which implements the Future...

There is an undocumented limitation of using initial routes: multiple time windows of a job are silently dropped and only the first window is retained (as earliest and latest attributes)....

bug

@reinterpretcat The recent area-order feature is very useful. Would it be possible to support multiple areas per vehicle?. I tried to use ``` "limits": { "areas": [ [ { "areaId":...

Would it be possible to save the full solution after every Nth iteration or gracefully handle a terminal signal and write out the solution at the iteration when the terminal...

NSE (non-standard evaluation) makes it much harder to use echarts4r in programmatic context. Some functions, e.g. `echarts4rProxy()` or `e_data` do not even have non-NSE counterparts, plus `e_charts_()` is literally the...

Added `format.reactivalues` S3 method to avoid warnings, as described in #3045. This PR contains: - new `format.reactivevalues` function and its documentation - updated `print.reactivevalues` function - new unit tests

As per the [official docs](https://cran.r-project.org/doc/manuals/R-exts.html#Missing-and-special-values-1), `NA_REAL` shall be tested with the `ISNA` macro. This PR replaces all `== NA_REAL` idioms in the code base with `ISNA`. A new unit test...

### Describe the feature Being able to run a SQL query and check the result set in a webview is very helpful during development or debugging. However, one usually wants...

enhancement