From dbe7280831af0c9ddede93eb7280dd46d5434c89 Mon Sep 17 00:00:00 2001 From: chrisholbrook Date: Fri, 16 Aug 2024 18:09:32 -0400 Subject: [PATCH] version up dev (0.8.9006); add mhpob as ctb --- DESCRIPTION | 107 +++++++++++++++++++++++++------------------------- man/glatos.Rd | 1 + 2 files changed, 55 insertions(+), 53 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 496ddb17..ed1a1b1a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,53 +1,54 @@ -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.8.0.9005 -Date: 2024-04-09 -Depends: R (>= 3.5.0) -Imports: - av, - data.table, - dplyr, - fasterize, - gdalUtilities, - geodist, - gdistance, - jsonlite, - lubridate, - plotrix, - purrr, - raster, - readxl, - sf, - sp, - zip -Suggests: - gganimate, - gifski, - knitr, - methods, - png, - rmarkdown, - terra, - testthat (>= 3.0.0), - 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.2 -VignetteBuilder: knitr -Encoding: UTF-8 -Roxygen: list(markdown = TRUE) -Config/testthat/edition: 3 +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.8.0.9006 +Date: 2024-08-16 +Depends: R (>= 3.5.0) +Imports: + av, + data.table, + dplyr, + fasterize, + gdalUtilities, + geodist, + gdistance, + jsonlite, + lubridate, + plotrix, + purrr, + raster, + readxl, + sf, + sp, + zip +Suggests: + gganimate, + gifski, + knitr, + methods, + png, + rmarkdown, + terra, + testthat (>= 3.0.0), + 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("Mike", "O'Brien", role = "ctb"), + 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.2 +VignetteBuilder: knitr +Encoding: UTF-8 +Roxygen: list(markdown = TRUE) +Config/testthat/edition: 3 diff --git a/man/glatos.Rd b/man/glatos.Rd index d8c2379a..52f7bf19 100644 --- a/man/glatos.Rd +++ b/man/glatos.Rd @@ -150,6 +150,7 @@ Authors: Other contributors: \itemize{ + \item Mike O'Brien [contributor] \item Alex Nunes [contributor] \item Angela Dini [contributor] \item Ryan Gosse [contributor]