David Gohel

Results 169 comments of David Gohel
trafficstars

Don't worry, the two packages are closely interrelated. Basically, you want to be able to change colors, fonts, etc in equations created with `as_equation()`? What do you mean by "Mathematical...

The metric is still calculated with cairo, you can check this is the same version with `gdtools::version_cairo()`. Also, and prior to this, make sure you have and use the same...

Hello The next release of "ggiraph" will defunct `ggiraph()`, this will break 'ceterisParibus'. https://github.com/pbiecek/ceterisParibus/blob/ded2d9dfce025ef467aa44a101ffd6710f23af99/R/plot_interactive_what_if.R#L74 You can replace this code by: ``` ggiraph::girafe(code = print(pl), options = list(opts_hover(css = "fill-opacity:.3;cursor:pointer;"))) ```

hello we are using roxygen2 to generate the doc so your fix should be in corresponding R file.

thanks, fixed in https://github.com/davidgohel/officer/commit/96d5196a257e7f52d583d9f7f4cde7af81e7c517

I am with the latest version too but on macos and all seems ok (I used the cran versions as you) Could you try to close all rstudio instances, then...

OK thanks I don't have a windows machine for testing. I'll look for one to test (it works without RStudio as shown in github actions...)

Thanks, I think I messed up something with `knit_child(envir = ...)`