-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·65 lines (65 loc) · 1.77 KB
/
DESCRIPTION
File metadata and controls
executable file
·65 lines (65 loc) · 1.77 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: pkgstats
Title: Metrics of R Packages
Version: 0.2.2.020
Authors@R:
c(person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265")),
person("Michael", "Sumner", role = c("ctb"),
comment = c(ORCID = "0000-0002-2471-7511")),
person("Jeffrey", "Hollister", role = c("ctb"),
comment = c(ORCID = "0000-0002-9254-9740")),
person("Egor", "Kotov", role = c("ctb"),
comment = c(ORCID = "0000-0001-6690-5345")))
Description: Static code analyses for R packages using the external code-tagging
libraries 'ctags' and 'gtags'. Static analyses enable packages to be
analysed very quickly, generally a couple of seconds at most. The package
also provides access to a database generating by applying the main function
to the full 'CRAN' archive, enabling the statistical properties of any package
to be compared with all other 'CRAN' packages.
License: GPL-3
URL: https://docs.ropensci.org/pkgstats/,
https://github.com/ropensci-review-tools/pkgstats
BugReports: https://github.com/ropensci-review-tools/pkgstats/issues
Imports:
ami,
brio,
checkmate,
dplyr,
fs,
igraph,
memoise,
methods,
readr,
roxygen2,
rprojroot,
sys,
withr
Suggests:
callr,
curl,
hms,
httr2,
jsonlite,
knitr,
parallel,
piggyback,
pkgbuild,
Rcpp,
rmarkdown,
testthat (>= 3.0.0),
tibble,
toml,
visNetwork
LinkingTo:
cpp11
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/ropensci/maintainer: staff
Encoding: UTF-8
Language: en-US
LazyData: true
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
SystemRequirements: ctags, global