{
  "_id": "6a1f2762b401979e7342267a",
  "Package": "trackdf",
  "Type": "Package",
  "Title": "Data Frame Class for Tracking Data",
  "Version": "0.3.2",
  "Date": "2023-03-25",
  "Authors@R": "c(\nperson(\"Simon\", \"Garnier\", email = \"garnier@njit.edu\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-3886-3974\"))\n)",
  "Maintainer": "Simon Garnier <garnier@njit.edu>",
  "Description": "Data frame class for storing collective movement data\n(e.g. fish schools, ungulate herds, baboon troops) collected\nfrom GPS trackers or computer vision tracking software.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.2.3",
  "VignetteBuilder": "knitr",
  "URL": "https://swarm-lab.github.io/trackdf/,\nhttps://github.com/swarm-lab/trackdf",
  "BugReports": "https://github.com/swarm-lab/trackdf/issues",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev\nlibssl-dev libproj-dev libsqlite3-dev libudunits2-dev",
  "Repository": "https://swarm-lab.r-universe.dev",
  "Date/Publication": "2023-03-26 00:46:40 UTC",
  "RemoteUrl": "https://github.com/swarm-lab/trackdf",
  "RemoteRef": "HEAD",
  "RemoteSha": "7b787b585e33e087dba5de636571aa0a85b59fe0",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-16 07:25:21 UTC",
    "User": "root"
  },
  "Author": "Simon Garnier [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-3886-3974>)",
  "MD5sum": "9f127d8d1a4d33015c6bfa3162397cae",
  "_user": "swarm-lab",
  "_type": "src",
  "_file": "trackdf_0.3.2.tar.gz",
  "_fileid": "77002854c2e338927e208e7adc398b26839883c91a7c10ad0e96ca6c72a477c1",
  "_filesize": 1038125,
  "_sha256": "77002854c2e338927e208e7adc398b26839883c91a7c10ad0e96ca6c72a477c1",
  "_created": "2026-05-16T07:25:21.000Z",
  "_published": "2026-06-02T18:56:34.481Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79144165622,
      "time": 181,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7031582715"
    },
    {
      "job": 79144165428,
      "time": 224,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7031586943"
    },
    {
      "job": 79144165783,
      "time": 113,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7031575630"
    },
    {
      "job": 79144165258,
      "time": 100,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7031574427"
    },
    {
      "job": 79144164961,
      "time": 277,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7031563402"
    },
    {
      "job": 79144164865,
      "time": 1544,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 79144165857,
      "time": 113,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7031575729"
    },
    {
      "job": 79144165752,
      "time": 107,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7031575123"
    },
    {
      "job": 79144165936,
      "time": 141,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7031578508"
    }
  ],
  "_buildurl": "https://github.com/r-universe/swarm-lab/actions/runs/25956015940",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/swarm-lab/trackdf",
  "_commit": {
    "id": "7b787b585e33e087dba5de636571aa0a85b59fe0",
    "author": "Simon Garnier <garnier@njit.edu>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #17 from swarm-lab/develop\n\nDevelop",
    "time": 1679791600
  },
  "_maintainer": {
    "name": "Simon Garnier",
    "email": "garnier@njit.edu",
    "login": "sjmgarnier",
    "mastodon": "@SimonGarnier @ecoevo.social",
    "orcid": "0000-0002-3886-3974",
    "twitter": "@sjmgarnier",
    "uuid": 371449
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "sf",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "mapproj",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "adehabitatLT",
      "role": "Suggests"
    },
    {
      "package": "move",
      "role": "Suggests"
    },
    {
      "package": "moveVis",
      "role": "Suggests"
    },
    {
      "package": "ctmm",
      "role": "Suggests"
    },
    {
      "package": "moveHMM",
      "role": "Suggests"
    },
    {
      "package": "sp",
      "role": "Suggests"
    },
    {
      "package": "terra",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "swarm-lab",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "animal-behavior",
    "animal-behaviour",
    "gps",
    "gps-data"
  ],
  "_stars": 3,
  "_contributors": [
    {
      "user": "sjmgarnier",
      "count": 104,
      "uuid": 371449
    },
    {
      "user": "marinapapa",
      "count": 1,
      "uuid": 29118986
    }
  ],
  "_userbio": {
    "uuid": 10116925,
    "type": "organization",
    "name": "The SwarmLab"
  },
  "_downloads": {
    "count": 246,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/trackdf"
  },
  "_devurl": "https://github.com/swarm-lab/trackdf",
  "_pkgdown": "https://swarm-lab.github.io/trackdf/",
  "_searchresults": 11,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/trackdf.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/swarm-lab/trackdf",
  "_realowner": "swarm-lab",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2019-08-03"
    },
    {
      "version": "0.2.1",
      "date": "2019-08-04"
    },
    {
      "version": "0.2.2",
      "date": "2021-01-13"
    },
    {
      "version": "0.3.0",
      "date": "2023-01-14"
    },
    {
      "version": "0.3.1",
      "date": "2023-01-23"
    },
    {
      "version": "0.3.2",
      "date": "2023-03-25"
    },
    {
      "version": "0.3.3",
      "date": "2024-01-29"
    }
  ],
  "_exports": [
    "as_ltraj",
    "as_move",
    "as_moveHMM",
    "as_sp",
    "as_telemetry",
    "as_track",
    "bind_tracks",
    "duplicated_data",
    "filter",
    "inconsistent_data",
    "is_geo",
    "is_track",
    "missing_data",
    "n_dims",
    "n_tracks",
    "project",
    "projection",
    "projection<-",
    "track",
    "track_df",
    "track_dt",
    "track_tbl"
  ],
  "_datasets": [
    {
      "name": "short_tracks",
      "title": "Trajectories of Two Goats Through the Namibian Desert (short version)",
      "object": "short_tracks",
      "class": [
        "track",
        "data.frame"
      ],
      "fields": [
        "id",
        "t",
        "x",
        "y"
      ],
      "rows": 120,
      "table": true,
      "tojson": true
    },
    {
      "name": "tracks",
      "title": "Trajectories of Two Goats Through the Namibian Desert",
      "object": "tracks",
      "class": [
        "track",
        "data.frame"
      ],
      "fields": [
        "id",
        "t",
        "x",
        "y"
      ],
      "rows": 7195,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "dot-Mode",
      "title": "Compute The Mode(s) Of A Discrete Distribution",
      "topics": [
        ".Mode"
      ]
    },
    {
      "page": "dot-reclass",
      "title": "Maintain Class After Modification",
      "topics": [
        ".reclass"
      ]
    },
    {
      "page": "sub-.track",
      "title": "Extract or Replace Parts of a Track Table",
      "topics": [
        "[.track",
        "[<-.track"
      ]
    },
    {
      "page": "bind_tracks",
      "title": "Bind Multiple Track Tables by Row",
      "topics": [
        "bind_tracks"
      ]
    },
    {
      "page": "conversions",
      "title": "Convert a Track Table to/from Other Formats",
      "topics": [
        "as_ltraj",
        "as_ltraj.track",
        "as_move",
        "as_move.track",
        "as_moveHMM",
        "as_moveHMM.track",
        "as_sp",
        "as_sp.track",
        "as_telemetry",
        "as_telemetry.track",
        "as_track",
        "as_track.list",
        "as_track.ltraj",
        "as_track.Move",
        "as_track.moveData",
        "as_track.MoveStack",
        "as_track.SpatialPointsDataFrame",
        "as_track.telemetry",
        "conversions"
      ]
    },
    {
      "page": "dplyr_track",
      "title": "Dplyr Methods For Track Tables",
      "topics": [
        "anti_join.track",
        "arrange.track",
        "distinct.track",
        "do.track",
        "dplyr_track",
        "filter.track",
        "full_join.track",
        "group_by.track",
        "inner_join.track",
        "left_join.track",
        "mutate.track",
        "nest_join.track",
        "rename.track",
        "right_join.track",
        "rowwise.track",
        "select.track",
        "semi_join.track",
        "slice.track",
        "slice_sample.track",
        "summarise.track",
        "summarize.track",
        "transmute.track",
        "ungroup.track"
      ]
    },
    {
      "page": "duplicated_data",
      "title": "Find Duplicated Data in a Track Table",
      "topics": [
        "duplicated_data"
      ]
    },
    {
      "page": "filter",
      "title": "Subset rows using column values",
      "topics": [
        "filter"
      ]
    },
    {
      "page": "inconsistent_data",
      "title": "Find Inconsistent Locations in a Track Table",
      "topics": [
        "inconsistent_data"
      ]
    },
    {
      "page": "is_geo",
      "title": "Check if Track Table Uses Geographic Coordinates",
      "topics": [
        "is_geo"
      ]
    },
    {
      "page": "is_track",
      "title": "Check Validity of Track Table",
      "topics": [
        "is_track"
      ]
    },
    {
      "page": "missing_data",
      "title": "Find Missing Data in a Track Table",
      "topics": [
        "missing_data"
      ]
    },
    {
      "page": "n_dims",
      "title": "Number of Spatial Dimensions of a Track Table",
      "topics": [
        "n_dims"
      ]
    },
    {
      "page": "n_tracks",
      "title": "Number of Tracks in a Track Table",
      "topics": [
        "n_tracks"
      ]
    },
    {
      "page": "projection",
      "title": "Access/Modify the Projection of a Track Table",
      "topics": [
        "project",
        "projection",
        "projection<-"
      ]
    },
    {
      "page": "short_tracks",
      "title": "Trajectories of Two Goats Through the Namibian Desert (short version)",
      "topics": [
        "short_tracks"
      ]
    },
    {
      "page": "track_",
      "title": "Build a Track Table",
      "topics": [
        "track",
        "track_",
        "track_df",
        "track_dt",
        "track_tbl"
      ]
    },
    {
      "page": "tracks",
      "title": "Trajectories of Two Goats Through the Namibian Desert",
      "topics": [
        "tracks"
      ]
    }
  ],
  "_pkglogo": "https://github.com/swarm-lab/trackdf/raw/HEAD/logo.svg",
  "_readme": "https://github.com/swarm-lab/trackdf/raw/HEAD/README.md",
  "_rundeps": [
    "class",
    "classInt",
    "cli",
    "cpp11",
    "data.table",
    "DBI",
    "dplyr",
    "e1071",
    "generics",
    "glue",
    "KernSmooth",
    "lifecycle",
    "lubridate",
    "magrittr",
    "MASS",
    "pillar",
    "pkgconfig",
    "proxy",
    "R6",
    "Rcpp",
    "rlang",
    "s2",
    "sf",
    "tibble",
    "tidyselect",
    "timechange",
    "units",
    "utf8",
    "vctrs",
    "withr",
    "wk"
  ],
  "_vignettes": [
    {
      "source": "z1_install.Rmd",
      "filename": "z1_install.html",
      "title": "1 - Installing trackdf",
      "author": "Simon Garnier",
      "engine": "knitr::rmarkdown",
      "headings": [
        "1.1 - From CRAN",
        "1.2 - Development version"
      ],
      "created": "2019-04-24 18:43:23",
      "modified": "2023-01-16 18:49:07",
      "commits": 6
    },
    {
      "source": "z2_build.Rmd",
      "filename": "z2_build.html",
      "title": "2 - Building a track table",
      "author": "Simon Garnier",
      "engine": "knitr::rmarkdown",
      "headings": [
        "2.1 - Anatomy of a track table",
        "2.2 - Building a track table from video-tracking data",
        "2.3 - Building a track table from GPS data"
      ],
      "created": "2019-04-24 18:43:23",
      "modified": "2023-01-23 11:50:33",
      "commits": 8
    },
    {
      "source": "z3_manipulate.Rmd",
      "filename": "z3_manipulate.html",
      "title": "3 - Manipulating a track table",
      "author": "Simon Garnier",
      "engine": "knitr::rmarkdown",
      "headings": [
        "3.1 - Basic information about the track table",
        "3.2 - Accessing data",
        "3.3 - Accessing the projection information of a track table",
        "3.4 - Combining track tables",
        "3.5 - Tidyverse",
        "3.6 - Plotting"
      ],
      "created": "2019-04-24 18:43:23",
      "modified": "2023-01-16 19:03:39",
      "commits": 8
    },
    {
      "source": "z4_errors.Rmd",
      "filename": "z4_errors.html",
      "title": "4 - Detecting errors",
      "author": "Simon Garnier",
      "engine": "knitr::rmarkdown",
      "headings": [
        "4.1 - Missing observations",
        "4.2 - Duplicated observations",
        "4.3 - Inconsistent observations"
      ],
      "created": "2023-01-23 11:50:33",
      "modified": "2023-01-23 11:50:33",
      "commits": 1
    }
  ],
  "_score": 5.296665190261531,
  "_indexed": true,
  "_nocasepkg": "trackdf",
  "_universes": [
    "swarm-lab",
    "sjmgarnier"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.2",
      "date": "2026-05-16T07:28:16.000Z",
      "distro": "noble",
      "commit": "7b787b585e33e087dba5de636571aa0a85b59fe0",
      "fileid": "41dd7993b429a1a5ee7f71da618403618903a645ba7d0e14b43f9a154799e08c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/swarm-lab/actions/runs/25956015940"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.2",
      "date": "2026-05-16T07:28:57.000Z",
      "distro": "noble",
      "commit": "7b787b585e33e087dba5de636571aa0a85b59fe0",
      "fileid": "694f543912923eaa58c1f2fa8bdaea646051490bb7ae909ad9e76c8ddd5078f4",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/swarm-lab/actions/runs/25956015940"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.2",
      "date": "2026-05-16T07:27:16.000Z",
      "commit": "7b787b585e33e087dba5de636571aa0a85b59fe0",
      "fileid": "f6e5394a9514c44ed9bc5ad9978acf443fa46b033bf89cf7e216fb86f0a21201",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/swarm-lab/actions/runs/25956015940"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.2",
      "date": "2026-05-16T07:27:09.000Z",
      "commit": "7b787b585e33e087dba5de636571aa0a85b59fe0",
      "fileid": "450a7170d7c8c1de9bd0c2ec6991f080ee4c73b73e6716e579b80d3113dcdf6b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/swarm-lab/actions/runs/25956015940"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.2",
      "date": "2026-05-16T07:27:06.000Z",
      "commit": "7b787b585e33e087dba5de636571aa0a85b59fe0",
      "fileid": "85ee7fa89129c12aa6045e97b7167a1500e2ce70dc2428f4c98d519bb54022f2",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/swarm-lab/actions/runs/25956015940"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.2",
      "date": "2026-05-16T07:26:59.000Z",
      "commit": "7b787b585e33e087dba5de636571aa0a85b59fe0",
      "fileid": "d524caed32209204f13f2a654aaa3715a6f60bb5c28640cd3bbd8e2f80f063d8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/swarm-lab/actions/runs/25956015940"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.2",
      "date": "2026-05-16T07:27:35.000Z",
      "commit": "7b787b585e33e087dba5de636571aa0a85b59fe0",
      "fileid": "9d52837fd3951514d48b486346736bbcea930198b91a18c18ff6ba5e46ab4f41",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/swarm-lab/actions/runs/25956015940"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.2",
      "date": "2026-05-22T05:50:13.000Z",
      "commit": "7b787b585e33e087dba5de636571aa0a85b59fe0",
      "fileid": "1e333237365776e08f69b357e2ba79da5a0809aa34ce3bbbee1d384b9814d358",
      "status": "success",
      "buildurl": "https://github.com/r-universe/swarm-lab/actions/runs/25956015940"
    }
  ]
}