-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
66 lines (66 loc) · 1.38 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Package: pipapi
Title: API for the Poverty and Inequality Platform
Version: 1.3.11.9000
Authors@R:
c(person(given = "Tony",
family = "Fujs",
role = c("aut", "cre"),
email = "tfujs@worldbank.org"),
person(given = "Aleksander",
family = "Eilertsen",
role = "aut",
email = "aeilertsen@worldbank.org"),
person(given = "World Bank",
role = "cph")
)
Description: Provides a high level API to the computations and methods
that power the Poverty and Inequality Platform (PIP).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://pip-technical-team.github.io/pipapi, https://github.com/PIP-Technical-Team/pipapi
BugReports: https://github.com/PIP-Technical-Team/pipapi/issues
Suggests:
covr,
testthat,
spelling,
knitr,
rmarkdown,
markdown,
assertthat,
callr,
httr,
jsonlite,
lintr,
withr,
devtools,
stringr
Language: en-US
Imports:
data.table,
fst (>= 0.9.8),
plumber,
urltools,
wbpip,
rlang (>= 1.1.2),
fs,
memoise,
cachem (>= 1.0.8),
rappdirs,
methods,
qs,
collapse,
readr,
arrow,
cli,
joyn,
yaml,
purrr,
future
Remotes:
PIP-Technical-Team/wbpip@DEV
Depends:
R (>= 3.5.0)
VignetteBuilder: knitr