-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
36 lines (36 loc) · 1.11 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
Package: afrilearndata
Title: Small Africa Map Datasets for Learning
Version: 0.0.0.9003
Authors@R:
c(person(given = "Andy",
family = "South",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4051-6135")),
person(given = "Chris",
family = "Littleboy",
role = "ctb",
comment = c(ORCID = "0000-0002-3293-7987")),
person(given = "Shelmith",
family = "Kariuki",
role = "ctb")
)
Description: Small African datasets to help with learning and teaching of spatial techniques and mapping.
Part of afrimapr project. To provide analysts based in Africa with more easily relateable example datasets.
R objects for points, lines, polygons and raster.
Source files including .gpkg, .shp, .kml, .tif, .grd, .csv.
License: CC0
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
R (>= 2.10)
Imports:
sf,
raster
Suggests:
testthat (>= 3.0.0),
mapview,
rgdal
Config/testthat/edition: 3