This repository was archived by the owner on Dec 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.Rmd
More file actions
35 lines (28 loc) · 1.95 KB
/
README.Rmd
File metadata and controls
35 lines (28 loc) · 1.95 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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# gadmr: An R Interface to the GADM Map Repository
[](https://www.repostatus.org/#wip)
[](https://www.tidyverse.org/lifecycle/#maturing)
[](https://cran.r-project.org/package=gadmr)
[](https://CRAN.R-project.org/package=gadmr)
[](https://CRAN.R-project.org/package=gadmr)
[](https://travis-ci.org/SpatialWorks/gadmr)
[](https://ci.appveyor.com/project/SpatialWorks/gadmr)
[](https://codecov.io/github/SpatialWorks/gadmr?branch=master)
[GADM](https://gadm.org) wants to map the administrative areas of all countries, at all levels of sub-division. GADM provides maps and spatial data for all countries and their sub-divisions for download from its website. This package facilitates access to these maps and spatial data for download in R.
## Installation
You can install the development version of `gadmr` from [GitHub](https://github.com/SpatialWorks/gadmr.git) with:
```{r installation, echo = TRUE, eval = FALSE}
if(!require(remotes)) install.packages("remotes")
if(!require(gadmr)) remotes::install_github("SpatialWorks/gadmr")
```