-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
37 lines (37 loc) · 948 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
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: afrilearnr
Title: Tutorials on spatial data in R using African data
Version: 0.0.0.9006
Authors@R:
c(
person(given = "Laurie",
family = "Baker",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3107-6588")),
person(given = "Andy",
family = "South",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4051-6135"))
)
Description: Tutorials to introduce spatial data manipulation in R using African data.
Aimed at those relatively new to R and/or spatial data.
License: CC BY-SA 4.0
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
sf,
learnr,
dplyr,
ggplot2,
mapview,
gapminder,
tmap,
rgdal,
kableExtra,
viridisLite
Remotes:
rstudio/fontawesome,
afrimapr/afrilearndata