{
  "_id": "6a1025e3acfb0bcc41c8efb1",
  "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-05-13 09:20:04 UTC",
    "User": "root"
  },
  "Author": "Robert Lennox [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-1010-0577>)",
  "Maintainer": "Robert Lennox <lennox@dal.ca>",
  "MD5sum": "e10516b4967087979dc2e54e6d10fb29",
  "_user": "ocean-tracking-network",
  "_type": "src",
  "_file": "miscYAPS_0.0.0.9000.tar.gz",
  "_fileid": "8b9740e94f90c368b3a54901b5f916596f72d01c1067e15f53d027f620b7a5fb",
  "_filesize": 36157775,
  "_sha256": "8b9740e94f90c368b3a54901b5f916596f72d01c1067e15f53d027f620b7a5fb",
  "_created": "2026-05-13T09:20:04.000Z",
  "_published": "2026-05-22T09:46:11.197Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77355342558,
      "time": 206,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "6966317831"
    },
    {
      "job": 77355342692,
      "time": 169,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "6966307280"
    },
    {
      "job": 77355342827,
      "time": 107,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "6966283151"
    },
    {
      "job": 77355342826,
      "time": 131,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "6966291478"
    },
    {
      "job": 77355342451,
      "time": 268,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6966243644"
    },
    {
      "job": 77355342189,
      "time": 135,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157586082"
    },
    {
      "job": 77355342701,
      "time": 153,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "6966299283"
    },
    {
      "job": 77355342948,
      "time": 121,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "6966288620"
    },
    {
      "job": 77355342796,
      "time": 138,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "6966294148"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ocean-tracking-network/actions/runs/25789928787",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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"
  },
  "_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",
    "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.0",
  "_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-05-13T09:23:28.000Z",
      "distro": "noble",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "b11df90722f6af364bc23b00bee255f80744116f51890f9117be54250846e9a1",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/ocean-tracking-network/actions/runs/25789928787"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-05-13T09:23:07.000Z",
      "distro": "noble",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "09941e51a2eccb53478995737ab931fd5073294f47bd786c34c7e10c47d86b97",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/ocean-tracking-network/actions/runs/25789928787"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-05-13T09:22:14.000Z",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "76b5ff189f907fbc119cde5d6e8db3aa8b6775c8d8cd544150e75483cd27f207",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/ocean-tracking-network/actions/runs/25789928787"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-05-13T09:22:27.000Z",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "2a453fb5c22904805d6aa1ff8d59263434ab5d65d3b31280cce4dd3367719695",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/ocean-tracking-network/actions/runs/25789928787"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-05-13T09:22:33.000Z",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "eda016c16daf33aff3ced893105aa1cad2808bb3b95eda8e277383edc746f7b4",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/ocean-tracking-network/actions/runs/25789928787"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-05-13T09:22:11.000Z",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "d866309e3d00a005e9c0f5cc1afa2c4d21ef928a01cc81775265d402842caddc",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/ocean-tracking-network/actions/runs/25789928787"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-05-13T09:22:26.000Z",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "93baa347cc61985ebaaa34bcf2b6fde776cf36feacd0d9a2e5cd4a852b7f69c8",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/ocean-tracking-network/actions/runs/25789928787"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.0.9000",
      "date": "2026-05-22T09:45:32.000Z",
      "commit": "a9b579d334db8fe77242371a85af17b7f31ff1b1",
      "fileid": "1ee9624fd9554756644774ba6e9985f285f6c0748f5ccbb489a14fd5003bbf25",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ocean-tracking-network/actions/runs/25789928787"
    }
  ]
}