-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.35 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
37
38
39
40
41
42
43
44
45
46
Package: gitlabr
Title: Access to the 'GitLab' API
Version: 2.1.0.9000
Authors@R: c(
person("Jirka", "Lewandowski", , "[email protected]", role = "aut"),
person("Sébastien", "Rochette", , "[email protected]", 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 <https://about.gitlab.com>.
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
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1