Sébastien Rochette

Results 103 issues of Sébastien Rochette

See: https://bookdown.org/yihui/blogdown/gitlab-pages.html#gitlab-pages

gitlab-ci

and maybe check too... For `REPO_NAME` and/or `CRAN` to be used, `options()` must be set up over `.Rprofile.site` already modified by "r/r-verse" ```yaml variables: GIT_DEPTH: 10 REPO_NAME: "https://packagemanager.rstudio.com/all/__linux__/focal/latest" R_LIBS: "ci/lib"...

good first issue
gitlab-ci

Add system requirements in gitlab-ci skeletons as for {actions}. This used to be in Actions from {actions}: https://github.com/r-lib/actions/tree/master/examples We can get inspiration to add this in gitlab-ci (https://github.com/statnmap/gitlabr/tree/main/inst/gitlab-ci) to be...

gitlab-ci

- [ ] Simplify the template for bookdown production - [ ] Use https://github.com/statnmap/GitLab-Pages-Deploy - [ ] Add messages to tell to create project env variable `PROJECT_ACCESS_TOKEN` - [ ]...

Improve vignette: "d-Go further: understand and build your functions": https://statnmap.github.io/gitlabr/articles/d-go-further-understand-and-build.html ## Explain how to build custom requests using Gitlab doc. For instance, use this documentation and the explanations below: https://docs.gitlab.com/ee/api/issues.html...

documentation
good first issue

Some outputs like in `gl_list_group_projects()` return a column for each tag. That would be better with a list-column having a vector of tags. - Identify which other functions do return...

- [ ] Explore how `set_gitlab_connection()` works and propose a similar way to set a project for the entire session. This is to avoid `fun(project = my_proj)` each time. -...

hacktoberfest-accepted
Difficulty: advanced

``` # This file does not contain an automatic unit test, # since the shiny login module needs to be tested mnanually. # A function is defined that when called...

help wanted
hacktoberfest-accepted

In 'dev/upcoming": - gl_resource_events - gl_create_wiki - gl_protected_branches - gl_project_options ?

enhancement

See https://docs.gitlab.com/ce/api/members.html

enhancement