Package: sftrack Title: Modern Classes for Tracking and Movement Data Version: 0.5.5 Date: 2026-05-17 Authors@R: c( person(given = "Matthew", family = "Boone", role = "aut", email = "mttboone@gmail.com", comment = c(ORCID = "0000-0002-8070-4715")), person(given = "Rocío", family = "Joo", role = "aut", email = "rocio.joo@globalfishingwatch.org", comment = c(ORCID = "0000-0003-0319-4210")), person(given = "Mathieu", family = "Basille", role = c("aut", "cre"), email = "mathieu@basille.org", comment = c(ORCID = "0000-0001-9366-7127"))) Depends: R (>= 3.2.0) Imports: sf Description: Modern classes for tracking and movement data, building on 'sf' spatial infrastructure, and early theoretical work from Turchin (1998, ISBN: 9780878938476), and Calenge et al. (2009) . Tracking data are series of locations with at least 2-dimensional spatial coordinates (x,y), a time index (t), and individual identification (id) of the object being monitored; movement data are made of trajectories, i.e. the line representation of the path, composed by steps (the straight-line segments connecting successive locations). 'sftrack' is designed to handle movement of both living organisms and inanimate objects. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true VignetteBuilder: knitr URL: https://mablab.org/sftrack/, https://github.com/mablab/sftrack BugReports: https://github.com/mablab/sftrack/issues Suggests: testthat (>= 2.1.0), utils, ggplot2, adehabitatLT, knitr, geosphere, scales, covr, rmarkdown, lwgeom Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://mablab.r-universe.dev Date/Publication: 2026-05-18 06:47:32 UTC RemoteUrl: https://github.com/mablab/sftrack RemoteRef: HEAD RemoteSha: e3ea81509651bba4cf2b13b65fc7e1acfddd9ece NeedsCompilation: no Packaged: 2026-06-17 10:39:33 UTC; root Author: Matthew Boone [aut] (ORCID: ), Rocío Joo [aut] (ORCID: ), Mathieu Basille [aut, cre] (ORCID: ) Maintainer: Mathieu Basille