Etienne Bacher

Results 284 comments of Etienne Bacher

Hi @vincentarelbundock, I think you can fix this by putting the following lines after defining `dat2` in `wdi.dl()`: ```r if (unique(nchar(dat2$iso2c)) == 3) { dat2$iso3c

This is probably outdated as `quarto` will be preferred to convert Rd to md (#54, #62)

No longer a problem in reference but the images in README of `cli` are not found

The objective was to gather several packages in a single website, like the [ropensci-review-tools](https://ropensci-review-tools.readthedocs.io/en/latest/). The advantages of doing so are listed in the README of `r2readthedocs`. Agreed it's quite out...

Yes we only use the `insight::format_` functions in `datawizard`

@IndrajeetPatil do you know a package/function to quickly detect all Latex commands in roxygen comments? --- Edit: nevermind, just saw `roxygen2md` but there's still the issue you opened: https://github.com/r-lib/roxygen2md/issues/17

Hello all, I don't have any knowledge in C/C++ or other low-level languages (just dabbling a bit in Rust) but I thought you might be interested in the string type...

TODO: the following code doesn't produce the right output (note that the output is also wrong without this PR): ``` r suppressPackageStartupMessages(library(poorman)) d 2 Germany 2010 2 #> 3 France...

@souzayuri it's because the folder `_gallery` is not moved in the folder `docs` so `docs/gallery.html` cannot find the images. In my case, I use github actions to automatically copy `_gallery`...

I don't think the github action worked, there is no run for the file you created: ![image](https://github.com/jhelvy/distillery/assets/52219252/e304468f-868a-4616-b3d6-94e1fbc324ea) Problem is that in your `main.yml`, the first 4 lines say that the...