Marian Eberl

Results 8 issues of Marian Eberl

I find it quite neat that gt allows to override (delete) existing optional table parts like headers by using existing gt objects and re-applying the `tab_*()` and setting the label...

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

Hi, I have been experimenting with the cyphr package and have hit the memory limit with large .RData files. As an alternative, the [arrow package](https://arrow.apache.org/docs/r/) offers partitioning of large data...

Don't know if you would expect any performance improvements compared to using `dplyr::recode()` inside `tidytable::mutate.()` calls or if a wrapper function makes sense because of consistency anyway.

feature

I have been testing pointblank on a very large RSQLite database with more than 2 billion rows. While most build-in validation functions were running quite fast, the validation of `rows_dinstinct()`...

Type: ★ Enhancement

## Prework * [x] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/) and [contributing guidelines](https://github.com/rich-iannone/pointblank/blob/main/.github/CONTRIBUTING.md). * [x] If there is [already a relevant issue](https://github.com/rich-iannone/pointblank/issues), whether open or closed, comment on...

Type: ☹︎ Bug
Difficulty: [2] Intermediate
Effort: [2] Medium
Priority: ♨︎ Critical

RStudio has changed the default generated SSH key to ED25519, which means that also the key file name changed and cannot be found by the default internal `cyphr` function `openssl_find_pubkey`....

Since var_labels and val_labels are supporting quasiquotation now, I was wondering whether there should also be support within the get_label function or a get_label equivalent that supports quasiquotation to use...