-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.48 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: naijR
Type: Package
Title: Operations to Ease Data Analyses Specific to Nigeria
Version: 0.6.1
Depends: R (>= 3.6)
Imports:
RColorBrewer (>= 1.1.2),
cli (>= 3.6.0),
lifecycle (>= 0.2.0),
grDevices,
graphics,
mapdata (>= 2.3.0),
maps (>= 3.3.0),
rlang (>= 0.4.0),
sf (>= 1.0-12),
stats,
stringi (>= 1.7.6),
utils
Suggests:
ISOcodes,
covr,
here,
knitr,
purrr,
readxl,
rmarkdown,
testthat (>= 3.0.0),
usethis,
WikidataR
Authors@R:
c(person(given = "Victor",
family = "Ordu",
role = c("aut", "cre"),
email = "victorordu@outlook.com",
comment = c(ORCID = "0000-0003-3716-0668")),
person(given = "Laura",
family = "DeCicco",
role = "ctb",
email = "ldecicco@usgs.gov"),
person(given = "Emily",
family = "Riederer",
role = "rev",
email = "emilyriederer@gmail.com"),
person(given = "Margaret",
family = "Siple",
role = "rev"),
person(given = "Cagri",
family = "Alican",
role = "rev")
)
Description: A set of convenience functions as well as geographical/political
data about Nigeria, aimed at simplifying work with data and information that
are specific to the country.
License: GPL-3
LazyData: TRUE
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr
RdMacros: lifecycle
URL: https://docs.ropensci.org/naijR/
BugReports: https://github.com/ropensci/naijR/issues
Config/testthat/edition: 3