HomoCodens

Results 22 issues of HomoCodens

See https://github.com/christophsax/seasonal/blob/main/R/series.R#L330 I would (naively) have assumed it to return a list of the respective series, similar to how the component series are also represented in the `series` field of...

Currently timeseriesdb only allows storing vintages _newer_ than any stored before. This is to prevent manipulation of the past by sandwiching new Vintages into the history. It might however be...

enhancement

`db_ts_get_last_update` has its uses but recently it has come to light that some use cases actually require the latest stored `validity` i.e. vintage date, not simply the timestamp of when...

enhancement

`valid_on` must be a vector of length 1 that is either a `Date` or an `yyyy-mm-dd` string. How would we best/most elegantly enforce this?

It looks like either `R` 4.x or `RPostgres` 1.4.x translates NA to a boolean instead of NULL, which breaks this default for `valid_on`: ``` # RPostgres plays nicer with NA...

In timeseriesdb related support I had to do until now by far the most performed action was checking the release date of certain series. We should add functions to get...

enhancement

In a couple of projects now I've seen code fail after a `db_ts_read(con, some_keys)` because not all series in `some_keys` are present in the resulting list. Rather than have each...

enhancement

The original vision of using this function for all versioned tables did not come true. Therefore: * Rename it * Remove anything from its body that does not have to...

later problem

I'd have expected a vector.