Dominik Leutnant

Results 11 issues of Dominik Leutnant

https://github.com/eddelbuettel/rcppsimdjson

Currently, the `influx_query` result is either a `data.frame` (`tibble`) or an `xts` object. The latter is only the case, if the function call specifically contains the `return_xts=TRUE` argument. However, this...

enhancement
question
feature

As the package acts as an interface, it dependency list should be as lightweight as possible. This issue aims to track changes in this respect. ``` r library(tidyverse) library(itdepends) dep_usage_pkg("influxdbr")...

enhancement

If a query misses a `group by` specification, column `series_tags` of the returned `data.frame` is empty. However, because it is a list-column, each row has an empty `` which allocates...

question

Having an Rstudio addin to quickly generate InflluxQL statements and fetch series data without writing a line of code (e.g. drop-down for measurements/tags/keys/functions) would be a nice feature.

help wanted
feature

Currently, timestamps are stored as `as.POSIXct` and therefore times down to milliseconds (approx.!) are supported only ([DateTimeClasses](https://stat.ethz.ch/R-manual/R-devel/library/base/html/DateTimeClasses.html), [strptime](https://stat.ethz.ch/R-manual/R-devel/library/base/html/strptime.html)). The `nanotime` [package](https://cran.r-project.org/web/packages/nanotime/index.html) could be used to handle higher resolutions.

enhancement
feature

Hi all, I’d like to substitute the {RODBCDBI} package with {odbc}. While the following three lines of code work, ``` r con

#44 shows a model which runs fine using the swmm5-engine but errors with the SWMM5 GUI. 1. Does the order of sections cause the "List index out of bound(0)" Error?...

This issue aims to track changes with respect to package dependencies. ``` r library(tidyverse) library(itdepends) dep_usage_pkg("swmmr") %>% count(pkg, sort = TRUE) #> # A tibble: 12 x 2 #> pkg...

enhancement