-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
60 lines (60 loc) · 2.16 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
Package: legisTaiwan
Type: Package
Title: An Interface to Access Taiwan Legislative API in R
Version: 0.2.1
Authors@R: c(person("Yen-Chieh", "Liao", email = "[email protected]", role = c("aut", "cre")),
person("Li", "Tang", email = "[email protected]", role = c("ctb", "aut")),
person("Shaka Y.J.", "Li", email = "[email protected]", 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: The package is designed to make it quickly and easy to access Taiwan
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 <[email protected]>
Depends: R (>= 3.4.0)
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
jsonlite,
attempt,
stringr,
curl,
tibble,
rvest,
withr,
httr,
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
AS-CRAN: FALSE