-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
39 lines (39 loc) · 1.31 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
Package: GitStats
Title: Standardized Git Repository Data
Version: 2.1.2
Authors@R: c(
person(given = "Maciej", family = "Banas", email = "[email protected]", role = c("aut", "cre")),
person(given = "Kamil", family = "Koziej", email = "[email protected]", role = "aut"),
person(given = "Karolina", family = "Marcinkowska", email = "[email protected]", role = "aut"),
person(given = "Matt", family = "Secrest", email = "[email protected]", role = "aut")
)
Description: Obtain standardized data from multiple 'Git' services, including 'GitHub' and 'GitLab'.
Designed to be 'Git' service-agnostic, this package assists teams with activities spread across various
'Git' platforms by providing a unified way to access repository data.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE, r6 = TRUE)
RoxygenNote: 7.3.2
URL: https://r-world-devs.github.io/GitStats/, https://github.com/r-world-devs/GitStats
BugReports: https://github.com/r-world-devs/GitStats/issues
Imports:
cli,
dplyr,
glue,
httr2,
lubridate (>= 1.8.0),
magrittr,
rlang (>= 1.1.0),
R6,
purrr (>= 1.0.0),
stringr
Suggests:
spelling,
knitr,
mockery,
rmarkdown,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
VignetteBuilder: knitr
Language: en-US