-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.25 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
Package: Ibamam
Title: Dataset for Environmental Fines by the Brazilian Institute of the Environment and Renewable Natural Resources
Version: 1.2.0
Authors@R:
c(person(given = "Claudiano", family = "Cruz Neto", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0003-4307-570X")),
person(given = "Beatriz", family = "Milz", role = c("aut"), email = "[email protected]",
comment = c(ORCID = "0000-0002-3064-4486")),
person(given = "Samuel", family = "Macedo", role = c("aut"), email = "[email protected]",
comment = c(ORCID = "0000-0002-7968-7866")))
Maintainer: Claudiano Cruz Neto <[email protected]>
Description: Provides the Dataset about environmental fines by the by the Brazilian Institute of the Environment and Renewable Natural Resources.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://cccneto.github.io/Ibamam/
BugReports: https://github.com/cccneto/Ibamam/issues
Depends:
R (>= 3.6)
Imports:
abjutils,
curl,
dplyr,
jsonlite,
lubridate,
magrittr,
purrr,
tibble,
stringr,
readr
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
markdown
Config/testthat/edition: 3