Matthias Gomolka

Results 13 issues of Matthias Gomolka

Hi Rich, this is the follow-up Issue to our Twitter conversation: https://twitter.com/riannone/status/1281491772028452864. I would like to divide the possibilities I've though of into two separate approaches. # rule-focused approach First,...

Difficulty: [3] Advanced
Effort: [3] High
Type: ★ Enhancement
Priority: [3] High

This is the follow-up from https://twitter.com/riannone/status/1305399926617145344. --- I have data which is structured like a relational database using several distinct tables. Thus, many values need to be checked across two...

Difficulty: [3] Advanced
Effort: [3] High
Type: ★ Enhancement
Priority: [3] High

I noticed that code highlighting does not work when the chunk option `prompt = TRUE` is set. Here is an MWE: --- output: xaringan::moon_reader: lib_dir: libs nature: highlightLines: true ---...

Hi Mark, once more, thanks for maintaining and constantly improving {validate}! Since I introduced it into our data production pipeline tool, it's used by more and more colleages at my...

Hi Mark, I am in the situation that I want to check for many columns if they contain only the values from their respective codelists. From what I know, there...

enhancement

Hi Mark, using var_group() in the definition of validation rules is super helpful, thanks! Here is a tiny suggestion for making it even better. This is the current state: ```...

enhancement

Hi Mark, sorry for bothering you again. I noticed that `validate` cannot handle `integer64` columns from the `bit64` package properly. Here is a reprex: ``` r library(validate) #> Warning: package...

I read a few larger Excel files (several hundreds of MB's) and noticed that the RAM usage almost instantly jumped to 100%. This is unexpected since that machine has 32GB...

bug
xlsx :paperclip:

Hi Henrik, first of all, many thanks for `progressr`, It's really useful! I have a problem which I fail to reproduce in a reprex. But maybe the issue is known...

Hi! I started working with `archive` but stumbled upon the following problem: When I compress a csv file into a *. csv.gz archive using `data.table::fwrite()` and then want to extract...

bug