-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.24 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
Type: Package
Package: metricminer
Title: Mine Metrics from Common Places on the Web
Version: 0.5.1
Authors@R: c(
person("Candace", "Savonen", ,
c("cansav09@gmail.com","csavonen@fredhutch.org"),
role = c("aut", "cre")),
person("Howard", "Baek", ,
c("howardbaek@fredhutch.org","howardbaek.fh@gmail.com"),
role = c("aut"))
)
Description: Mine metrics on common places on the web through the power of their APIs (application programming interfaces).
It also helps make the data in a format that is easily used for a dashboard or other purposes.
There is an associated dashboard template and tutorials that are underdevelopment that help you
fully utilize 'metricminer'.
License: GPL-3
URL: https://github.com/fhdsl/metricminer
BugReports: https://github.com/fhdsl/metricminer/issues
Imports:
httr,
jsonlite,
assertthat,
openssl,
gh (>= 1.3.0),
getPass,
dplyr,
lubridate,
purrr,
tidyr,
googledrive,
googlesheets4,
janitor,
stringr,
methods,
magrittr,
rvest,
rprojroot,
yaml,
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
LazyData: true
VignetteBuilder: knitr