{
  "_id": "6a10648aacfb0bcc41ca883f",
  "Package": "ega",
  "Title": "Error Grid Analysis",
  "Version": "2.0.0",
  "Authors@R": "c(\nperson(\"Daniel\", \"Schmolze\",\nemail=\"ega@schmolze.com\", role=c(\"aut\", \"cre\")),\nperson(\"Sergei\", \"Mihhailov\",\nemail=\"smihhailov1@sheffield.ac.uk\", role=c(\"ctb\"))\n)",
  "Maintainer": "Daniel Schmolze <ega@schmolze.com>",
  "Description": "Functions for assigning Clarke or Parkes (Consensus) error\ngrid zones to blood glucose values, and for plotting both types\nof error grids in both mg/mL and mmol/L units.",
  "License": "MIT + file LICENSE",
  "LazyData": "true",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "5.0.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-08 06:46:10 UTC",
    "User": "root"
  },
  "Author": "Daniel Schmolze [aut, cre], Sergei Mihhailov [ctb]",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2017-03-21 05:50:34 UTC",
  "RemoteUrl": "https://github.com/cran/ega",
  "RemoteRef": "HEAD",
  "RemoteSha": "04e9e90bdce2acaab6a57f67e184d4f8a843a9de",
  "MD5sum": "1682abf315526089c6fa6a69024f87a6",
  "_user": "cran",
  "_type": "src",
  "_file": "ega_2.0.0.tar.gz",
  "_fileid": "02908200e243467ff53110a0edc5c6eb695650e50f85df10218ae96f413ac508",
  "_filesize": 1653050,
  "_sha256": "02908200e243467ff53110a0edc5c6eb695650e50f85df10218ae96f413ac508",
  "_created": "2026-05-08T06:46:10.000Z",
  "_published": "2026-05-22T14:13:30.044Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77397245142,
      "time": 182,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6873511081"
    },
    {
      "job": 77397245733,
      "time": 177,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6873511612"
    },
    {
      "job": 77397244793,
      "time": 226,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6873463871"
    },
    {
      "job": 77397244486,
      "time": 101,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7162629480"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25541242291",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/ega",
  "_commit": {
    "id": "04e9e90bdce2acaab6a57f67e184d4f8a843a9de",
    "author": "Daniel Schmolze <ega@schmolze.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 2.0.0\n",
    "time": 1490075434
  },
  "_maintainer": {
    "name": "Daniel Schmolze",
    "email": "ega@schmolze.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.14.0",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "mgcv",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 643,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ega"
  },
  "_mentions": 1,
  "_searchresults": 26,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ega.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2014-11-13"
    },
    {
      "version": "1.0.1",
      "date": "2015-02-19"
    },
    {
      "version": "2.0.0",
      "date": "2017-03-21"
    }
  ],
  "_exports": [
    "getClarkeZones",
    "getParkesZones",
    "plotClarkeGrid",
    "plotParkesGrid"
  ],
  "_datasets": [
    {
      "name": "glucose_data",
      "title": "5072 paired reference and test glucose values.",
      "object": "glucose_data",
      "class": [
        "data.frame"
      ],
      "fields": [
        "ref",
        "test"
      ],
      "rows": 5072,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "ega-package",
      "title": "Clarke and Parkes (Consensus) error grid analysis",
      "topics": [
        "ega-package"
      ]
    },
    {
      "page": "getClarkeZones",
      "title": "Assign Clarke error grid zones to paired glucose values",
      "topics": [
        "getClarkeZones"
      ]
    },
    {
      "page": "getParkesZones",
      "title": "Assign Parkes (Consensus) error grid zones to paired glucose values",
      "topics": [
        "getParkesZones"
      ]
    },
    {
      "page": "glucose_data",
      "title": "5072 paired reference and test glucose values.",
      "topics": [
        "glucose_data"
      ]
    },
    {
      "page": "plotClarkeGrid",
      "title": "Plot a Clarke Error Grid",
      "topics": [
        "plotClarkeGrid"
      ]
    },
    {
      "page": "plotParkesGrid",
      "title": "Plot a Parkes (Consensus) Error Grid",
      "topics": [
        "plotParkesGrid"
      ]
    }
  ],
  "_rundeps": [
    "cli",
    "cpp11",
    "farver",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lattice",
    "lifecycle",
    "Matrix",
    "mgcv",
    "nlme",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "ega.Rmd",
      "filename": "ega.html",
      "title": "ega Vignette",
      "author": "Daniel Schmolze",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Welcome",
        "Introduction to Error Grid Analysis",
        "Using ega",
        "Wrapping up"
      ],
      "created": "2014-11-13",
      "modified": "2017-03-21 05:50:34",
      "commits": 2
    }
  ],
  "_score": 2.414973347970818,
  "_indexed": true,
  "_nocasepkg": "ega",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-05-08T06:48:54.000Z",
      "distro": "noble",
      "commit": "04e9e90bdce2acaab6a57f67e184d4f8a843a9de",
      "fileid": "cfefb83fdfffbe1cbd62edfdb979537fb9d45e9734e2383a756541860b25648c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25541242291"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-05-08T06:48:55.000Z",
      "distro": "noble",
      "commit": "04e9e90bdce2acaab6a57f67e184d4f8a843a9de",
      "fileid": "4a2dcb55da8c64484172276e7ab00bbcd2267b2298d85fdc93f1c88f953052e1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25541242291"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.0",
      "date": "2026-05-22T14:13:14.000Z",
      "commit": "04e9e90bdce2acaab6a57f67e184d4f8a843a9de",
      "fileid": "2c8f532ece0f8d8639dd14c62d42287c75cebb5868cfa0f279664472eaf3d10d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25541242291"
    }
  ]
}