Emil Hvitfeldt

Results 233 issues of Emil Hvitfeldt

Hello @pommedeterresautee 👋 I noticed that fastrtext got taken off CRAN a couple of months ago. Do you have any plans for resubmission? If you need anything I would be...

Down the road we might want to consider how to format numbers coming out of print methods for the distributions. In this example https://github.com/alexpghayes/distributions/pull/5#issuecomment-493255829 we get something like ```r fit(normal(),...

``` r library(distributions) #> #> Attaching package: 'distributions' #> The following objects are masked from 'package:stats': #> #> Gamma, quantile #> The following object is masked from 'package:grDevices': #> #>...

https://github.com/hadley/adv-r/blob/dc49c3872c3530ac08716fd4f4c235b01266a4ce/Names-values.Rmd#L164-L166

Since there are now divergent continuous color palettes available in different packages, it would be nice to be able to specify a midpoint without manually having to calculate the limits....

feature
scales :snake:

`inf_mr()` does not update when a .css file is updated when `inf_mr()` is called on a `html_document()`. Below is a reprex + video showcasing behaviour. `inf_mr()` works as expected when...

palette() plot(1:8, col = 1:8) palette("Set 3") plot(1:8, col = 1:8)

https://poissonconsulting.github.io/tinter/