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