Skip to content

Commit

Permalink
version up dev; 0.8.0.9003; fix ocean-tracking-network#208
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisholbrook committed Jan 23, 2024
1 parent 5efffdf commit 735c22d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ 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.9002
Date: 2024-01-19
Version: 0.8.0.9003
Date: 2024-01-23
Depends: R (>= 3.5.0)
Imports:
av,
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

### Bug fixes

- Fix bug in `read_glatos_workbook()` where timestamps during daylight savings
were shifted one hour on linux operating system (not an issue on windows or
mac).
- fixes [issue #208](https://github.com/ocean-tracking-network/glatos/issues/208)

- Omit data.table from class of object returned by `read_glatos_detections()`
and `read_glatos_receivers()`.
- fixes [issue #200](https://github.com/ocean-tracking-network/glatos/issues/200)
Expand Down
4 changes: 2 additions & 2 deletions man/make_frames.Rd

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

2 changes: 1 addition & 1 deletion man/make_transition3.Rd

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

0 comments on commit 735c22d

Please sign in to comment.