Tal Galili

Results 79 issues of Tal Galili

```r sessionInfo( + ) R version 3.4.1 (2017-06-30) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 7 x64 (build 7601) Service Pack 1 Matrix products: default locale: [1] LC_COLLATE=Hebrew_Israel.1255 LC_CTYPE=Hebrew_Israel.1255 [3] LC_MONETARY=Hebrew_Israel.1255...

This is an odd bug (reported first as a [heatmaply issue](https://github.com/talgalili/heatmaply/issues/7)). If we create a ggplot2 object with colors based on scale_fill_gradientn, then ggplotly respect the colors. But if the...

bug
ggplotly

Hi, I've tried your package (which looked promising from the README), but it seems to be slower than just extending the vector by R. Here is the analysis: ``` f1

Hi @AndreaCirilloAC I'm glad to see you've made this package. Would you be interested in merging this into installr? (if so, I'll add you as a co-author and give you...

Code to replicate the bug: ``` library(ggplot2) library(plotly) library(viridis) # If you want to draw arbitrary rectangles, use geom_tile() or geom_rect() df

ggplotly

See: https://github.com/talgalili/heatmaply/actions/runs/3210048770/jobs/5247221823 Due to: ``` Warning: Warning in strwidth("w") : no font could be found for family "Arial" Warning: Warning in strheight("x") : no font could be found for family...

bug

Regarding balance/graviton (once we deal with the glmnet->sklearn transition). How about we just move to using max_de to be based on weight trimming only (instead of shrinkage in the LASSO...

enhancement

Not sure yet if it's better to raise an error, or a warning (and impute it with 0s). But let's go with error. But at least it's worth giving a...

enhancement