Package: miscYAPS Title: Miscellaneous data and helper functions for using YAPS Version: 0.0.0.9000 Authors@R: person("Robert", "Lennox", , "lennox@dal.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1010-0577")) Description: Provides a bit of data and helper functions for wrapping around the key YAPS functions. The main function is swim_yaps, which will allow you to pass a data.table that is formatted with columns ts, epo, frac, tag, serial to the function. You must have a synchronisation model already available that is named sync_model and a data.table object for the hydrophones and their locations named hydros, as per the YAPS specifications. You should be familiar with YAPS in order to use this package but it will hopefully help make your life easier by looping through YAPS runs N (user specified number) of times and taking the best fit among those runs for each fish day. You will also find some data in the package to help you try. License: CC0 Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Imports: beepr, cli (>= 3.6.0), glue (>= 1.6.2), lifecycle (>= 1.0.3), rlang (>= 1.0.6), withr (>= 2.5.0), purrr, yaps, dplyr, tidyr, lubridate, data.table, magrittr, gridExtra Remotes: baktoft/yaps Depends: R (>= 2.10) LazyData: true Config/pak/sysreqs: cmake libicu-dev Repository: https://benjaminhlina.r-universe.dev Date/Publication: 2024-01-11 19:20:16 UTC RemoteUrl: https://github.com/robertlennox/miscYAPS RemoteRef: HEAD RemoteSha: a9b579d334db8fe77242371a85af17b7f31ff1b1 NeedsCompilation: no Packaged: 2026-06-02 07:45:10 UTC; root Author: Robert Lennox [aut, cre] (ORCID: ) Maintainer: Robert Lennox