{
  "_id": "6a49c7af1f917fbb72a20cc4",
  "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://mhpob.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-05 02:50:16 UTC",
    "User": "root"
  },
  "Author": "Robert Lennox [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-1010-0577>)",
  "Maintainer": "Robert Lennox <lennox@dal.ca>",
  "_user": "mhpob",
  "_type": "src",
  "_file": "miscYAPS_0.0.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/44754e087eaa0e24c28abbd4200af28c0ea76c6c46c258fcf5bbe0a90d4cc4ea",
  "_filesize": 36157832,
  "_sha256": "44754e087eaa0e24c28abbd4200af28c0ea76c6c46c258fcf5bbe0a90d4cc4ea",
  "_expires": "2026-10-13T02:55:39.000Z",
  "_created": "2026-07-05T02:50:16.000Z",
  "_published": "2026-07-05T02:55:43.603Z",
  "_jobs": [
    {
      "job": 85187115137,
      "time": 188,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "8087702399"
    },
    {
      "job": 85187115147,
      "time": 231,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8087706153"
    },
    {
      "job": 85187115131,
      "time": 155,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "8087699476"
    },
    {
      "job": 85187115127,
      "time": 126,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8087696564"
    },
    {
      "job": 85186865751,
      "time": 286,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8087684885"
    },
    {
      "job": 85187115120,
      "time": 154,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8087699384"
    },
    {
      "job": 85187115179,
      "time": 118,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "8087696056"
    },
    {
      "job": 85187115150,
      "time": 124,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "8087696436"
    },
    {
      "job": 85187115151,
      "time": 118,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8087696061"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/mhpob/actions/runs/28727326591",
  "_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": 8228205,
    "type": "user",
    "name": "Mike O'Brien",
    "followers": 45,
    "description": "Faculty Research Assistant at the Chesapeake Biological Laboratory"
  },
  "_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": [
    "mhpob"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-07-05T02:53:31.000Z",
      "distro": "resolute",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "https://r2.ropensci.org/57850353c9270dbf79fb3b550ef1e2477bfef9b2f273870681a37a5fe12262d0",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/mhpob/actions/runs/28727326591"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-07-05T02:54:15.000Z",
      "distro": "resolute",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "https://r2.ropensci.org/33cdc424a7794f16d524e9b089c30eb0fb0548c5be1a846089675dd2fc3362fc",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/mhpob/actions/runs/28727326591"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-07-05T02:53:03.000Z",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "https://r2.ropensci.org/664d51e36e1cd1b03b6b0f8194deb6e95bea99bfa5edadd3dde0ecd721da5664",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/mhpob/actions/runs/28727326591"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-07-05T02:52:44.000Z",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "https://r2.ropensci.org/1fa2cae16a5ed80df1915ff52863bc411d2b5a8eb50d2ab05888116d641ed58b",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/mhpob/actions/runs/28727326591"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.0.9000",
      "date": "2026-07-05T02:53:37.000Z",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "https://r2.ropensci.org/7ec86207852d53b681dfd1313d2ada62831433fbf7eb95da4f0a7612b1b0ef31",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mhpob/actions/runs/28727326591"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-07-05T02:52:23.000Z",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "https://r2.ropensci.org/b95e0b0758285d0b2bd2b5f85cf0e8679911a9d0d195f6415cad6f9c1f59c15f",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/mhpob/actions/runs/28727326591"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-07-05T02:52:19.000Z",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "https://r2.ropensci.org/7fd2fb12a23353f26dc046bfcde78488d40d9c5681da2f7c127916a1ca2c4c0a",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/mhpob/actions/runs/28727326591"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-07-05T02:52:20.000Z",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "https://r2.ropensci.org/e4201b0af0f41e267b2a9fbb736942027cc02c0edfcfa63c75b55c94ac05ea74",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/mhpob/actions/runs/28727326591"
    }
  ]
}