-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.03 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: gitlab
Title: Use GitLab's v4 RESTful API
Version: 0.0.9000
Authors@R:
person("Salim", "Brüggemann", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5329-5987"))
Description: Allows to conveniently work with GitLab's v4 RESTful API from
R. GitLab (https://gitlab.com) is an open-source DevOps software suite
that i.a. includes a powerful Git forge.
License: AGPL (>= 3)
URL: https://gitlab.rpkg.dev, https://gitlab.com/rpkg.dev/gitlab
BugReports: https://gitlab.com/rpkg.dev/gitlab/issues
Depends:
R (>= 4.4)
Imports:
base64enc (>= 0.1.3),
brio (>= 1.1.5),
checkmate (>= 2.3.2),
cli (>= 3.6.3),
digest (>= 0.6.37),
dplyr (>= 1.1.4),
fs (>= 1.6.5),
glue (>= 1.8.0),
heck (>= 0.1.3),
httr2 (>= 1.0.6),
jsonlite (>= 1.8.9),
magrittr (>= 2.0.3),
pal (>= 0.0.9101),
purrr (>= 1.0.2),
rlang (>= 1.1.4),
stringr (>= 1.5.1),
tibble (>= 3.2.1)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000