-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
41 lines (41 loc) · 1.54 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: packagemetrics
Title: Collect Metrics on Packages from CRAN, GitHub, and StackOverflow
Version: 0.0.1.9001
Authors@R: c(person("Sam", "Firke", email = "[email protected]", role = c("aut", "cre")),
person("Becca", "Krouse", email = "[email protected]", role = "aut"),
person("Erin", "Grand", email = "[email protected]", role = "aut"),
person("Lori", "Shepherd", email = "[email protected]", role = "aut"),
person("William","Ampeh", email = "[email protected]", role = "aut"),
person("Hannah", "Frick", email = "[email protected]", role = "aut"),
person("Gillespie", "Colin", email = "[email protected]", role = "ctb"))
Description: This package was designed to address two issues, 78 and 69, for the ROpenSci
unconf17 concerning avoiding redundant / overlapping packages and a framework for
reproducible tables. As this is a complex topic, the smaller tasks being accomplished
is producing a list of metrics that can be used to compare similar packages utilizing
information collected from CRAN, GitHub, and StackOverflow.
Depends: R (>= 3.4.0)
Imports:
dplyr,
tidyr,
purrr,
stringr,
rvest,
cranlogs,
janitor,
xml2,
devtools,
stackr,
tidytext,
tibble,
formattable,
memoise,
httr,
tidyverse
Remotes: lshep/stackr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr