-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hotix bug in summarize_detections() where value in 'locations' output…
… column was name of input column (e.g. 'glatos_array'), rather than values from that column (e.g., 'AGR', 'BBI'); fixes #182; cherrypicked from commit db9d69a which was merged to dev
- Loading branch information
1 parent
7e2b883
commit 3f0a2ee
Showing
4 changed files
with
102 additions
and
83 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,53 +1,53 @@ | ||
Package: glatos | ||
Type: Package | ||
Title: A package for the Great Lakes Acoustic Telemetry Observation System | ||
Description: Functions useful to members of the Great Lakes Acoustic Telemetry Observation System https://glatos.glos.us; many more broadly relevant to simulating, processing, analysing, and visualizing acoustic telemetry data. | ||
Version: 0.7.1 | ||
Date: 2024-01-19 | ||
Depends: R (>= 3.5.0) | ||
Imports: | ||
av, | ||
data.table, | ||
fasterize, | ||
fasttime, | ||
gdalUtilities, | ||
geodist, | ||
gdistance, | ||
jsonlite, | ||
knitr, | ||
lubridate, | ||
magrittr, | ||
methods, | ||
plotrix, | ||
plyr, | ||
purrr, | ||
raster, | ||
readxl, | ||
rmarkdown, | ||
sf, | ||
tibble, | ||
tidyr | ||
Suggests: | ||
gganimate, | ||
gifsky, | ||
GISTools, | ||
png, | ||
tint | ||
URL: https://github.com/ocean-tracking-network/glatos | ||
BugReports: https://github.com/ocean-tracking-network/glatos/issues | ||
Authors@R: c( | ||
person("Christopher", "Holbrook", email = "cholbrook@usgs.gov", | ||
role = c("cre", "aut")), | ||
person("Todd", "Hayden", role = "aut"), | ||
person("Thomas", "Binder", role = "aut"), | ||
person("Jon", "Pye", role = "aut"), | ||
person("Alex", "Nunes", role = "ctb"), | ||
person("Angela", "Dini", role = "ctb"), | ||
person("Ryan", "Gosse", role = "ctb")) | ||
License: GPL-2 | ||
LazyLoad: yes | ||
LazyData: true | ||
RoxygenNote: 7.2.3 | ||
VignetteBuilder: knitr | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
Package: glatos | ||
Type: Package | ||
Title: A package for the Great Lakes Acoustic Telemetry Observation System | ||
Description: Functions useful to members of the Great Lakes Acoustic Telemetry Observation System https://glatos.glos.us; many more broadly relevant to simulating, processing, analysing, and visualizing acoustic telemetry data. | ||
Version: 0.7.2 | ||
Date: 2024-02-25 | ||
Depends: R (>= 3.5.0) | ||
Imports: | ||
av, | ||
data.table, | ||
fasterize, | ||
fasttime, | ||
gdalUtilities, | ||
geodist, | ||
gdistance, | ||
jsonlite, | ||
knitr, | ||
lubridate, | ||
magrittr, | ||
methods, | ||
plotrix, | ||
plyr, | ||
purrr, | ||
raster, | ||
readxl, | ||
rmarkdown, | ||
sf, | ||
tibble, | ||
tidyr | ||
Suggests: | ||
gganimate, | ||
gifsky, | ||
GISTools, | ||
png, | ||
tint | ||
URL: https://github.com/ocean-tracking-network/glatos | ||
BugReports: https://github.com/ocean-tracking-network/glatos/issues | ||
Authors@R: c( | ||
person("Christopher", "Holbrook", email = "cholbrook@usgs.gov", | ||
role = c("cre", "aut")), | ||
person("Todd", "Hayden", role = "aut"), | ||
person("Thomas", "Binder", role = "aut"), | ||
person("Jon", "Pye", role = "aut"), | ||
person("Alex", "Nunes", role = "ctb"), | ||
person("Angela", "Dini", role = "ctb"), | ||
person("Ryan", "Gosse", role = "ctb")) | ||
License: GPL-2 | ||
LazyLoad: yes | ||
LazyData: true | ||
RoxygenNote: 7.3.1 | ||
VignetteBuilder: knitr | ||
Encoding: UTF-8 | ||
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.