{
  "_id": "6a1f2bb4b401979e73425886",
  "Version": "0.2.1.9000",
  "Package": "nowcastr",
  "Title": "Nowcasting with Chain-Ladder Method",
  "Description": "Nowcasting using the Chain-Ladder method. Supports both\nnon-cumulative delay-based estimation and model-based\ncompleteness fitting (e.g., using logistic or Gompertz curves)\nto predict final counts from partially reported data.",
  "Authors@R": "c(person(\"Mathias\", \"Leroy\", , \"mathias.leroy.rpkg@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Finlay\", \"Campbell\", role = \"aut\"))",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "LazyData": "true",
  "VignetteBuilder": "quarto",
  "Config/testthat/edition": "3",
  "URL": "https://github.com/whocov/nowcastr,\nhttps://whocov.github.io/nowcastr/",
  "BugReports": "https://github.com/whocov/nowcastr/issues",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://whocov.r-universe.dev",
  "Date/Publication": "2026-05-15 07:15:14 UTC",
  "RemoteUrl": "https://github.com/whocov/nowcastr",
  "RemoteRef": "HEAD",
  "RemoteSha": "9edd6bb499681da97e96f7da414af7a885840430",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-15 10:16:25 UTC",
    "User": "root"
  },
  "Author": "Mathias Leroy [aut, cre],\nFinlay Campbell [aut]",
  "Maintainer": "Mathias Leroy <mathias.leroy.rpkg@gmail.com>",
  "MD5sum": "a789b66b196ac1eace2f5a8b99b8c90c",
  "_user": "whocov",
  "_type": "src",
  "_file": "nowcastr_0.2.1.9000.tar.gz",
  "_fileid": "501db71b697783cda65eee8bd7a51a8e0ca6ef9139ab41531a8efc3acf34305a",
  "_filesize": 1668569,
  "_sha256": "501db71b697783cda65eee8bd7a51a8e0ca6ef9139ab41531a8efc3acf34305a",
  "_created": "2026-05-15T10:16:25.000Z",
  "_published": "2026-06-02T19:15:00.685Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79152043109,
      "time": 173,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7014928852"
    },
    {
      "job": 79152043189,
      "time": 169,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014928052"
    },
    {
      "job": 79152043497,
      "time": 202,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7014952626"
    },
    {
      "job": 79152043528,
      "time": 183,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014960601"
    },
    {
      "job": 79152043111,
      "time": 202,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014880691"
    },
    {
      "job": 79152042521,
      "time": 124,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367469036"
    },
    {
      "job": 79152043510,
      "time": 237,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7014947289"
    },
    {
      "job": 79152043802,
      "time": 169,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7014927947"
    },
    {
      "job": 79152043485,
      "time": 135,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014918919"
    }
  ],
  "_buildurl": "https://github.com/r-universe/whocov/actions/runs/25912450122",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/whocov/nowcastr",
  "_commit": {
    "id": "9edd6bb499681da97e96f7da414af7a885840430",
    "author": "Mathias Leroy <mathiasleroy@users.noreply.github.com>",
    "committer": "Mathias Leroy <mathiasleroy@users.noreply.github.com>",
    "message": "add 2 important parameters\n",
    "time": 1778829314
  },
  "_maintainer": {
    "name": "Mathias Leroy",
    "email": "mathias.leroy.rpkg@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "S7",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "scales",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "ISOweek",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "quarto",
      "role": "Suggests"
    },
    {
      "package": "shiny",
      "role": "Suggests"
    },
    {
      "package": "bslib",
      "role": "Suggests"
    },
    {
      "package": "DT",
      "role": "Suggests"
    }
  ],
  "_owner": "whocov",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-13",
      "n": 18
    },
    {
      "week": "2026-14",
      "n": 28
    },
    {
      "week": "2026-15",
      "n": 38
    },
    {
      "week": "2026-16",
      "n": 10
    },
    {
      "week": "2026-17",
      "n": 10
    },
    {
      "week": "2026-19",
      "n": 5
    },
    {
      "week": "2026-20",
      "n": 7
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2026-03-27"
    },
    {
      "name": "v0.1.1",
      "date": "2026-03-31"
    },
    {
      "name": "v0.2.0",
      "date": "2026-04-08"
    }
  ],
  "_stars": 2,
  "_contributors": [
    {
      "user": "mathiasleroy",
      "count": 116,
      "uuid": 2870437
    }
  ],
  "_userbio": {
    "uuid": 67321301,
    "type": "organization",
    "name": "whocov"
  },
  "_downloads": {
    "count": 467,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/nowcastr"
  },
  "_devurl": "https://github.com/whocov/nowcastr",
  "_pkgdown": "https://whocov.github.io/nowcastr/",
  "_searchresults": 0,
  "_quarto": true,
  "_topics": [
    "quarto"
  ],
  "_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/nowcastr.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/whocov/nowcastr",
  "_realowner": "whocov",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2026-04-16"
    }
  ],
  "_exports": [
    "%>%",
    "calculate_retro_score",
    "fill_future_reported_values",
    "generate_test_data",
    "nowcast_cl",
    "nowcast_eval",
    "nowcast_eval_results",
    "nowcast_explore",
    "nowcast_results",
    "plot_delays",
    "plot_nc_input",
    "plot_nowcast",
    "plot_nowcast_eval",
    "plot_nowcast_eval_by_delay",
    "plot_nowcast_eval_detail",
    "rm_repeated_values",
    "theme_nowcastr"
  ],
  "_datasets": [
    {
      "name": "nowcast_demo",
      "title": "Nowcast Dataset for demo and testing",
      "object": "nowcast_demo",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "value",
        "date_occurrence",
        "date_report",
        "group"
      ],
      "rows": 1624,
      "table": true,
      "tojson": true
    },
    {
      "name": "nowcast_test_data",
      "title": "Nowcast Minimal Dataset for testing",
      "object": "nowcast_test_data",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "country",
        "onset_week",
        "report_week",
        "cases"
      ],
      "rows": 18,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "calculate_retro_score",
      "title": "Calculate retro-scores for all groups",
      "topics": [
        "calculate_retro_score"
      ]
    },
    {
      "page": "fill_future_reported_values",
      "title": "Fill future reported values with last known values",
      "topics": [
        "fill_future_reported_values"
      ]
    },
    {
      "page": "generate_test_data",
      "title": "Generate asymptotic test data for nowcating",
      "topics": [
        "generate_test_data"
      ]
    },
    {
      "page": "nowcast_cl",
      "title": "Nowcasting with Chain-Ladder Method",
      "topics": [
        "nowcast_cl"
      ]
    },
    {
      "page": "nowcast_demo",
      "title": "Nowcast Dataset for demo and testing",
      "topics": [
        "nowcast_demo"
      ]
    },
    {
      "page": "nowcast_eval",
      "title": "Evaluate Nowcasting Performance",
      "topics": [
        "nowcast_eval"
      ]
    },
    {
      "page": "nowcast_eval_results",
      "title": "S7 object class for Nowcast Evaluation Results",
      "topics": [
        "nowcast_eval_results"
      ]
    },
    {
      "page": "nowcast_explore",
      "title": "Explore Nowcast Results with Shiny",
      "topics": [
        "nowcast_explore"
      ]
    },
    {
      "page": "nowcast_results",
      "title": "S7 object class for 'nowcast_cl()' Results",
      "topics": [
        "nowcast_results"
      ]
    },
    {
      "page": "nowcast_test_data",
      "title": "Nowcast Minimal Dataset for testing",
      "topics": [
        "nowcast_test_data"
      ]
    },
    {
      "page": "plot_delays",
      "title": "Plot Reporting Completeness by Delay",
      "topics": [
        "plot_delays"
      ]
    },
    {
      "page": "plot_nc_input",
      "title": "Plot Nowcast Input Data",
      "topics": [
        "plot_nc_input"
      ]
    },
    {
      "page": "plot_nowcast",
      "title": "Plot Nowcasting Predictions",
      "topics": [
        "plot_nowcast"
      ]
    },
    {
      "page": "plot_nowcast_eval",
      "title": "Plot Nowcast Evaluation Results",
      "topics": [
        "plot_nowcast_eval"
      ]
    },
    {
      "page": "plot_nowcast_eval_by_delay",
      "title": "Plot Nowcast Evaluation by Delay",
      "topics": [
        "plot_nowcast_eval_by_delay"
      ]
    },
    {
      "page": "plot_nowcast_eval_detail",
      "title": "Plot Nowcast Evaluation Detail Over Time",
      "topics": [
        "plot_nowcast_eval_detail"
      ]
    },
    {
      "page": "rm_repeated_values",
      "title": "Remove duplicated reported values in reporting matrix",
      "topics": [
        "rm_repeated_values"
      ]
    },
    {
      "page": "theme_nowcastr",
      "title": "Nowcastr ggplot2 Theme",
      "concept": [
        "theme nowcastr"
      ],
      "topics": [
        "theme_nowcastr"
      ]
    }
  ],
  "_readme": "https://github.com/whocov/nowcastr/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "dplyr",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "eval.qmd",
      "filename": "eval.html",
      "title": "Evaluate accuracy",
      "engine": "quarto::html",
      "headings": [],
      "created": "2026-03-31 13:26:18",
      "modified": "2026-05-14 10:55:29",
      "commits": 11
    },
    {
      "source": "nowcastr.qmd",
      "filename": "nowcastr.html",
      "title": "Getting started",
      "engine": "quarto::html",
      "headings": [],
      "created": "2026-03-30 14:44:59",
      "modified": "2026-05-15 07:15:14",
      "commits": 10
    }
  ],
  "_score": 5.146128035678238,
  "_indexed": true,
  "_nocasepkg": "nowcastr",
  "_universes": [
    "whocov"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1.9000",
      "date": "2026-05-15T10:18:48.000Z",
      "distro": "noble",
      "commit": "9edd6bb499681da97e96f7da414af7a885840430",
      "fileid": "90f3d546ee1d5c0586d7d501a527d0eec49b7d2dd70adf941ca6eb911b9662e4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/whocov/actions/runs/25912450122"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1.9000",
      "date": "2026-05-15T10:18:48.000Z",
      "distro": "noble",
      "commit": "9edd6bb499681da97e96f7da414af7a885840430",
      "fileid": "65b0b7dff925d27d21b3129fca5a0bc8c23272a71c282b9052ac9f6643074eae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/whocov/actions/runs/25912450122"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1.9000",
      "date": "2026-05-15T10:20:34.000Z",
      "commit": "9edd6bb499681da97e96f7da414af7a885840430",
      "fileid": "e61835fdbbdc5bb1e197b9e83b00b85dcd72b5837e9f998f0aa64c1f746e8ca9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/whocov/actions/runs/25912450122"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.1.9000",
      "date": "2026-05-15T10:20:58.000Z",
      "commit": "9edd6bb499681da97e96f7da414af7a885840430",
      "fileid": "532e405f9004f7a63372f5766e9a947eb86cbf01a006ac3e5d3f2899f2fd81ff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/whocov/actions/runs/25912450122"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1.9000",
      "date": "2026-05-15T10:19:44.000Z",
      "commit": "9edd6bb499681da97e96f7da414af7a885840430",
      "fileid": "c7680153efba8c4686aabaa5518cccc2db4cd5a3f9ecec648ecfcfaa363363e9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/whocov/actions/runs/25912450122"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1.9000",
      "date": "2026-05-15T10:18:36.000Z",
      "commit": "9edd6bb499681da97e96f7da414af7a885840430",
      "fileid": "3b978345e70fd0c6c2cccd064b33f1f40645e90550d35dec5384364cad373c1c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/whocov/actions/runs/25912450122"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.1.9000",
      "date": "2026-05-15T10:18:07.000Z",
      "commit": "9edd6bb499681da97e96f7da414af7a885840430",
      "fileid": "b8f4d85425d1749b9155a96893c55c3514130c286c752855151431c7f9347944",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/whocov/actions/runs/25912450122"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1.9000",
      "date": "2026-06-02T19:14:44.000Z",
      "commit": "9edd6bb499681da97e96f7da414af7a885840430",
      "fileid": "1369c1f795d71bd0b21a1abd65904550ac94438bd0b218411fbd7ba7585d35ff",
      "status": "success",
      "buildurl": "https://github.com/r-universe/whocov/actions/runs/25912450122"
    }
  ]
}