-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added orcid ids and matt as contributor
- Loading branch information
Showing
2 changed files
with
13 additions
and
5 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 |
---|---|---|
@@ -1,8 +1,11 @@ | ||
Package: sugarbag | ||
Title: Create Tessellated Hexagon Maps | ||
Version: 0.1.8 | ||
Authors@R: c(person("Dianne", "Cook", email = "[email protected]", role = c("aut", "cre", "ths")), | ||
person("Stephanie", "Kobakian", role = c("aut"))) | ||
Authors@R: c(person("Dianne", "Cook", email = "[email protected]", role = c("aut", "cre", "ths"), | ||
comment = c(ORCID = "0000-0002-3813-7155")), | ||
person("Stephanie", "Kobakian", role = c("aut"), | ||
comment = c(ORCID = "0000-0002-4616-0048")), | ||
person("Matt", "Cowgill", role = c("ctb"))) | ||
Description: Create a hexagon tile map display from spatial polygons. Each | ||
polygon is represented by a hexagon tile, placed as close to it's original | ||
centroid as possible, with a focus on maintaining spatial relationship to | ||
|
@@ -27,7 +30,7 @@ Imports: | |
tibble (>= 3.1.7), | ||
tidyr (>= 1.2.0) | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.1 | ||
RoxygenNote: 7.2.3 | ||
Suggests: | ||
knitr, | ||
pkgdown, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.