-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.19 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
Package: senatebR
Type: Package
Title: Functions to collect data from the Brazilian Senate
Version: 0.1.0
Author: Vinicius Santos
Maintainer: Vinicius Santos <santos.vinicius18@gmail.com>
Description: The senatebR package provides access to information related to the functioning and activities of the Brazilian Federal Senate. It includes functions for data collection, analysis, and visualization.
License: MIT
LazyData: false
Encoding: UTF-8
Imports:
glue (>= 1.6.2),
readr (>= 2.1.4),
lubridate (>= 1.9.3),
jsonlite (>= 1.8.8),
xml2 (>= 1.3.6),
magrittr (>= 2.0.3),
pacman (>= 0.5.1),
curl (>= 5.1.0),
httr (>= 1.4.7),
rvest (>= 1.0.0),
dplyr (>= 1.1.2),
tidyr (>= 1.3.0),
purrr (>= 1.0.2),
stringr (>= 1.5.1),
spacyr (>= 1.2.1),
quanteda (>= 3.3.1),
quanteda.textstats (>= 0.96.3),
readtext (>= 0.90),
patchwork (>= 1.1.3),
tidytext (>= 0.4.1),
formattable (>= 0.2.1),
stm (>= 1.3.6.1),
ggrepel (>= 0.9.3),
ggridges (>= 0.5.4)
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends:
R (>= 2.10)
Additional_repositories: LICENSE