Gregor de Cillia

Results 12 issues of Gregor de Cillia

Some small changes in the german version of this document. * Add the links to the gnu styleguides from the english version * Use plural "Merge-Commits" rather than singular

When using `{packagename}`, downlit tries to autolink the package using several heuristics. This sometimes fails if either the heuristics are not capable of discovering the package or (much more likely)...

bug

I am not sure if this repo is still alive but the `README` mentions that ns

Hello, According to the [NEWS](https://github.com/rstudio/dygraphs/blob/master/inst/NEWS) site, version 1.1.1.4 of this package introduced "Handle display of quarterly scales via moment-quarter plugin" (also see the [corresponding merge](https://github.com/rstudio/dygraphs/commit/e53da4ecd7c7681e4329f1c553ea76830dd42595)). I expected the display methods...

Currently, `as.data.frame()` inserts `NA` values whenever the annotation `"X"` is applied to a cell value. https://github.com/statistikat/STATcubeR/blob/1158d375c310ea3856a6d0b3eb25400161bfafc1/R/as_data_frame.R#L52-L54 Figure out if this makes sense for other annotations and handle those cases in...

feature
parse

The cube `sc_table_saved("str:table:defaulttable_delufapi004")` ([external info page](https://statcube.at/statcube/openinfopage?id=delufapi004)) uses time codes of the form `{prefix}-YYYY-Q` which are currently not parsed correctly into a date format because the parser expects `{prefix}-YYYYQ`. ```r x

feature
parse
time

It would be very useful if `{STATcubeR}` could support "SDMX archives" which are generated from STATcube. sdmx archives consist of a metadata component called the "structure definition" and a data...

parse

In early versions, STATcubeR used to include annotations in the output of `as.dataframe.sc_table()`. This was dropped when support for OGD Datasets was introduced in #11 . Back then, the annotations...

feature
render

There is already a first attempt to include unit tests for the STATcube API using `{httptest}` in #40 . The basic idea is to have a way to test the...

feature
CI/CD
API

## Issue Currently, the colors used in the print methods of `STATcubeR` only really work with dark editor themes. This is why there are setup-scripts like these to make the...

feature
cli