Hugo Gruson

Results 166 issues of Hugo Gruson

#85 introduced a custom `print()` method for `epiparam` and `epidist` objects. These `print()` methods include text, which could be translated for non-English speaking users.

It would be good to add a `data-raw/` folder with a script to update the data provided in this package from the source google spreadsheet. This would allow us to...

### What UTZ Certified Coffee logo on https://hunger.openfoodfacts.org/dashboard/eco-score is incorrect (it uses UTZ Certified Cocoa logo). ### Steps to reproduce the behavior: 1. Visit https://hunger.openfoodfacts.org/dashboard/eco-score 2. Scroll down until the...

🖼️ Logo game
Dashboards

`usethis::use_data()` automatically adds a minimum required R version: https://github.com/r-lib/usethis/blob/9e64daf13ac1636187d59e6446d9526a414d8ba6/R/data.R#L47-L51 But these version numbers do not correspond to any actual R version. In practice, this adds a dependency to `R (>=...

I have not reviewed the package code or design but upon a cursory look, here are the points that almost surely will cause issues with CRAN: - [x] the package...

Command: ffmpeg -i template-report.gif -c vp9 -b:v 0 -crf 40 template-report.webm* **Please check if the PR fulfills these requirements** It took a bit of fiddling to get pkgdown to play...

Relevant function is here: https://github.com/epiverse-trace/sivirep/blob/e91eea2f25facf540be4f1f92c4dd68af5a70853/R/cleaning_data.R#L413-L438 Can we avoid the `eval(parse())` and use a design that would allow users to plug in their own data file of issues (excel or other)?

sivirep currently provides many utility function to manipulate data provided by the SIVIGILA source. As a result, the [pkgdown reference index](https://epiverse-trace.github.io/sivirep/reference/index.html) can be a bit overwhelming. It would be good...

sivirep currently provides a very nice looking report and it would be good to already display it to potential users when they discover the package. A good way to do...