-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 1.05 KB
/
DESCRIPTION
File metadata and controls
39 lines (39 loc) · 1.05 KB
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
Package: abjMaps
Title: Organizing Data To Create Jurimetric Maps
Version: 0.2.0
Date: 2020-12-04
Authors@R: c(person(given = "Julio",
family = "Trecenti",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1680-6389")),
person(given = "Katerine",
family = "Witkoski",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3691-6569")),
person(given = "Associação Brasileira de Jurimetria",
role = c("cph", "fnd")))
Description: Includes code to download all necessary data to create objects
and plot maps for jurimetric analysis.
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
BugReports: https://github.com/abjur/abjMaps/issues
Remotes:
abjur/abjData
Imports: magrittr,
janitor,
sf,
rvest,
abjutils,
abjData,
dplyr,
purrr,
httr,
stringr,
tibble,
tidyr,
xml2