Package: trackclean Title: Tools for Cleaning High-Frequency Real-Time Location Tracking Data Version: 0.1.0 Authors@R: person("Tomas", "Bilevicius", , "Tomas.Bilevicius@vub.be", role = c("aut", "cre")) Description: Provides data cleaning and preprocessing tools for high-frequency positional data from real-time location tracking systems (UWB, RFID, and similar technologies), with functions for ID mapping, time period marking, data standardization, and two-phase conditional gap interpolation. License: CC BY 4.0 URL: https://github.com/tomasbil/trackclean BugReports: https://github.com/tomasbil/trackclean/issues Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: dplyr, lubridate, magrittr, readr, rlang, tibble Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Config/pak/sysreqs: libx11-dev Repository: https://tomasbil.r-universe.dev Date/Publication: 2026-06-21 10:03:57 UTC RemoteUrl: https://github.com/tomasbil/trackclean RemoteRef: HEAD RemoteSha: 3d5a72468ec28dbd092d6a4781b5adc00c01eebe NeedsCompilation: no Packaged: 2026-07-03 07:50:29 UTC; root Author: Tomas Bilevicius [aut, cre] Maintainer: Tomas Bilevicius