-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.13 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
Package: AfricaCountryBins
Type: Package
Title: Create a countrybin map of Africa
Version: 0.1.0
Authors@R: c(
person("Joshua", "de la Bruere", email = "joshua@delabj.com", role = c("aut", "cre"),
comment = "Modified Statebins for use with map of Africa"),
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut"),
comment = c(ORCID = "0000-0001-5670-2640", "created Statebins"))
)
Maintainer: Joshua de la Bruere <Joshua@delabj.com>
Description: Heatmapes in a tile shape are an alternative to choropleth maps that don't distort based on land mas size
This package is a fork of Bob Rudis's statebins package designed for use for data involving Africa. This grid
attempts to preserve the general position of countries on the contienet, while providing an equal area by country.
URL: https:://github.com/delabj/AfricaCountryeBins
BugReports: https:://github.com/delabj/AfricaCountryeBins/issues
License: MIT
Encoding: UTF-8
LazyData: true
suggests:
testthat,
viridis,
RColorBrewer,
covr
Depends:
R (>= 3.2.0),
Imports:
ggplot2 (>= 2.2.1),
scales (>= 0.5.0),
grid
RoxygenNote: 7.1.0