{
  "_id": "6a106b34acfb0bcc41caa3d9",
  "Package": "WHORiskCalculator",
  "Title": "WHO Cardiovascular Disease Risk Calculator",
  "Version": "1.0.0",
  "Authors@R": "c(\nperson(\"WHO CVD Risk Chart Working Group\", role = \"aut\"),\nperson(\"Andrea\", \"Pedot\", , \"andrea.pedot@unimi.it\", role = c(\"cre\", \"ctb\"))\n)",
  "Description": "Implements the 2019 World Health Organization (WHO)\ncardiovascular disease (CVD) risk prediction models, as\ndescribed in Kaptoge et al. (2019)\n<doi:10.1016/S2214-109X(19)30318-3>. Provides two validated\nmodels for estimating 10-year risk of fatal and non-fatal\ncardiovascular events (myocardial infarction and stroke): a\nlaboratory-based model using age, sex, systolic blood pressure,\ntotal cholesterol, smoking status, and diabetes history; and a\nnon-laboratory-based model substituting body mass index (BMI)\nfor cholesterol and diabetes, suitable for resource-limited\nsettings. Risk estimates are recalibrated to 21 Global Burden\nof Disease regions using region-specific incidence rates and\nrisk factor distributions derived from the Emerging Risk\nFactors Collaboration. Functions are fully vectorized for\nefficient batch calculations and support automatic\ncountry-to-region mapping via ISO 3166-1 alpha-3 country codes.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "Language": "en-US",
  "Config/testthat/edition": "3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-07 09:24:12 UTC",
    "User": "root"
  },
  "Author": "WHO CVD Risk Chart Working Group [aut], Andrea Pedot [cre, ctb]",
  "Maintainer": "Andrea Pedot <andrea.pedot@unimi.it>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-04-07 09:38:45 UTC",
  "RemoteUrl": "https://github.com/cran/WHORiskCalculator",
  "RemoteRef": "HEAD",
  "RemoteSha": "a1d45a75b82fa96bc9611870dce967ed57293b2e",
  "MD5sum": "30ce9a62ee6252a4178cc038b6a5920f",
  "_user": "cran",
  "_type": "src",
  "_file": "WHORiskCalculator_1.0.0.tar.gz",
  "_fileid": "86ca3424242e502166c5f53b9ae29c08ba2c6b6179b9590179c6dc0e10a7254f",
  "_filesize": 148160,
  "_sha256": "86ca3424242e502166c5f53b9ae29c08ba2c6b6179b9590179c6dc0e10a7254f",
  "_created": "2026-05-07T09:24:12.000Z",
  "_published": "2026-05-22T14:41:56.844Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77402409620,
      "time": 126,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6851519860"
    },
    {
      "job": 77402409447,
      "time": 124,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6851521515"
    },
    {
      "job": 77402408954,
      "time": 222,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6851475503"
    },
    {
      "job": 77402408698,
      "time": 105,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7163247340"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25487227721",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/WHORiskCalculator",
  "_commit": {
    "id": "a1d45a75b82fa96bc9611870dce967ed57293b2e",
    "author": "Andrea Pedot <andrea.pedot@unimi.it>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.0\n",
    "time": 1775554725
  },
  "_maintainer": {
    "name": "Andrea Pedot",
    "email": "andrea.pedot@unimi.it"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "devtools",
      "role": "Suggests"
    },
    {
      "package": "renv",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-15",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.0.0",
      "date": "2026-04-07"
    }
  ],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 480,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/WHORiskCalculator"
  },
  "_searchresults": 0,
  "_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/WHORiskCalculator.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2026-04-07"
    }
  ],
  "_exports": [
    "calculate_who_risk",
    "calculate_who_risk_nonlab",
    "country_to_region",
    "get_country_codes",
    "get_regions"
  ],
  "_help": [
    {
      "page": "calculate_who_risk",
      "title": "Calculate WHO 10-Year CVD Risk (Laboratory-Based Model)",
      "topics": [
        "calculate_who_risk"
      ]
    },
    {
      "page": "calculate_who_risk_nonlab",
      "title": "Calculate WHO 10-Year CVD Risk (Non-Laboratory-Based Model)",
      "topics": [
        "calculate_who_risk_nonlab"
      ]
    },
    {
      "page": "country_to_region",
      "title": "Map Country Code to Region",
      "topics": [
        "country_to_region"
      ]
    },
    {
      "page": "get_country_codes",
      "title": "Get Country Code to Region Mapping",
      "topics": [
        "get_country_codes"
      ]
    },
    {
      "page": "get_regions",
      "title": "Get Available Region Names",
      "topics": [
        "get_regions"
      ]
    }
  ],
  "_readme": "https://github.com/cran/WHORiskCalculator/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "whoriskcalculator",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-07T09:26:28.000Z",
      "distro": "noble",
      "commit": "a1d45a75b82fa96bc9611870dce967ed57293b2e",
      "fileid": "0073c21d0913be7c964c5b12ed5e9b4090c2cab584e886e1bea6824e2cd373fa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25487227721"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-07T09:26:33.000Z",
      "distro": "noble",
      "commit": "a1d45a75b82fa96bc9611870dce967ed57293b2e",
      "fileid": "9355d2368f3319389f623e7f89501e117bc7724241cb8c56fdea3a42b02aceca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25487227721"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-05-22T14:41:44.000Z",
      "commit": "a1d45a75b82fa96bc9611870dce967ed57293b2e",
      "fileid": "c5a1b83153d53053619c1de881ff49ff31a4784ae9a9338867b8d2dc61cbbf22",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25487227721"
    }
  ]
}