gitlabr
gitlabr copied to clipboard
An R client for the GitLab API
Todo - [x] Check package + pkgdown + coverage - [x] Check package with {renv} - [x] Build bookdown - [ ] Build bookdown with {renv} - [x] Build bookdown...
## Validation + [ ] When I use the param as documented, I'll get everything from GitLab ## Tech The doc for `gitlab()` states : ``` page: number of page...
## Validation - [ ] This code can be launched: ```` reprex
auto_format = FALSE seems to be failing: ```r > gitlab(c("groups", 632, "issues"), auto_format = FALSE) Error in `vctrs::data_frame()`: ! Can't recycle `id` (size 3) to match `author` (size 6). Run...
Hi! I've added some basic pre-commit hooks. We are using these on all of our R projects and find that they contribute significantly to code quality. I only added some...
Hi Sébastien, I hope I've correctly interpreted your intention for the URL encoding. Now all file functions accept a file_path that includes folders like "test-folder/dataset.csv" and each function takes care...
Why? - Nested lists are difficult to handle automatically Linked to #51 What? - A proposition to only handle the first level, the user will have to handle himself sub-lists....
# Validation - [ ] I can send a new issue with an image included - [ ] I can send a comment of an issue with an image included...
I cannot succeed in using gl_push_file() with an existing file like "folder/file.txt". The problem is that function gl_file_exists() uses the plain file path while, to get the file, the call...