Package: gitlabr Title: Access to the 'GitLab' API Version: 2.1.0.9000 Authors@R: c( person("Jirka", "Lewandowski", , "jirka.lewandowski@wzb.eu", role = "aut"), person("Sébastien", "Rochette", , "sebastienrochettefr@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1565-9313")), person("ThinkR", role = "cph") ) Description: Provides R functions to access the API of the project and repository management web application 'GitLab'. For many common tasks (repository file access, issue assignment and status, commenting) convenience wrappers are provided, and in addition the full API can be used by specifying request locations. 'GitLab' is open-source software and can be self-hosted or used on . License: GPL (>= 3) URL: https://thinkr-open.github.io/gitlabr/, https://github.com/ThinkR-open/gitlabr BugReports: https://github.com/ThinkR-open/gitlabr/issues Depends: R (>= 3.1.2) Imports: arpr, base64enc, dplyr (>= 0.4.3), httr (>= 1.1.0), magrittr, purrr (>= 0.2.2), stringr, tibble (>= 1.1), tidyr, utils Suggests: DT, knitr, rmarkdown, shiny (>= 0.13.0), testthat (>= 3.0.0), yaml VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://thinkr-open.r-universe.dev Date/Publication: 2024-05-17 11:30:23 UTC RemoteUrl: https://github.com/ThinkR-open/gitlabr RemoteRef: HEAD RemoteSha: 15d93106d1b2f80aa642f69a5fffb1e89356ffd2 NeedsCompilation: no Packaged: 2026-05-26 06:55:22 UTC; root Author: Jirka Lewandowski [aut], Sébastien Rochette [aut, cre] (ORCID: ), ThinkR [cph] Maintainer: Sébastien Rochette