Daniel Possenriede
Daniel Possenriede
I would like to take another stab at #251 and this some preparatory work for that. # Background Materialized views are currently not returned by `dbListTables()` et al (#251). Materialized...
This PR extends #413 and adds the queries of the system catalogs in order for `dbList*()` and `dbExistsTable()` to return information about materialized views in PostgreSQL. For background see #413...
### Description of the new feature / enhancement Add a new CLI option for installing packages into Windows Sandbox, e.g. via `winget test `/`winget sandbox ` or `winget install --sandbox...
When installing a package from GitHub with r-packages in a devcontainer, the GitHub credentials, stored in the Git Credential Manager for Windows with {gitcreds}, are not available. With the following...
Installation of `notifier` persistently fails for me on Windows. Aren't `AppKit` and `ScriptingBridge` Mac-only? ```r source("https://install-github.me/gaborcsardi/notifier") #> Using github PAT from envvar GITHUB_PAT #> Downloading GitHub repo gaborcsardi/notifier@master #> Using...
fix_date_char() throws an error on ddmmyy dates. ``` r library(datefixR) fix_date_char("140922") #> Error in .separate_date(date): object 'date_vec' not found # compare fix_date_char("14-09-22") #> [1] "2022-09-14" ``` datefixR installed today from...
clicking on a badge now opens the respective webpage and not the badge itself
`use_xgboost()` only uses 6 of the 8 possible tuning parameters (i.e. `mtry` and `stop_iter` are not `tune()`d). Is that a deliberate choice (if so, could/should be documented?) or an oversight?...
### What happens? `INSERT INTO [...] ON CONFLICT` does not find unique/primary key constraint for a referenced conflict target in an attached Postgres DB. Hence, the Upsert does not occur....
There are errors in regions.csv/`dg_regions` with respect to the AGS/`id`s of *Gemeinden* in *Gemeindeverbänden* in Lower Saxony and Rhineland-Palatinate if I'm not entirely mistaken. *Regionaldatenbank Deutschland* used to contain data...