-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 938 Bytes
/
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
Package: abnota
Title: App para Classificacao de Processos
Version: 0.0.0.9000
Authors@R:
c(person(given = "Associação Brasileira de Jurimetria",
role = c("cph", "fnd")),
person("Renata", "Hirota", email = "re.hirota@gmail.com",
role = c("aut", "cre"))
)
Description: Aplicacao em shiny para auxiliar na classificacao de projetos da ABJ.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
bigrquery,
bslib (>= 0.4.2.9000),
dplyr,
googledrive,
jsonlite,
lubridate,
obsutils (>= 0.0.0.9000),
openai,
purrr,
R6,
readr,
rhandsontable,
rlang,
shiny,
shinycssloaders,
shinydashboard,
shinyWidgets,
stringi,
stringr,
tibble,
tidyr,
utils
URL: https://github.com/abjur/abnota
BugReports: https://github.com/abjur/abnota/issues
Remotes:
rstudio/bslib,
abjur/obsutils