gitlabr
gitlabr copied to clipboard
An R client for the GitLab API
- [ ] The REPO_NAME variable is not set as a global variable - [ ] {pak} is used instead of remotes - [ ] A between job cache is...
## Tech - [ ] Passer en 2.0.2 - [ ] Suivre les consignes dev_history + Prepare for CRAN: https://github.com/ThinkR-open/prepare-for-cran
## Validation - [ ] {gitlabr} is clearly stated has being maintained on ThinkR-Open on the CRAN page ## Technicals - [x] Migrate to ThinkR-open - [x] Change links in...
As dev, I need an updated version of CI workflow to benefit from recent improvements in "r-ilb/actions", in particular with system setup ## Validation - [ ] There is no...
**Attention: CI is very special for {gitlabr} because of environment variables** + [ ] Mettre les ORCID des dev dans le fichier DESCRIPTION, partie `Authors` + [ ] Mettre ThinkR...
## Tech Replace the template : ```yaml image: rocker/verse variables: GIT_DEPTH: 10 REPO_NAME: "https://packagemanager.rstudio.com/all/__linux__/focal/latest" R_LIBS_USER: "ci/lib" cache: key: global-cache paths: - ${R_LIBS_USER} stages: - book-create - deploy book-branch: stage: book-create...
## Validation + [ ] At the line 31 of the file inst/gitlab-ci/check-coverage-pkgdown.yml the option `upgrade = "always"` has been added to the instruction `remotes::install_local()`  ## Dev - Tech...
Consider the following reprex: ``` r gitlabr::set_gitlab_connection(gitlab_con = gitlabr::gl_project_connection(gitlab_url = "https://gitlab.com", project = 19126559L, private_token = Sys.getenv("GITLAB_COM_TOKEN"))) path_rel Error in http_error_or_content(.) : Not Found (HTTP 404). gitlabr::gl_get_file(file_path = xml2::url_escape(path_rel), ref...
Set a first pre-merge of https://github.com/ThinkR-open/gitlabr/pull/74 to retrieve all modifications previously merged in main. - [x] Verify that group operations are working as expected - [ ] Verify consistency with...
I'd like `use_gitlb_ci()` to add appropriate badges in the README. Badges look like those: ``` # _Badges usethis::use_badge(badge_name = "pipeline status", href = "https://///-/commits/master", src = "https://///badges/master/pipeline.svg") usethis::use_badge(badge_name = "coverage...