-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.06 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
Package: discursocpi
Title: Repositório com os discursos da CPI da Pandemia no Senado em formato tidy
Version: 0.0.0.9000
Authors@R:
person(given = "Rodrigo",
family = "Dornelles",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3709-4760"))
Description: Discursos da CPI da Pandemia no Senado raspados, organizados e limpos.
License: CC0
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/rfdornelles/discursocpi
BugReports: https://github.com/rfdornelles/discursocpi/issues
Imports:
bs4Dash (>= 2.0.0),
dplyr (>= 1.0.7),
fs (>= 1.5.0),
ggplot2 (>= 3.3.5),
glue (>= 1.4.2),
httr (>= 1.4.2),
janitor (>= 2.1.0),
lubridate (>= 1.7.10),
magrittr (>= 2.0.1),
progressr (>= 0.8.0),
purrr (>= 0.3.4),
readr (>= 1.4.0),
rvest (>= 1.0.0),
shiny (>= 1.6.0),
stringr (>= 1.4.0),
tibble (>= 3.1.2),
tidyr (>= 1.1.3),
usethis (>= 2.0.1),
xml2 (>= 1.3.2)
Depends:
R (>= 3.50)