-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
24 lines (24 loc) · 923 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
Package: siconvr
Title: Fetch Data from Plataforma +Brasil (SICONV)
Version: 0.0.2.900
Authors@R: c(
person("Fernando", "Meireles", , "[email protected]", c("aut", "cre"), c(ORCID = "0000-0002-7027-2058")),
person("Marcus", "Vinícius de Sá Torres", , "[email protected]", c("aut"), c(ORCID = "0000-0002-9647-1418"))
)
Description: Fetch data on targeted public investments from Plataforma +Brasil (SICONV) <http://plataformamaisbrasil.gov.br/>,
the responsible system for requests, execution, and monitoring of federal discretionary transfers in Brazil.
License: GPL (>= 3)
Encoding: UTF-8
URL: https://github.com/meirelesff/siconvr, https://fmeireles.com/siconvr/
BugReports: https://github.com/meirelesff/siconvr/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
data.table,
httr,
tibble,
cli
Suggests:
testthat (>= 3.0.0),
covr
Config/testthat/edition: 3