-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
51 lines (51 loc) · 1.27 KB
/
DESCRIPTION
File metadata and controls
51 lines (51 loc) · 1.27 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
Package: programets
Title: Collect and analyze academic impact metrics from various sources
Version: 0.3.1
Authors@R:
c(
person("Sean", "Davis", , "seandavi@gmail.com", role = c("aut", "cre"), comment=c(ORCID = "0000-0002-8991-6458")),
person("David", "Mayer", , "david.mayer@cuanschutz.edu", role = c("aut"), comment=c(ORCID = "0000-0002-6056-9771"))
)
Description:
Collect and analyze academic impact metrics from various sources.
The package provides functions to collect and analyze data from NIH reporter,
pubmed, github, NIH ICITE,
Google Analytics, and other sources. It also includes functions to visualize and
report on the data.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.1.0)
Imports:
googleAnalyticsR,
dplyr,
rlang,
utils,
purrr,
httr2,
jsonlite,
stringr,
tibble,
glue,
ghql,
openxlsx,
tidyr,
rvest,
readr
Suggests:
gargle,
gitcreds,
knitr,
quarto,
lubridate,
ggplot2,
DT,
shiny,
testthat (>= 3.0.0),
zoo
VignetteBuilder: quarto
URL: https://nih-cfde.github.io/programets/
BugReports: https://github.com/nih-cfde/programets/issues
Config/testthat/edition: 3