-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
59 lines (59 loc) · 1.68 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
Package: iotables
Type: Package
Title: Reproducible Input-Output Economics Analysis, Economic and Environmental Impact Assessment with Empirical Data
Date: 2024-09-19
Version: 0.9.31
Authors@R:
c(person("Daniel", "Antal", role = c("aut", "cre"),
email = "daniel.antal@dataobservatory.eu",
comment = c(ORCID = "0000-0001-7513-6760")),
person(given = "Kasia",
family = "Kulma",
role = "ctb",
comment = c(ORCID = "0000-0002-2952-9720")),
person(given = "Pyry",
family = "Kantanen",
role = "ctb",
comment = c(ORCID = "0000-0003-2853-2765"))
)
Maintainer: Daniel Antal <daniel.antal@dataobservatory.eu>
Description: Pre-processing and basic analytical tasks related to working
with Eurostat's symmetric input-output tables and provide basic
input-output economics calculations. The package is part of rOpenGov
<http://ropengov.github.io/> to open source open government initiatives.
URL: https://iotables.dataobservatory.eu/
BugReports: https://github.com/rOpenGov/iotables/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
dplyr,
eurostat,
magrittr,
tidyr,
forcats,
utils,
plyr,
lubridate,
knitr,
kableExtra,
tibble,
readxl,
assertthat,
glue,
tidyselect,
rlang
Suggests:
testthat,
rmarkdown,
spelling,
covr,
roxyglobals
Depends: R(>= 3.5.0)
VignetteBuilder: knitr
Language: en-US
Roxygen: list(roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet"))
Config/roxyglobals/filename: globals.R
Config/roxyglobals/unique: FALSE