-
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.
version up dev (0.8.9006); add mhpob as ctb
- Loading branch information
1 parent
a20ca37
commit dbe7280
Showing
2 changed files
with
55 additions
and
53 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,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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.