Skip to content

Commit

Permalink
Merge pull request #16 from swarm-lab/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
sjmgarnier authored Jan 23, 2023
2 parents d8f2fe8 + 17ac13e commit 493e707
Show file tree
Hide file tree
Showing 42 changed files with 813 additions and 385 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: trackdf
Type: Package
Title: Data Frame Class for Tracking Data
Version: 0.3.1
Date: 2023-01-30
Date: 2023-01-22
Authors@R: c(
person("Simon", "Garnier", email = "garnier@njit.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3886-3974"))
Expand Down
8 changes: 3 additions & 5 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,12 @@ export(as_sp)
export(as_telemetry)
export(as_track)
export(bind_tracks)
export(duplicated_t)
export(duplicated_xyt)
export(duplicated_data)
export(filter)
export(inconsistent_xy)
export(inconsistent_data)
export(is_geo)
export(is_track)
export(missing_t)
export(missing_xy)
export(missing_data)
export(n_dims)
export(n_tracks)
export(project)
Expand Down
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# trackdf 0.3.1

## New features

* Reworked error detection functions for consistent outputs across the board.

## Minor improvements and fixes

* Cleans up functions and improves documentation.

---

# trackdf 0.3.0

## New features
Expand Down
Loading

0 comments on commit 493e707

Please # to comment.