{
  "_id": "6a483a87e06c18f0a6531c23",
  "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\"),\ncomment = c(ORCID = \"0000-0003-1010-0577\"))",
  "Description": "Provides a bit of data and helper functions for wrapping\naround the key YAPS functions. The main function is swim_yaps,\nwhich will allow you to pass a data.table that is formatted\nwith columns ts, epo, frac, tag, serial to the function. You\nmust have a synchronisation model already available that is\nnamed sync_model and a data.table object for the hydrophones\nand their locations named hydros, as per the YAPS\nspecifications. You should be familiar with YAPS in order to\nuse this package but it will hopefully help make your life\neasier by looping through YAPS runs N (user specified number)\nof times and taking the best fit among those runs for each fish\nday. You will also find some data in the package to help you\ntry.",
  "License": "CC0",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "Remotes": [
    "baktoft/yaps"
  ],
  "LazyData": "true",
  "Config/pak/sysreqs": "cmake libicu-dev",
  "Repository": "https://ocean-tracking-network.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": {
    "Date": "2026-07-03 22:36:46 UTC",
    "User": "root"
  },
  "Author": "Robert Lennox [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-1010-0577>)",
  "Maintainer": "Robert Lennox <lennox@dal.ca>",
  "_user": "ocean-tracking-network",
  "_type": "src",
  "_file": "miscYAPS_0.0.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/b6e1935bc6012dead85d395a75ccedd5aaaa36395afe6b63382d804ce1ea9d1d",
  "_filesize": 36157902,
  "_sha256": "b6e1935bc6012dead85d395a75ccedd5aaaa36395afe6b63382d804ce1ea9d1d",
  "_expires": "2026-10-11T22:41:07.000Z",
  "_created": "2026-07-03T22:36:46.000Z",
  "_published": "2026-07-03T22:41:11.524Z",
  "_jobs": [
    {
      "job": 85079568466,
      "time": 177,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "8075718751"
    },
    {
      "job": 85079568474,
      "time": 168,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8075717573"
    },
    {
      "job": 85079568477,
      "time": 110,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "8075709060"
    },
    {
      "job": 85079568460,
      "time": 151,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8075714814"
    },
    {
      "job": 85079228123,
      "time": 257,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8075691478"
    },
    {
      "job": 85079568475,
      "time": 170,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8075717792"
    },
    {
      "job": 85079568459,
      "time": 124,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "8075711008"
    },
    {
      "job": 85079568458,
      "time": 126,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "8075711548"
    },
    {
      "job": 85079568464,
      "time": 121,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8075710683"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/ocean-tracking-network/actions/runs/28686170776",
  "_status": "success",
  "_upstream": "https://github.com/robertlennox/miscYAPS",
  "_commit": {
    "id": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
    "author": "robertlennox <42450990+robertlennox@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #3 from mhpob/patch-1\n\nUpdate DESCRIPTION to include gridExtra",
    "time": 1705000816
  },
  "_maintainer": {
    "name": "Robert Lennox",
    "email": "lennox@dal.ca",
    "orcid": "0000-0003-1010-0577"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "beepr",
      "role": "Imports"
    },
    {
      "package": "cli",
      "version": ">= 3.6.0",
      "role": "Imports"
    },
    {
      "package": "glue",
      "version": ">= 1.6.2",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "version": ">= 1.0.3",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.0.6",
      "role": "Imports"
    },
    {
      "package": "withr",
      "version": ">= 2.5.0",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "yaps",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "gridExtra",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "robertlennox",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "robertlennox",
      "count": 45,
      "uuid": 42450990
    },
    {
      "user": "jdpye",
      "count": 2,
      "uuid": 3063276
    },
    {
      "user": "mhpob",
      "count": 1,
      "uuid": 8228205
    }
  ],
  "_userbio": {
    "uuid": 47894657,
    "type": "organization",
    "name": "Ocean Tracking Network",
    "followers": 69,
    "description": "The Ocean Tracking Network (OTN) is a global aquatic research, data management and partnership platform"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/miscYAPS"
  },
  "_devurl": "https://github.com/robertlennox/miscyaps",
  "_searchresults": 1,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/miscYAPS.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "errorplot",
    "swim_yaps",
    "sync",
    "synccoverage",
    "syncgrid",
    "transmits",
    "yaps_all"
  ],
  "_datasets": [
    {
      "name": "aur",
      "title": "",
      "object": "aur",
      "class": [
        "data.table",
        "data.frame"
      ],
      "fields": [
        "dt",
        "epo",
        "frac",
        "oid",
        "serial",
        "sync",
        "lon",
        "lat",
        "temperature"
      ],
      "rows": 2305399,
      "table": true,
      "tojson": true
    },
    {
      "name": "boats",
      "title": "",
      "object": "boats",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "dets",
      "title": "",
      "object": "dets",
      "class": [
        "data.table",
        "data.frame"
      ],
      "fields": [
        "dt",
        "epo",
        "frac",
        "oid",
        "serial",
        "sync",
        "lon",
        "lat",
        "temperature"
      ],
      "rows": 2305399,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "swim_yaps",
      "title": "functions to get receiver and tagging metadata into session",
      "topics": [
        "swim_yaps"
      ]
    },
    {
      "page": "sync",
      "title": "functions to get receiver and tagging metadata into session",
      "topics": [
        "sync"
      ]
    },
    {
      "page": "yaps_all",
      "title": "functions to get receiver and tagging metadata into session",
      "topics": [
        "yaps_all"
      ]
    }
  ],
  "_rundeps": [
    "audio",
    "beepr",
    "boot",
    "circular",
    "cli",
    "cowplot",
    "cpp11",
    "data.table",
    "dplyr",
    "farver",
    "generics",
    "ggplot2",
    "ggrepel",
    "glue",
    "gridExtra",
    "gtable",
    "isoband",
    "labeling",
    "lattice",
    "lifecycle",
    "lubridate",
    "magrittr",
    "Matrix",
    "mvtnorm",
    "nloptr",
    "pillar",
    "pkgconfig",
    "plyr",
    "purrr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "reshape2",
    "rlang",
    "S7",
    "scales",
    "stringi",
    "stringr",
    "tibble",
    "tictoc",
    "tidyr",
    "tidyselect",
    "timechange",
    "TMB",
    "utf8",
    "vctrs",
    "viridis",
    "viridisLite",
    "withr",
    "yaps",
    "zoo"
  ],
  "_score": 1.6020599913279625,
  "_indexed": false,
  "_nocasepkg": "miscyaps",
  "_universes": [
    "ocean-tracking-network"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-07-03T22:39:44.000Z",
      "distro": "resolute",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "https://r2.ropensci.org/26ba09a254fc9f1a9d97f3721634bd966851d34289ea04a6b4fda90d90de6bda",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/ocean-tracking-network/actions/runs/28686170776"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-07-03T22:39:46.000Z",
      "distro": "resolute",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "https://r2.ropensci.org/604c4e6a1a9ecf93b3bb30a1b6380f00ed392bdb2f4b90cfd432c9a52eba5b34",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/ocean-tracking-network/actions/runs/28686170776"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-07-03T22:39:02.000Z",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "https://r2.ropensci.org/f4e71feb5a0e0358201fdafe32222b8216424e5c34789b57027e29081b6b4ee0",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/ocean-tracking-network/actions/runs/28686170776"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-07-03T22:39:31.000Z",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "https://r2.ropensci.org/eebd28044e6bbf3d2cc387fc8379922921893893ce719bc8cf81889c471df21a",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/ocean-tracking-network/actions/runs/28686170776"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.0.9000",
      "date": "2026-07-03T22:40:23.000Z",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "https://r2.ropensci.org/de9ee6c80dd0f9610d78db7ca0a4701e11550fe990fcc3274a58b11cd4f4cd96",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ocean-tracking-network/actions/runs/28686170776"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-07-03T22:38:47.000Z",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "https://r2.ropensci.org/0c5a4c629cf5c38ca2698ef1c5e067b127ac7752f89119a49346e36d750c6d58",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/ocean-tracking-network/actions/runs/28686170776"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-07-03T22:38:58.000Z",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "https://r2.ropensci.org/75631ba987ffccb4e62f957ea8b261f202422b8187419f636e12f0f2eaa7accd",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/ocean-tracking-network/actions/runs/28686170776"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-07-03T22:38:46.000Z",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "https://r2.ropensci.org/437332410b9568b3b842a2cf6ced748c81dd5b6087382acf6ca630c7d73bf5cf",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/ocean-tracking-network/actions/runs/28686170776"
    }
  ]
}