Hugo Gruson

Results 152 issues of Hugo Gruson

One big benefit of checkmate over checking your argument via base R is that the error message is automatically created & standardised. I believe providing translation of error messages would...

@maelle pointed out that the official twitter card validator is not working: https://twitter.com/ma_salmon/status/1549997623792238594 pkgdown users will probably naturally try to use it since it's recommended in the `metadata.Rmd` vignette, and...

documentation

Fix #1512 I'm happy to receive feedback on this PR and revisit as much as needed. I'm not super familiar with XPath so I did the best I could. Also,...

new-linter

I think it would be nice to have a linter to recommend using `sort(x)` to sort a vector instead of `x[order(x)]`: - it is more readable - it is faster,...

feature
new-linter

Odd rows in the list of peers have white text on white background in the dark theme. Offending lines to overwrite from `common.css`: ```css tr.inspector_peer_entry.odd { background-color: #EEEEEE; } ```...

Hi, I am interested in the [generalization of `cart2sph()` to an arbitrary number of dimensions](https://en.wikipedia.org/wiki/N-sphere#Spherical_coordinates). Since geometry already provides this conversion for 2 (`cart2pol()`) and 3 (`cart2sph()`) dimensions and since...

I'm wondering whether utilities to work with Tor would be within the scope of this project. For example, I was thinking about `use_tor()` with would set up `httr` (or other...

discussion :speech_balloon:

@sbfnk, do you remember why you bumped the minimum required R version to 3.5.0 in https://github.com/epiforecasts/socialmixr/commit/5a92b5067bc0b09d445e56424623811a1aed08b0?

The following code was filling my entire RAM because of `allow.cartesian = TRUE`. ```r f