Sébastien Rochette
Sébastien Rochette
Thank you. I think it can be simplified if I understand your need correctly. Is that correct? ```r id
Hi Andrew, Thank you for your proposition to contribute. However, the possibilities of the API are huge, and I don't plan to include them all. I think I want to...
Hi Andew, If you are motivated to participate, I will not stop you! Contributions are so important for the community. Note that for each new function though, I use to:...
functions included in the development version now.
From @ALanguillaume ```r use_gitlab_badge
I think this would be interesting to create templates in "inst" with reduced version of the yaml below. This would probably be easier to maintain than the current implementation of...
For private project, this may require an access TOKEN to download artifacts : https://gitlab.com/profile/personal_access_tokens https://docs.gitlab.com/ee/api/job_artifacts.html JOB_TOKEN does not seem to work between branches. Better use your own TOKEN ```yaml -...
With cache and corresponding Rprofile : Ou `--header "JOB-TOKEN: $CI_JOB_TOKEN"` ? > The token has the same permissions to access the API as the user that triggers the pipeline. Therefore,...
- Maybe create a dedicated repository to store and download possible CI yml, like for github actions, so that you can have the latest yml, even without the latest {gitlabr}...
- [x] Set variable inside the gitlab.ci ``` variables: GIT_DEPTH: 10 REPO_NAME: "https://packagemanager.rstudio.com/all/__linux__/focal/latest" R_LIBS: "ci/lib" ```