-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from paleolimbot/development
North arrow and documentation update in prep for CRAN release
- Loading branch information
Showing
41 changed files
with
1,063 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,6 @@ language: R | |
sudo: false | ||
cache: packages | ||
|
||
r_github_packages: | ||
- tidyverse/ggplot2 | ||
|
||
addons: | ||
apt: | ||
sources: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
Package: ggspatial | ||
Type: Package | ||
Title: Spatial Data Framework for ggplot2 | ||
Version: 0.3.0.9000 | ||
Author: Dewey Dunnington <[email protected]> | ||
Version: 1.0.0 | ||
Authors@R: c( | ||
person("Dewey", "Dunnington", , "[email protected]", c("aut", "cre")), | ||
person("Brent", "Thorne", role = "ctb") | ||
) | ||
Maintainer: Dewey Dunnington <[email protected]> | ||
Description: Spatial data plus the power of the ggplot2 framework means easier mapping when input | ||
data are already in the form of Spatial* objects. | ||
data are already in the form of spatial objects. | ||
License: GPL-3 | ||
Depends: | ||
R (>= 2.10), | ||
ggplot2 (>= 2.0), | ||
sf | ||
ggplot2 (>= 2.2.1.9000) | ||
Imports: | ||
sf, | ||
rosm (>= 0.2), | ||
abind, | ||
reshape2, | ||
|
@@ -31,6 +34,8 @@ Suggests: | |
rgdal, | ||
testthat, | ||
dplyr, | ||
withr, | ||
ggrepel, | ||
covr | ||
URL: https://github.com/paleolimbot/ggspatial | ||
BugReports: https://github.com/paleolimbot/ggspatial/issues | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.