-
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: added 'algorithm' argument to location_createID()
- Loading branch information
Jonathan Callahan
authored and
Jonathan Callahan
committed
Aug 29, 2023
1 parent
d91bd5f
commit 179708d
Showing
66 changed files
with
4,137 additions
and
7,904 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,6 +1,6 @@ | ||
Type: Package | ||
Package: MazamaLocationUtils | ||
Version: 0.3.10 | ||
Version: 0.3.11 | ||
Title: Manage Spatial Metadata for Known Locations | ||
Authors@R: c( | ||
person("Jonathan", "Callahan", email="[email protected]", role=c("aut","cre")), | ||
|
@@ -16,17 +16,17 @@ License: GPL-3 | |
URL: https://github.com/MazamaScience/MazamaLocationUtils | ||
BugReports: https://github.com/MazamaScience/MazamaLocationUtils/issues | ||
Depends: | ||
R (>= 3.5) | ||
R (>= 4.0) | ||
Imports: | ||
dplyr, | ||
geodist (>= 0.0.7), | ||
geodist (>= 0.0.8), | ||
httr, | ||
jsonlite, | ||
leaflet, | ||
lubridate, | ||
magrittr, | ||
methods, | ||
MazamaCoreUtils (>= 0.4.10), | ||
MazamaCoreUtils (>= 0.4.16), | ||
MazamaSpatialUtils (>= 0.7), | ||
readr, | ||
rlang, | ||
|
@@ -41,5 +41,5 @@ Suggests: | |
Encoding: UTF-8 | ||
VignetteBuilder: knitr | ||
LazyData: true | ||
RoxygenNote: 7.1.2 | ||
RoxygenNote: 7.2.3 | ||
Roxygen: list(markdown = TRUE) |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.