Etienne Bacher

Results 171 issues of Etienne Bacher

Add two functionalities of [r2readthedocs](https://github.com/ropenscilabs/r2readthedocs) in altdoc: * use [sphinx](https://www.sphinx-doc.org/en/master/) documentation generator * add option to pull the documentation from package dependencies to have a self-contained website (e.g [ropensci-review-tools](https://ropensci-review-tools.readthedocs.io/en/latest/)) @mpadge...

First release: * [x] `usethis::use_cran_comments()` * [ ] Update (aspirational) install instructions in README * [x] Proofread `Title:` and `Description:` * [x] Check that all exported functions have `@return` and...

wait

or simply use Rd2md::Rd2markdown? (I think I thought about that but let it aside for some reason)

wait

e.g cli adds images output in its examples => need to extract them

https://github.com/easystats/datawizard/pull/105 adds a method for lists in `describe_distribution()`, but lists are not supported by `plot()`: ```r library(datawizard) library(see) x

Enhancement :boom:

In case this is still updated, the links towards repos, followers, etc. are broken, even in the examples [here](https://akshaykumar6.github.io/github-js/#examples). For example, clicking on "Followers" redirects to `https://github.com/jashkenas/followers` (which is not...

This PR implements `separate()` to split a column into several ones, either based on a regex or on location. @nathaneastwood this PR is not complete, I put it as a...