{
  "_id": "6a48ba36e06c18f0a6548e45",
  "Package": "traipse",
  "Title": "Shared Tools for Tracking Data",
  "Version": "0.3.0.9001",
  "Authors@R": "c(\nperson(given = \"Michael\",\nfamily = \"Sumner\",\nemail = \"mdsumner@gmail.com\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-2471-7511\"))\n)",
  "Description": "A collection of commonly used tools for animal movement\nand other tracking data. Variously distance, angle, bearing,\ndistance-to, bearing-to and speed are provided for geographic\ndata that can be used directly or within 'tidyverse' syntax.\nDistances and bearings are calculated using modern geodesic\nmethods as provided by Charles F. F. Karney (2013)\n<doi:10.1007/s00190-012-0578-z> via the 'geodist' and\n'geosphere' packages.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.1",
  "URL": "https://github.com/Trackage/traipse",
  "BugReports": "https://github.com/Trackage/traipse/issues",
  "Language": "en-US",
  "Repository": "https://trackage.r-universe.dev",
  "Date/Publication": "2022-12-15 00:05:36 UTC",
  "RemoteUrl": "https://github.com/trackage/traipse",
  "RemoteRef": "HEAD",
  "RemoteSha": "d520f176c0c254129c95a01744cf92516c9deccf",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-04 07:04:11 UTC",
    "User": "root"
  },
  "Author": "Michael Sumner [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-2471-7511>)",
  "Maintainer": "Michael Sumner <mdsumner@gmail.com>",
  "_user": "trackage",
  "_type": "src",
  "_file": "traipse_0.3.0.9001.tar.gz",
  "_fileid": "https://r2.ropensci.org/3a2b2dd87ecad924dfb858184a4fb46110cc5b405f8487793d6a3046d14c4675",
  "_filesize": 464541,
  "_sha256": "3a2b2dd87ecad924dfb858184a4fb46110cc5b405f8487793d6a3046d14c4675",
  "_expires": "2026-10-12T07:45:56.000Z",
  "_created": "2026-07-04T07:04:11.000Z",
  "_published": "2026-07-04T07:45:58.079Z",
  "_jobs": [
    {
      "job": 85112508784,
      "time": 114,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8079417282"
    },
    {
      "job": 85112508780,
      "time": 105,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8079415891"
    },
    {
      "job": 85112508796,
      "time": 98,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8079731900"
    },
    {
      "job": 85112508795,
      "time": 91,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8079731306"
    },
    {
      "job": 85112316073,
      "time": 163,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8079400027"
    },
    {
      "job": 85112508778,
      "time": 134,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8079420454"
    },
    {
      "job": 85112508788,
      "time": 68,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8079410126"
    },
    {
      "job": 85112508834,
      "time": 74,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8079410852"
    },
    {
      "job": 85112508830,
      "time": 74,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8079411012"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/trackage/actions/runs/28698494078",
  "_status": "success",
  "_upstream": "https://github.com/trackage/traipse",
  "_commit": {
    "id": "d520f176c0c254129c95a01744cf92516c9deccf",
    "author": "Michael Sumner <mdsumner@gmail.com>",
    "committer": "Michael Sumner <mdsumner@gmail.com>",
    "message": "bump\n",
    "time": 1671062736
  },
  "_maintainer": {
    "name": "Michael Sumner",
    "email": "mdsumner@gmail.com",
    "login": "mdsumner",
    "mastodon": "@mdsumner@rstats.me",
    "bluesky": "@mdsumner.bsky.social",
    "orcid": "0000-0002-2471-7511",
    "description": "no names have an anonymous function",
    "uuid": 4107631
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "geodist",
      "role": "Imports"
    },
    {
      "package": "geosphere",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 2.1.0",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    }
  ],
  "_owner": "trackage",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [],
  "_tags": [],
  "_stars": 19,
  "_contributors": [
    {
      "user": "mdsumner",
      "count": 59,
      "uuid": 4107631
    }
  ],
  "_userbio": {
    "uuid": 20837879,
    "type": "organization",
    "name": "Trackage",
    "followers": 1,
    "description": "Software packages for tracking"
  },
  "_downloads": {
    "count": 710,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/traipse"
  },
  "_devurl": "https://github.com/trackage/traipse",
  "_searchresults": 11,
  "_rbuild": "4.6.1",
  "_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/traipse.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/australianantarcticdivision/traipse",
  "_realowner": "australianantarcticdivision",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2019-07-02"
    },
    {
      "version": "0.2.0",
      "date": "2020-10-25"
    },
    {
      "version": "0.2.5",
      "date": "2021-10-12"
    },
    {
      "version": "0.3.0",
      "date": "2022-10-10"
    },
    {
      "version": "0.4.0",
      "date": "2026-02-27"
    }
  ],
  "_exports": [
    "%>%",
    "track_angle",
    "track_bearing",
    "track_bearing_to",
    "track_distance",
    "track_distance_to",
    "track_grid",
    "track_intermediate",
    "track_query",
    "track_speed",
    "track_time",
    "track_turn"
  ],
  "_datasets": [
    {
      "name": "trips0",
      "title": "Simulated track data",
      "object": "trips0",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "x",
        "y",
        "date",
        "id"
      ],
      "rows": 1500,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "track_angle",
      "title": "Track angle",
      "topics": [
        "track_angle"
      ]
    },
    {
      "page": "track_bearing",
      "title": "Track bearing",
      "topics": [
        "track_bearing"
      ]
    },
    {
      "page": "track_bearing_to",
      "title": "Track bearing to location/s",
      "topics": [
        "track_bearing_to"
      ]
    },
    {
      "page": "track_distance",
      "title": "Track distance",
      "topics": [
        "track_distance"
      ]
    },
    {
      "page": "track_distance_to",
      "title": "Track distance to location/s",
      "topics": [
        "track_distance_to"
      ]
    },
    {
      "page": "track_grid",
      "title": "Track grid",
      "topics": [
        "track_grid"
      ]
    },
    {
      "page": "track_intermediate",
      "title": "Track intermediate points",
      "topics": [
        "track_intermediate"
      ]
    },
    {
      "page": "track_query",
      "title": "Query track data for arbitrary locations",
      "topics": [
        "track_query"
      ]
    },
    {
      "page": "track_speed",
      "title": "Track speed",
      "topics": [
        "track_speed"
      ]
    },
    {
      "page": "track_time",
      "title": "Track time duration",
      "topics": [
        "track_time"
      ]
    },
    {
      "page": "track_turn",
      "title": "Track turn angle",
      "topics": [
        "track_turn"
      ]
    },
    {
      "page": "trips0",
      "title": "Simulated track data",
      "topics": [
        "trips0"
      ]
    }
  ],
  "_readme": "https://github.com/trackage/traipse/raw/HEAD/README.md",
  "_rundeps": [
    "geodist",
    "geosphere",
    "magrittr",
    "Rcpp"
  ],
  "_score": 3.9733587998863973,
  "_indexed": false,
  "_nocasepkg": "traipse",
  "_universes": [
    "trackage"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0.9001",
      "date": "2026-07-04T07:06:06.000Z",
      "distro": "resolute",
      "commit": "d520f176c0c254129c95a01744cf92516c9deccf",
      "fileid": "https://r2.ropensci.org/f786d619e293fcd523fdb2e1d6a040a1e80d1601c2a398063f1b134d62518aeb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trackage/actions/runs/28698494078"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.3.0.9001",
      "date": "2026-07-04T07:05:59.000Z",
      "distro": "resolute",
      "commit": "d520f176c0c254129c95a01744cf92516c9deccf",
      "fileid": "https://r2.ropensci.org/31cea404186a494ce272120587a9107ab0d1ae4d5e5282bd84a8742fb8e79002",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trackage/actions/runs/28698494078"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0.9001",
      "date": "2026-07-04T07:45:27.000Z",
      "commit": "d520f176c0c254129c95a01744cf92516c9deccf",
      "fileid": "https://r2.ropensci.org/3c0dacd89ecdf21fea05a803a13bdbd47c34c22a4951450fdb906cb0a0d825ce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trackage/actions/runs/28698494078"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.3.0.9001",
      "date": "2026-07-04T07:45:23.000Z",
      "commit": "d520f176c0c254129c95a01744cf92516c9deccf",
      "fileid": "https://r2.ropensci.org/27e5e4199a8ddf9b655d40d82469379fa196af8431aaae13a987f0f76ba2f5f5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trackage/actions/runs/28698494078"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0.9001",
      "date": "2026-07-04T07:06:38.000Z",
      "commit": "d520f176c0c254129c95a01744cf92516c9deccf",
      "fileid": "https://r2.ropensci.org/ba78c8082ea7b3980e081a68ca53bb9da37883aa785fab415b27249c7c26e81e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/trackage/actions/runs/28698494078"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0.9001",
      "date": "2026-07-04T07:05:15.000Z",
      "commit": "d520f176c0c254129c95a01744cf92516c9deccf",
      "fileid": "https://r2.ropensci.org/47ebca67556a80ea56369947bc916f5dacc92f1cc97f817eb17735c2f1993744",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trackage/actions/runs/28698494078"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0.9001",
      "date": "2026-07-04T07:05:22.000Z",
      "commit": "d520f176c0c254129c95a01744cf92516c9deccf",
      "fileid": "https://r2.ropensci.org/42c5d65d6fcfffac8426459a0c6a22fb0ea048385e1959eb6b8ec7e0fdf0b735",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trackage/actions/runs/28698494078"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.3.0.9001",
      "date": "2026-07-04T07:05:23.000Z",
      "commit": "d520f176c0c254129c95a01744cf92516c9deccf",
      "fileid": "https://r2.ropensci.org/31fc7cdee57131af0eb0c46d1e4dc352040a61e893e2954e0d0e62147646a1f2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trackage/actions/runs/28698494078"
    }
  ]
}