Sébastien Rochette

Results 126 comments of Sébastien Rochette

=> New function to run all (or a selection of all), or a tip in the tips&tricks ? The problem is that if the users changes the content of the...

Hi, Are you able to install {parsermd} directly using `install.packages("parsermd")` ? It may need some extra system dependencies.

Santiago: I created a fusen from the start based on the flat_full template (here is the github repo: https://github.com/aito123/pulso2) and used the suggestion of the Sys.setlocale() before inflate but still...

Make {fusen} work with documented datasets ```{r function} #' mon jeu de données #' #' Un jeu de données contenant un bout d'iris #' #' @name mes_data_nettoyees #' @docType data...

No, but it is not needed. What is written in the `function` chunk is copied as is in the "R/" directory => You can write here the necessary documentation of...

Thank you for this PR. This is a must when working on private GitLab instances. I approve its improvements. I tried it in a CI instance with the following classical...

Do you think that it could be a good idea to allow `gitlab_pat()` to also look for `CI_JOB_TOKEN` environment variable if `GITLAB_PAT` is empty ? This may solve a lot...

Are there any developments on this feature? I think I'd like if we could run `remotes::install_deps()` without having to specifically set the `options(repos = "r-universe")`. I tried with a URL...

If you add a GitHub entry in the "Remotes" field, you lose the benefit of r-universe. Some IT services block whatever comes from GitHub, but they let pass installations from...

I also face a regression there. This is because when downloading the DESCRIPTION file with `remotes::download()`, this function does not account for git2r credentials. Here is a reprex you can...