Skip to content

Commit

Permalink
refactor video sync functions v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondben committed Feb 25, 2024
1 parent bc23a7d commit a9b672e
Show file tree
Hide file tree
Showing 4 changed files with 303 additions and 186 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Package: datavolley
Title: Reading and Analyzing DataVolley Scout Files
Version: 1.6.4
Version: 1.6.5
Authors@R: c(person("Ben", "Raymond", email = "ben@untan.gl", role = c("aut", "cre")),
person("Adrien", "Ickowicz", role = "aut"),
person("Tyler", "Widdison", role = "aut"),
person("David", "Awosoga", role = "ctb"),
person("Christophe", "Elek", role = "ctb"),
person("Kornel", "Kilinski", role = "ctb"),
person("openvolley.org", role = "org"))
Description: Provides functions for parsing and working with volleyball match files in DataVolley format.
Depends:
Expand Down
3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ export(dv_read)
export(dv_read_sq)
export(dv_repair)
export(dv_rgb2int)
export(dv_sync_contact_times)
export(dv_sync_offsets)
export(dv_sync_summary)
export(dv_sync_video)
export(dv_sync_video_config)
export(dv_write)
export(dv_xy)
export(dv_xy2cone)
Expand Down
Loading

0 comments on commit a9b672e

Please sign in to comment.