-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
47 lines (47 loc) · 1.22 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
Package: statnipokladna
Title: Use Data from the Czech Public Finance Database
Version: 0.7.4
Authors@R:
person("Petr", "Bouchal", , "pbouchal@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0471-716X"))
Description: Get programmatic access to data from the Czech public
budgeting and accounting database, Státní pokladna
<https://monitor.statnipokladna.cz/>.
License: MIT + file LICENSE
URL: https://github.com/petrbouchal/statnipokladna,
https://petrbouchal.xyz/statnipokladna/
BugReports: https://github.com/petrbouchal/statnipokladna/issues
Depends:
R (>= 3.5.0)
Imports:
cli,
curl (>= 4.3),
dplyr (>= 1.0.0),
httr (>= 1.4.1),
jsonlite,
lifecycle (>= 1.0.1),
lubridate (>= 1.7.4),
magrittr,
purrr (>= 0.3.2),
readr (>= 1.3.1),
rlang (>= 0.4.0),
stringi (>= 1.4.3),
stringr (>= 1.4.0),
tibble (>= 2.1.3),
tidyr (>= 1.0.0),
utils (>= 3.6.0),
xml2 (>= 1.2.2)
Suggests:
knitr (>= 1.30),
markdown (>= 1.1),
ragg (>= 0.4.0),
rmarkdown,
testthat (>= 2.1.0),
tidyselect (>= 1.2.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2