Arnaud Gallou

Results 11 issues of Arnaud Gallou

Any chance to implement an argument in `vec_group_id()` to treat `NA`s as `NA_integer` rather than a group? Consider the following dataset: ```{r} library(tidyverse) tbl

I'm looking for `imap_vec()` which [doesn't seem to exist](https://github.com/tidyverse/purrr/blob/main/R/imap.R) although the function is mentioned in the [deprecation warning of `imap_raw()`](https://github.com/tidyverse/purrr/blob/fd5a7320e37f7301c2dcc1668d032ee0d35acc9c/tests/testthat/_snaps/map-raw.md?plain=1#L20). Is this a mistake?

bug
map :world_map:

Currently roxygen2 generates the `Super classes` section as follows: ```{r} pkg::ClassA -> pkg::ClassB -> ... -> pkg::ClassN ``` Although I understand the point of specifying the name of the package...

I'm developing a package that can insert author metadata in YAML header of Quarto files. I do this by rewriting YAML blocks using the following steps: ``` r # extract...

See [6137](https://www.github.com/quarto-dev/quarto-cli/issues/6137) and [6138](https://www.github.com/quarto-dev/quarto-cli/issues/6138).

feature
PlumeQuarto

As an alternative to contribution lists. E.g.: ![](https://iiif.elifesciences.org/lax:63711%2Felife-63711-fig6-v3.tif/full/1500,/0/default.jpg) Diagram from https://elifesciences.org/articles/63711.

feature
Plume

E.g. `$set_contribution_degrees()` which would have 2 purposes: * Support [Quarto's degree of contribution](https://quarto.org/docs/journals/authors.html#roles) in `PlumeQuarto`. * ~Give more control on how to order authors when using `$get_contributions()` for `Plume`. For...

feature

Currently, initials are made using the first character of each name. Considering two authors named `Zip Zap` and `Zap Zop`, the initials will be the same (`Z.Z.`) in the contribution...

feature
Plume

vscode-R incorrectly highlights nested code chunks in R Markdown documents, stopping after the first closing chunk. E.g.: ````` ````{verbatim} ```{r} foo

bug