-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
executable file
·56 lines (56 loc) · 1.38 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
50
51
52
53
54
55
56
Package: pkgstats
Title: Metrics of R Packages
Version: 0.2.0.048
Authors@R:
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265"))
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,
sys,
withr
Suggests:
callr,
curl,
hms,
httr2,
jsonlite,
knitr,
parallel,
piggyback,
pkgbuild,
Rcpp,
rmarkdown,
roxygen2,
testthat (>= 3.0.0),
tibble,
visNetwork
LinkingTo:
cpp11
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: ctags, global