-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 865 Bytes
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 865 Bytes
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
Package: covidTJSP
Title: Dados Atualizados do TJSP sobre Covid
Version: 0.1.0
Authors@R:
person(given = "Julio",
family = "Trecenti",
role = c("aut", "cre"),
email = "julio.trecenti@gmail.com",
comment = c(ORCID = "0000-0002-1680-6389"))
Description: Baixa e organiza dados atualizados da Consulta de Julgados
do Primeiro Grau do TJSP.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
URL: https://github.com/abjur/covidTJSP
BugReports: https://github.com/abjur/covidTJSP/issues
LazyDataCompression: xz
Imports:
dplyr,
fs,
ggplot2,
lubridate,
magrittr,
progressr,
purrr,
readr,
remotes,
rmarkdown,
stringr,
usethis
Depends:
R (>= 2.10)
Suggests:
lex (>= 0.2.0.9000)
Remotes:
terranova/lex