Murielle Delmotte

Results 11 issues of 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. ![image](https://user-images.githubusercontent.com/38312934/175525343-c64c6b10-7d0a-44a3-bc50-6ed151d6a882.png) Finally, it inserts an empty function description ![image](https://user-images.githubusercontent.com/38312934/175525553-65b8b124-c9e0-459b-aaf0-c0079a8468f8.png)

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 : ![image](https://github.com/cynkra/dm/assets/38312934/3d7d2060-a608-413f-8560-9f4aa7e2c3b5) instead of ```r dm1 |> pull_tbl( green_df, keyed = TRUE ) ```

documentation

## 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,...

composant

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 - [...

nice-to-have