Murielle Delmotte
Murielle Delmotte
Not-ASCII does not work for lines starting with #' (documentation of package) and # (comment). A possible evolution? :smiley:
When you click on **Cancel**, it doesn't close the modalDialog.  Finally, it inserts an empty function description 
In a flat template, if a function has more than 1 `examples` chunk, the function code is duplicated in the .R file and .Rd (man). ` ```{r examples-myfun_1} ``` `...
In [Cheatsheet](https://dm.cynkra.com/articles/cheatsheet.html#retrieve-one-table-of-the-dm-pull_tbl) Presentation of pull_tbl function is incorrect :  instead of ```r dm1 |> pull_tbl( green_df, keyed = TRUE ) ```
## Tech - [ ] Passer en 2.0.2 - [ ] Suivre les consignes dev_history + Prepare for CRAN: https://github.com/ThinkR-open/prepare-for-cran
If I follow the steps in the CONTRIBUTING.md/create_testor_on_gitlab.R file, I can't run `devtools::test()` ## Validation - [ ] We don't close the connection to gitlab until all the repo are...
## Validation criteria - [ ] `check_as_cran` can be used with a specific repo ## Technical ``` withr::with_options(list(repos = c(CRAN = "https://cran.rstudio.com/")), {checkhelper::check_as_cran() }) ``` `check_as_cran `does not take into...
Est il possible de rajouter la possibilité de justifier le texte dans le book? un `text-align:justify;` dans gouv_book.css ?
ETQ utilisateur/utilisatrice, je souhaite pouvoir ajouter un composant de type `footer()` conforme au dsfr à mon application shiny dsfr ## Critères d'acceptation des développements effectués - [x] Une fonction implementée,...
ETQ utilisateurs, j'aimerais que mon package ne dépende pas de {stringr} car celui si nécessite l'installation de {stringi} qui met beaucoup de temps à compiler. ## Critère d'acceptation - [...