-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
63 lines (63 loc) · 2.24 KB
/
Copy pathDESCRIPTION
File metadata and controls
63 lines (63 loc) · 2.24 KB
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
Package: legisTaiwan
Type: Package
Title: An Interface to Access Taiwan Legislative API in R
Version: 0.2.2
Authors@R: c(person("Yen-Chieh", "Liao", email = "davidycliao@gmail.com", role = c("aut", "cre")),
person("Li", "Tang", email = "LiTang.Econ@gmail.com", role = c("ctb", "aut")),
person("OpenFun Ltd.", email = "contact@openfun.tw", role = c("fnd", "ctb", "cph")),
person("Shaka Y.J.", "Li", email = "aeodr452@gmail.com", role = "ctb"),
person("Taiwan Legislative Yuan", role = c("cph", "fnd")),
person("Taiwan National Science and Technology Council", role = "ctb"),
person("Taiwan Science & Technology Policy Research and Information Center NARLabs", role = "ctb"))
Description: Provides quick and easy access to Taiwan's Legislative Yuan API
for downloading real-time data, legislative records and historical
archives. Features include access to committee meetings, interpellations,
bills, legislator information, parliamentary questions, and executive
responses. The API provides comprehensive coverage of legislative
activities including voting records, meeting minutes, and policy
discussions, enabling users to analyze Taiwan's legislative processes and
parliamentary operations efficiently.
Maintainer: Yen-Chieh Liao <davidycliao@gmail.com>
Depends: R (>= 3.4.0)
License: GPL-3 + file LICENSE
Encoding: UTF-8
Language: en-US
LazyData: true
Imports:
jsonlite,
attempt,
stringr,
curl,
tibble,
rvest,
withr,
httr,
igraph,
xml2,
utils,
readr,
dplyr,
magrittr,
ggplot2,
rlang
Suggests:
knitr,
rmarkdown,
remotes,
tidyverse,
testthat (>= 3.0.0)
RoxygenNote: 7.3.2
BugReports: https://github.com/davidycliao/legisTaiwan/issues
URL: https://davidycliao.github.io/legisTaiwan/
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
SystemRequirements: pandoc (>= 1.14) - http://pandoc.org
Config/build/clean-inst-doc: FALSE
Config/build/clean-check-dir: FALSE
Config/build/ignore-non-ascii: TRUE
Config/default/Rcheck/ignore-ascii: TRUE
Config/default/Rcheck/ascii: FALSE
Config/default/Rcheck/incoming: FALSE
NeedsCompilation: no
Config/rextendr/rextendr.rchk.force: false