Skip to content

Commit

Permalink
version up dev (0.8.9006); add mhpob as ctb
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisholbrook committed Aug 16, 2024
1 parent a20ca37 commit dbe7280
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 53 deletions.
107 changes: 54 additions & 53 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions man/glatos.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dbe7280

Please sign in to comment.