-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: updated to latest geodist, MazamaSpatialUtils
This revision also fixes issues with not being able to run R CMD check --run-donttest by having mazama_initialize() install the required datasets.
- Loading branch information
1 parent
9a1ff73
commit 15e8a6d
Showing
77 changed files
with
2,036 additions
and
1,603 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,35 +1,33 @@ | ||
Type: Package | ||
Package: MazamaLocationUtils | ||
Version: 0.1.11 | ||
Version: 0.1.12 | ||
Title: Manage Spatial Metadata for Known Locations | ||
Authors@R: c( | ||
person("Jonathan", "Callahan", email="[email protected]", role=c("aut","cre")), | ||
person("Eli", "Grosman", email="[email protected]", role=c("aut")) | ||
) | ||
Author: Jonathan Callahan [aut, cre], | ||
Eli Grosman [aut], | ||
Oliver Fogelin [aut] | ||
Eli Grosman [aut] | ||
Maintainer: Jonathan Callahan <[email protected]> | ||
Description: A suite of utility functions for discovering and managing metadata | ||
associated with sets of spatially unique "known locations". | ||
License: GPL-3 | ||
URL: https://github.com/MazamaScience/MazamaLocationUtils | ||
BugReports: https://github.com/MazamaScience/MazamaLocationUtils/issues | ||
Depends: | ||
R (>= 3.1.0) | ||
R (>= 3.5) | ||
Imports: | ||
digest, | ||
dplyr, | ||
geodist, | ||
geodist (>= 0.0.6.007), | ||
httr, | ||
jsonlite, | ||
lubridate, | ||
methods, | ||
magrittr, | ||
MazamaCoreUtils, | ||
MazamaSpatialUtils, | ||
MazamaSpatialUtils (>= 0.7), | ||
readr, | ||
revgeo, | ||
rlang, | ||
stringr | ||
Suggests: | ||
|
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
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
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
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
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
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.