-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
34 lines (34 loc) · 910 Bytes
/
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
Package: packageRank
Type: Package
Title: Computation and Visualization of Package Download Counts and Percentile Ranks
Version: 0.9.4.9002
Date: 2025-01-29
Authors@R: person("lindbrook", email = "lindbrook@gmail.com",
role = c("aut", "cre"))
Maintainer: lindbrook <lindbrook@gmail.com>
Description: Compute and visualize the cross-sectional and longitudinal number
and rank percentile of package downloads from Posit/RStudio's CRAN mirror.
URL: https://github.com/lindbrook/packageRank
BugReports: https://github.com/lindbrook/packageRank/issues
Depends: R (>= 3.5)
License: GPL (>= 2)
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(old_usage = TRUE)
Imports:
cranlogs,
curl,
data.table (>= 1.12.2),
ggplot2,
ISOcodes,
memoise,
pkgsearch,
R.utils,
RCurl,
rlang,
rversions,
sugrrants
Suggests: knitr,
rmarkdown