-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.65 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
Package: popler
Title: Popler R Package
Version: 0.2.0
Authors@R: c(
person("Compagnoni", "Aldo", email = "[email protected]",
role = c("cre","aut")),
person("Bibian", "Andrew", email = "[email protected]", role= c("aut")),
person("Ochocki", "Brad", email = "[email protected]", role= c("aut")),
person("Levin", "Sam", email = "[email protected]", role = c("aut")),
person("Miller", "Tom", email = "[email protected]", role= c("aut")),
person("Benjamin", "Bond-Lamberty", role = "rev",
comment = "Ben reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/254>"),
person("Corinna", "Gries", role = "rev",
comment = "Corinna reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/254>")
)
Description: Browse and query the popler database.
URL: https://github.com/ropensci/popler, https://docs.ropensci.org/popler/
BugReports: https://github.com/ropensci/popler/issues
Depends: R (>= 3.5.0)
Imports:
crul (>= 0.7.4),
dbplyr (>= 1.1.0),
dplyr (>= 0.5.0),
ggplot2 (>= 3.0.0),
grid (>= 3.3.0),
jsonlite (>= 1.5),
lazyeval (>= 0.2.0),
magrittr (>= 1.5.0),
purrr (>= 0.2.5),
rlang (>= 0.2.1),
rmarkdown (>= 1.2),
stats (>= 3.3.0),
stringr (>= 1.2.0),
tibble (>= 1.4.2),
tidyr (>= 1.0.0),
utils (>= 3.3.0)
License: MIT + file LICENSE
Encoding: UTF-8
Suggests:
fs (>= 1.2.2),
knitr (>= 1.15.1),
maps (>= 3.3.0),
mapproj (>= 1.2.6),
testthat(>= 2.0.0),
covr (>= 3.1.0),
stubthat (>= 1.2.1),
mockr (>= 0.1)
LazyData: true
RoxygenNote: 6.1.1
VignetteBuilder: knitr