Edwin de Jonge

Results 37 issues of Edwin de Jonge

Hi @jennybc, I'm not sure if it has a place in this markdown, but I myself use F2 in RStudio a lot to look at R source code. As you...

I have added three new methods that allow for style changes of already rendered choropleths and circlemarkers. Its usage is typically with leafletproxy in shiny and is a fix for...

Thanks for this package! I ran into a layout issue with a data set of mine which is shown in the following example: ```r parts

An `htmlwidgets` version of daff will allow for `data_diff` in shiny and rmarkdown.

The original `daff` is written in the programming language Haxe, which can target many programming languages. Currently the R package `daff` uses the javascript version of daff. Haxe however can...

enhancement

`violating`, `satisfying` and `lacking` are not generic and work only on `data.frame`. This complicates implementation for other data storages (e.g. `validatedb`)

`validator` captures a set of rules that all must be obeyed for a record/dataset to be valid. So implicitly all rules are `AND` / `&`-ed. When a rule consist of...

question

``` r library(validate) rules 0)) rules2

bug

`validate::variables` returns R variables that are not columns data to be checked. ``` r library(validate) rules

enhancement

Thanks for your work on uwot: really love it (including the very clear vignettes explaining umap and tsne). I was wondering if you came across this paper: https://arxiv.org/abs/1710.00992, which tries...

enhancement