{
  "_id": "6a1f156cb401979e7341e564",
  "Package": "rplanes",
  "Title": "Plausibility Analysis of Epidemiological Signals",
  "Version": "0.1.0",
  "Authors@R": "c(person(given = \"VP\",\nfamily = \"Nagraj\",\nrole = c(\"aut\", \"cre\"),\nemail = \"nagraj@nagraj.net\",\ncomment = c(ORCID = \"0000-0003-0060-566X\")),\nperson(given = \"Desiree\",\nfamily = \"Williams\",\nrole = \"aut\"),\nperson(given = \"Amy\",\nfamily = \"Benefield\",\nrole = \"aut\"))",
  "Description": "Provides functionality to prepare data and analyze\nplausibility of both forecasted and reported epidemiological\nsignals. The functions implement a set of plausibility\nalgorithms that are agnostic to geographic and time resolutions\nand are calculated independently then presented as a combined\nscore.",
  "License": "MIT + file LICENSE",
  "URL": "https://signaturescience.github.io/rplanes/",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "Config/pak/sysreqs": "libicu-dev libx11-dev",
  "Repository": "https://stephenturner.r-universe.dev",
  "Date/Publication": "2024-07-17 11:44:02 UTC",
  "RemoteUrl": "https://github.com/signaturescience/rplanes",
  "RemoteRef": "HEAD",
  "RemoteSha": "6e9fe6d51647680c92624d95d0d7922175bff113",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-17 06:43:00 UTC",
    "User": "root"
  },
  "Author": "VP Nagraj [aut, cre] (ORCID: <https://orcid.org/0000-0003-0060-566X>),\nDesiree Williams [aut],\nAmy Benefield [aut]",
  "Maintainer": "VP Nagraj <nagraj@nagraj.net>",
  "MD5sum": "34a69365a24fa4eccc6fd5ead52cc4b2",
  "_user": "stephenturner",
  "_type": "src",
  "_file": "rplanes_0.1.0.tar.gz",
  "_fileid": "aaceac783e91ed1b23f177e691a5dac100b630497b311f4eb5eb4c40d4c8cd30",
  "_filesize": 2027489,
  "_sha256": "aaceac783e91ed1b23f177e691a5dac100b630497b311f4eb5eb4c40d4c8cd30",
  "_created": "2026-05-17T06:43:00.000Z",
  "_published": "2026-06-02T17:39:56.574Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79134099053,
      "time": 166,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7040110017"
    },
    {
      "job": 79134099079,
      "time": 160,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040109394"
    },
    {
      "job": 79134099459,
      "time": 100,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7040102358"
    },
    {
      "job": 79134098893,
      "time": 97,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040102118"
    },
    {
      "job": 79134098900,
      "time": 212,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040091239"
    },
    {
      "job": 79134098615,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7365362097"
    },
    {
      "job": 79134099094,
      "time": 111,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7040103668"
    },
    {
      "job": 79134099678,
      "time": 124,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7040104898"
    },
    {
      "job": 79134099171,
      "time": 108,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040103170"
    }
  ],
  "_buildurl": "https://github.com/r-universe/stephenturner/actions/runs/25983710949",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/signaturescience/rplanes",
  "_commit": {
    "id": "6e9fe6d51647680c92624d95d0d7922175bff113",
    "author": "VP Nagraj <pnagraj@signaturescience.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #146 from signaturescience/dev\n\nv0.1.0",
    "time": 1721216642
  },
  "_maintainer": {
    "name": "VP Nagraj",
    "email": "nagraj@nagraj.net",
    "login": "vpnagraj",
    "description": "",
    "uuid": 8546787,
    "orcid": "0000-0003-0060-566X"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "dtw",
      "role": "Imports"
    },
    {
      "package": "ecp",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "DT",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "markdown",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "MMWRweek",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "shiny",
      "role": "Suggests"
    },
    {
      "package": "shinyjs",
      "role": "Suggests"
    },
    {
      "package": "shinyWidgets",
      "role": "Suggests"
    },
    {
      "package": "shinycssloaders",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "tools",
      "role": "Suggests"
    }
  ],
  "_owner": "signaturescience",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 10,
  "_contributors": [
    {
      "user": "vpnagraj",
      "count": 259,
      "uuid": 8546787
    },
    {
      "user": "dwill023",
      "count": 60,
      "uuid": 38054440
    },
    {
      "user": "abenefield1",
      "count": 37,
      "uuid": 42815856
    },
    {
      "user": "stephenturner",
      "count": 9,
      "uuid": 460076
    }
  ],
  "_userbio": {
    "uuid": 460076,
    "type": "user",
    "name": "Stephen Turner",
    "description": "Associate Professor at the University of Virginia School of Data Science."
  },
  "_downloads": {
    "count": 207,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rplanes"
  },
  "_devurl": "https://github.com/signaturescience/rplanes",
  "_pkgdown": "https://signaturescience.github.io/rplanes/",
  "_searchresults": 7,
  "_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/rplanes.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/signaturescience/rplanes",
  "_realowner": "signaturescience",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2024-07-17"
    }
  ],
  "_exports": [
    "%>%",
    "%m-%",
    "is_forecast",
    "is_observed",
    "plane_cover",
    "plane_diff",
    "plane_repeat",
    "plane_score",
    "plane_seed",
    "plane_shape",
    "plane_taper",
    "plane_trend",
    "plane_zero",
    "read_forecast",
    "rplanes_explorer",
    "to_signal",
    "valid_dates"
  ],
  "_help": [
    {
      "page": "check_incomplete",
      "title": "Check completeness of seed and signal data",
      "topics": [
        "check_incomplete"
      ]
    },
    {
      "page": "create_sliding_windows_df",
      "title": "Sliding windows",
      "topics": [
        "create_sliding_windows_df"
      ]
    },
    {
      "page": "cutter",
      "title": "Cut into categorical differences",
      "topics": [
        "cutter"
      ]
    },
    {
      "page": "epiweek_start",
      "title": "Epiweek start",
      "topics": [
        "epiweek_start"
      ]
    },
    {
      "page": "get_shapes",
      "title": "Determine shapes",
      "topics": [
        "get_shapes"
      ]
    },
    {
      "page": "is_forecast",
      "title": "Check forecast",
      "topics": [
        "is_forecast"
      ]
    },
    {
      "page": "is_observed",
      "title": "Check observed",
      "topics": [
        "is_observed"
      ]
    },
    {
      "page": "month_start",
      "title": "Month start",
      "topics": [
        "month_start"
      ]
    },
    {
      "page": "plane_cover",
      "title": "Coverage component",
      "topics": [
        "plane_cover"
      ]
    },
    {
      "page": "plane_diff",
      "title": "Difference component",
      "topics": [
        "plane_diff"
      ]
    },
    {
      "page": "plane_repeat",
      "title": "Repeat component",
      "topics": [
        "plane_repeat"
      ]
    },
    {
      "page": "plane_score",
      "title": "Score PLANES components",
      "topics": [
        "plane_score"
      ]
    },
    {
      "page": "plane_seed",
      "title": "Create seed",
      "topics": [
        "plane_seed"
      ]
    },
    {
      "page": "plane_shape",
      "title": "Shape component",
      "topics": [
        "plane_shape"
      ]
    },
    {
      "page": "plane_taper",
      "title": "Taper component",
      "topics": [
        "plane_taper"
      ]
    },
    {
      "page": "plane_trend",
      "title": "Trend component",
      "topics": [
        "plane_trend"
      ]
    },
    {
      "page": "plane_zero",
      "title": "Zero component",
      "topics": [
        "plane_zero"
      ]
    },
    {
      "page": "q_boundary",
      "title": "Quantile boundary",
      "topics": [
        "q_boundary"
      ]
    },
    {
      "page": "read_forecast",
      "title": "Read in forecast file",
      "topics": [
        "read_forecast"
      ]
    },
    {
      "page": "resolve_resolution",
      "title": "Resolve resolution",
      "topics": [
        "resolve_resolution"
      ]
    },
    {
      "page": "rplanes_explorer",
      "title": "'rplanes' explorer app launcher",
      "topics": [
        "rplanes_explorer"
      ]
    },
    {
      "page": "seed_engine",
      "title": "Seed engine",
      "topics": [
        "seed_engine"
      ]
    },
    {
      "page": "to_chunk",
      "title": "Chunk a vector",
      "topics": [
        "to_chunk"
      ]
    },
    {
      "page": "to_signal",
      "title": "Create signal object",
      "topics": [
        "to_signal"
      ]
    },
    {
      "page": "valid_dates",
      "title": "Validate dates",
      "topics": [
        "valid_dates"
      ]
    },
    {
      "page": "valid_location",
      "title": "Validate location",
      "topics": [
        "valid_location"
      ]
    }
  ],
  "_pkglogo": "https://github.com/signaturescience/rplanes/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/signaturescience/rplanes/raw/HEAD/README.md",
  "_rundeps": [
    "bit",
    "bit64",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "dplyr",
    "dtw",
    "ecp",
    "generics",
    "glue",
    "hms",
    "lifecycle",
    "lubridate",
    "magrittr",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "proxy",
    "purrr",
    "R6",
    "Rcpp",
    "readr",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "tzdb",
    "utf8",
    "vctrs",
    "vroom",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "basic-usage.Rmd",
      "filename": "basic-usage.html",
      "title": "Basic Usage",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Analyzing plausibility of forecast data",
        "Prepare observed data",
        "Convert observed data into a signal with to_signal()",
        "Create a seed from the observed data via plane_seed()",
        "Prepare forecast data",
        "Convert forecast data into a signal with to_signal()",
        "Run plane_score() and visualize results",
        "Analyzing plausibility of observed data"
      ],
      "created": "2023-10-25 15:51:27",
      "modified": "2024-07-17 11:44:02",
      "commits": 4
    },
    {
      "source": "planes-components.Rmd",
      "filename": "planes-components.html",
      "title": "PLANES Components",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Data preparation",
        "Difference - plane_diff()",
        "Flagged as implausible",
        "Not flagged as implausible",
        "Coverage - plane_cover()",
        "Taper - plane_taper()",
        "Repeat - plane_repeat()",
        "Controlling sensitivity with parameters",
        "Trend - plane_trend()",
        "Shape - plane_shape()",
        "Zero - plane_zero()"
      ],
      "created": "2023-12-20 17:15:17",
      "modified": "2024-07-17 11:44:02",
      "commits": 2
    },
    {
      "source": "interpretation.Rmd",
      "filename": "interpretation.html",
      "title": "PLANES Interpretation",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Weighting scheme within plane_score()",
        "Motivations for weighting",
        "Limitations that arise from seed data",
        "Reliability of seed data",
        "Length of seed data",
        "What to do when a flag is raised",
        "Summary"
      ],
      "created": "2024-07-17 11:44:02",
      "modified": "2024-07-17 11:44:02",
      "commits": 1
    },
    {
      "source": "rplanes-explorer.Rmd",
      "filename": "rplanes-explorer.html",
      "title": "rplanes Explorer",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Analysis steps",
        "Example data",
        "Usage",
        "Inputs and outputs",
        "Launching the app"
      ],
      "created": "2023-12-20 17:15:17",
      "modified": "2023-12-20 17:15:17",
      "commits": 1
    }
  ],
  "_score": 5.778151250383644,
  "_indexed": false,
  "_nocasepkg": "rplanes",
  "_universes": [
    "stephenturner"
  ],
  "_indexurl": "https://signaturescience.r-universe.dev/rplanes",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-17T06:45:22.000Z",
      "distro": "noble",
      "commit": "6e9fe6d51647680c92624d95d0d7922175bff113",
      "fileid": "d7b9ff3ef6e2e3f4caf497a40e645279fa7b0dd4efd7adde71bd0d82e666a532",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stephenturner/actions/runs/25983710949"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-17T06:45:21.000Z",
      "distro": "noble",
      "commit": "6e9fe6d51647680c92624d95d0d7922175bff113",
      "fileid": "433719cff9fead0f25bfbc78d113b70955903cfbb883b854b5d96a5cab67b554",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stephenturner/actions/runs/25983710949"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-17T06:44:29.000Z",
      "commit": "6e9fe6d51647680c92624d95d0d7922175bff113",
      "fileid": "39d4bf235fc97c06c08ca5fd19b3e42716de1a1b0a42556ca16d999612519741",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stephenturner/actions/runs/25983710949"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-17T06:44:27.000Z",
      "commit": "6e9fe6d51647680c92624d95d0d7922175bff113",
      "fileid": "ecabe21731109b38113a3aa27dd257e7cd5a60bdd0fd08f9bc0d96df7c0a02ed",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stephenturner/actions/runs/25983710949"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-17T06:44:22.000Z",
      "commit": "6e9fe6d51647680c92624d95d0d7922175bff113",
      "fileid": "55aac4d4877809f477f03cfb9c0667513bc6e241f74c90cbc5c11b7e9dad9545",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stephenturner/actions/runs/25983710949"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-17T06:44:30.000Z",
      "commit": "6e9fe6d51647680c92624d95d0d7922175bff113",
      "fileid": "22f47d51652907f3e824ab331ca1b711ebb59b7920f258f0bfcddd21cd786d6f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stephenturner/actions/runs/25983710949"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-17T06:44:23.000Z",
      "commit": "6e9fe6d51647680c92624d95d0d7922175bff113",
      "fileid": "125351aaf0195a6dd84d058566a1e63f73e58ff294b36d7f4ef4840c3b35f3b0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stephenturner/actions/runs/25983710949"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-02T17:39:30.000Z",
      "commit": "6e9fe6d51647680c92624d95d0d7922175bff113",
      "fileid": "19b3999e34278073f0ab7ef9029d721648bc154d2adbc244adfd2f7da5f49e2c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/stephenturner/actions/runs/25983710949"
    }
  ]
}