-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.29 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
Package: RREORGFdataR
Title: Extração intuitiva e fácil do RREO e RGF
Version: 1.0.0.9000
Authors@R: c(
person("Natanael", "Soares Leite", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1845-7095")),
person("Raphael", "Maciel de Lima", , "[email protected]", role = c("aut"))
)
Description: **RREORGFdataR** é um pacote R que permite aos usuários acessar facilmente o conjunto de dados do Relatório Resumido da Execução orçamentária (RREO) e do Relatório de Gestão Fiscal (RGF) utilizando a API do SICONFI (<https://apidatalake.tesouro.gov.br/docs/siconfi/>). Saiba mais sobre a utilização do ‘RREORGFdataR’ em <https://natanaelsl.com.br/project/>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://natanaelsl.github.io/RREORGFdataR/, https://github.com/Natanaelsl/RREORGFdataR, https://natanaelsl.github.io/RREORGFdataR/
BugReports: https://github.com/Natanaelsl/RREORGFdataR/issues
Imports:
magrittr,
cli,
dplyr,
glue,
httr,
jsonlite,
utils,
janitor,
lifecycle
Suggests:
knitr,
ggplot2,
rmarkdown,
vctrs,
qpdf,
devtools,
RCurl,
testthat (>= 3.0.0)
Depends:
R (>= 3.5)
VignetteBuilder: knitr
Config/testthat/edition: 3