forked from pik-piam/GDPuc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.02 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
Package: GDPuc
Title: Easily Convert GDP Data
Version: 1.4.1
Date: 2024-10-23
Authors@R:
person("Johannes", "Koch", , "jokoch@pik-potsdam.de", role = c("aut", "cre"))
Description: Convert GDP time series data from one unit to
another. All common GDP units are included, i.e. current and constant
local currency units, US$ via market exchange rates and international
dollars via purchasing power parities.
License: GPL (>= 3)
URL: https://github.com/pik-piam/GDPuc,
https://pik-piam.github.io/GDPuc/
BugReports: https://github.com/pik-piam/GDPuc/issues
Depends:
R (>= 2.10)
Imports:
cli (>= 2.4.0),
crayon,
dplyr,
glue,
magrittr,
rlang (>= 1.0.0),
tibble,
tidyr,
tidyselect,
withr
Suggests:
countrycode,
covr,
knitr,
magclass,
madrat (>= 3.6.4),
purrr,
rmarkdown,
stringr,
testthat (>= 3.0.0),
usethis,
WDI,
zoo
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2