-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 866 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
35
36
37
38
39
Package: kewr
Title: R Package to Access Kew Data APIs
Version: 0.6.1
Authors@R:
person(given = "Barnaby",
family = "Walker",
role = c("aut", "cre"),
email = "barnabywalker08@gmail.com",
comment = c(ORCID = "0000-0002-3884-671X"))
Description: An R package to access data from RGB Kew’s APIs.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Suggests:
testthat,
knitr,
rmarkdown,
ggplot2,
progress
URL: https://barnabywalker.github.io/kewr/, https://github.com/barnabywalker/kewr/
BugReports: https://github.com/barnabywalker/kewr/issues
Imports:
httr,
jsonlite,
glue,
tibble,
purrr,
dplyr,
stringr,
rvest,
here,
tidyr,
rlang,
generics
VignetteBuilder: knitr
Depends:
R (>= 2.10)