-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·41 lines (41 loc) · 1 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
Package: orgmetrics
Title: Metrics for Your GitHub Organization
Version: 0.0.2.003
Authors@R:
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265"))
Description: Metrics for your GitHub organization. Call one function to generate an
interactive dashboard displaying the state of your organization.
License: GPL-3
URL: https://docs.ropensci.org/orgmetrics/,
https://github.com/ropensci-review-tools/orgmetrics
BugReports: https://github.com/ropensci-review-tools/orgmetrics/issues
Depends: R (>= 4.1)
Imports:
checkmate,
cli,
dplyr,
fs,
gert,
httr2,
memoise,
pbapply,
repometrics
Suggests:
desc,
httptest2,
jsonlite,
pkgmatch,
quarto,
testthat (>= 3.0.0),
tidyr,
withr,
zoo
Remotes:
ropensci-review-tools/pkgmatch,
ropensci-review-tools/repometrics
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2