{
  "_id": "6a59105309eb0996dd68bd42",
  "Package": "imputeCGM",
  "Title": "Impute Missing Glucose Values in CGM Data",
  "Version": "0.0.3",
  "Authors@R": "c(\nperson(\"Shubh\", \"Saraswat\", email = \"shubh.saraswat00@gmail.com\", role = c(\"cre\", \"aut\", \"cph\"),\ncomment = c(ORCID = \"0009-0009-2359-1484\")),\nperson(\"Hasin Shahed Shad\", email = \"hasin.shad@uky.edu\", role = \"aut\"),\nperson(\"Xiaohua Douglas\", \"Zhang\", email = \"douglas.zhang@uky.edu\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-2486-7931\")))",
  "Description": "Imputes missing glucose values in repeated-measures\ncontinuous glucose monitoring (CGM) data. Workflows create\ntime-series features from raw timestamps, support model\nselection, and return the user's original columns plus an\nimputed glucose column. Methods include multiple imputation by\nchained equations using 'mice' (Azur et al. (2011)\n<doi:10.1002/mpr.329>), Random Forest regression using 'ranger'\n(Breiman (2001) <doi:10.1023/A:1010933404324>),\nk-nearest-neighbor regression using 'FNN' (Zhang (2016)\n<doi:10.21037/atm.2016.03.37>), 'XGBoost' using 'xgboost' (Chen\nand Guestrin (2016) <doi:10.1145/2939672.2939785>), 'LightGBM'\nusing 'lightgbm' (Ke et al. (2017)\n<https://papers.nips.cc/paper/6907-lightgbm-a-highly-efficient-gradient-boosting-decision>),\nand ARIMA forecasting using 'forecast' (Hyndman and Khandakar\n(2008) <doi:10.18637/jss.v027.i03>). A 'Python'-compatible\nbackend uses 'reticulate' to call 'pandas', 'scikit-learn',\n'statsmodels', 'xgboost', and optional 'lightgbm'.",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "NeedsCompilation": "no",
  "Language": "en-US",
  "URL": "https://zhanglabuky.github.io/imputeCGMR/,\nhttps://github.com/ZhangLabUKY/imputeCGMR",
  "BugReports": "https://github.com/ZhangLabUKY/imputeCGMR/issues",
  "LazyData": "true",
  "VignetteBuilder": "knitr",
  "Packaged": {
    "Date": "2026-07-16 17:05:42 UTC",
    "User": "root"
  },
  "Author": "Shubh Saraswat [cre, aut, cph] (ORCID:\n<https://orcid.org/0009-0009-2359-1484>), Hasin Shahed Shad\n[aut], Xiaohua Douglas Zhang [aut] (ORCID:\n<https://orcid.org/0000-0002-2486-7931>)",
  "Maintainer": "Shubh Saraswat <shubh.saraswat00@gmail.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-07-16 13:40:08 UTC",
  "RemoteUrl": "https://github.com/cran/imputeCGM",
  "RemoteRef": "HEAD",
  "RemoteSha": "f435739579210efd7ec052ab1a8870fc064fcdbd",
  "_user": "cran",
  "_type": "src",
  "_file": "imputeCGM_0.0.3.tar.gz",
  "_fileid": "https://r2.ropensci.org/ba9e9e1c35dc6fb04c7671914447a33e4338edb3e0917eca2642014d685a70a9",
  "_filesize": 198933,
  "_sha256": "ba9e9e1c35dc6fb04c7671914447a33e4338edb3e0917eca2642014d685a70a9",
  "_expires": "2026-10-24T17:09:37.000Z",
  "_created": "2026-07-16T17:05:42.000Z",
  "_published": "2026-07-16T17:09:39.695Z",
  "_jobs": [
    {
      "job": 87689010423,
      "time": 192,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8383706903"
    },
    {
      "job": 87689010435,
      "time": 182,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8383701635"
    },
    {
      "job": 87687994301,
      "time": 254,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8383612060"
    },
    {
      "job": 87689010491,
      "time": 166,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8383693244"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/29518008101",
  "_status": "success",
  "_upstream": "https://github.com/cran/imputeCGM",
  "_commit": {
    "id": "f435739579210efd7ec052ab1a8870fc064fcdbd",
    "author": "Shubh Saraswat <shubh.saraswat00@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.0.3\n",
    "time": 1784209208
  },
  "_maintainer": {
    "name": "Shubh Saraswat",
    "email": "shubh.saraswat00@gmail.com",
    "orcid": "0009-0009-2359-1484"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.3",
      "role": "Depends"
    },
    {
      "package": "mice",
      "role": "Imports"
    },
    {
      "package": "FNN",
      "role": "Imports"
    },
    {
      "package": "ranger",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "xgboost",
      "role": "Imports"
    },
    {
      "package": "lightgbm",
      "role": "Imports"
    },
    {
      "package": "forecast",
      "role": "Imports"
    },
    {
      "package": "CGManalyzer",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "role": "Imports"
    },
    {
      "package": "reticulate",
      "role": "Imports"
    },
    {
      "package": "shiny",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-29",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.0.3",
      "date": "2026-07-16"
    }
  ],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "followers": 620,
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/imputeCGM"
  },
  "_devurl": "https://github.com/zhanglabuky/imputecgmr",
  "_searchresults": 5,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/imputeCGM.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.0.3",
      "date": "2026-07-16"
    }
  ],
  "_exports": [
    "run_app",
    "run_missing_glucose_imputation",
    "run_missingness_benchmark"
  ],
  "_datasets": [
    {
      "name": "CGMExmplDat10Pct",
      "title": "Example dataset for CGMissingData",
      "object": "CGMExmplDat10Pct",
      "class": [
        "data.table",
        "data.frame"
      ],
      "fields": [
        "USUBJID",
        "SEX",
        "LBORRES",
        "Time",
        "AGE",
        "hba1c"
      ],
      "rows": 1440,
      "table": true,
      "tojson": true
    },
    {
      "name": "CGMExmplDat5Pct",
      "title": "Example dataset for CGMissingData",
      "object": "CGMExmplDat5Pct",
      "class": [
        "data.table",
        "data.frame"
      ],
      "fields": [
        "USUBJID",
        "SEX",
        "LBORRES",
        "Time",
        "AGE",
        "hba1c"
      ],
      "rows": 1440,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "CGMExmplDat10Pct",
      "title": "Example dataset for CGMissingData",
      "topics": [
        "CGMExmplDat10Pct"
      ]
    },
    {
      "page": "CGMExmplDat5Pct",
      "title": "Example dataset for CGMissingData",
      "topics": [
        "CGMExmplDat5Pct"
      ]
    },
    {
      "page": "run_app",
      "title": "Launch the imputeCGM Shiny App",
      "topics": [
        "run_app"
      ]
    },
    {
      "page": "run_missing_glucose_imputation",
      "title": "Impute missing glucose values using selectable MICE-based methods",
      "topics": [
        "run_missing_glucose_imputation"
      ]
    },
    {
      "page": "run_missingness_benchmark",
      "title": "Run missingness benchmark (target-masking with LAG features)",
      "topics": [
        "run_missingness_benchmark"
      ]
    }
  ],
  "_readme": "https://github.com/cran/imputeCGM/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "base64enc",
    "bit",
    "bit64",
    "boot",
    "broom",
    "bslib",
    "cachem",
    "CGManalyzer",
    "cli",
    "clipr",
    "codetools",
    "colorspace",
    "commonmark",
    "cpp11",
    "crayon",
    "data.table",
    "digest",
    "dplyr",
    "farver",
    "fastmap",
    "FNN",
    "fontawesome",
    "forcats",
    "foreach",
    "forecast",
    "fracdiff",
    "fs",
    "generics",
    "ggplot2",
    "glmnet",
    "glue",
    "gtable",
    "haven",
    "here",
    "hms",
    "htmltools",
    "httpuv",
    "isoband",
    "iterators",
    "jomo",
    "jquerylib",
    "jsonlite",
    "labeling",
    "later",
    "lattice",
    "lifecycle",
    "lightgbm",
    "lme4",
    "lmtest",
    "magrittr",
    "MASS",
    "Matrix",
    "memoise",
    "mice",
    "mime",
    "minqa",
    "mitml",
    "nlme",
    "nloptr",
    "nnet",
    "numDeriv",
    "ordinal",
    "otel",
    "pan",
    "pillar",
    "pkgconfig",
    "png",
    "prettyunits",
    "progress",
    "promises",
    "purrr",
    "R6",
    "ranger",
    "rappdirs",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "RcppTOML",
    "Rdpack",
    "readr",
    "reformulas",
    "reticulate",
    "rlang",
    "rpart",
    "rprojroot",
    "S7",
    "sass",
    "scales",
    "shape",
    "shiny",
    "sourcetools",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "timeDate",
    "tzdb",
    "ucminf",
    "urca",
    "utf8",
    "vctrs",
    "viridisLite",
    "vroom",
    "withr",
    "xgboost",
    "xtable",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "How-To-Use-imputeCGM.Rmd",
      "filename": "How-To-Use-imputeCGM.html",
      "title": "How To Use imputeCGM",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Installation",
        "Example data",
        "Required input columns",
        "What counts as missing?",
        "Explicit missing glucose values",
        "Timestamp gaps",
        "Basic real-imputation workflow",
        "How the method is selected",
        "Thread control",
        "Time handling and timestamp regularization",
        "Internal engineered features",
        "Continuous imputed values",
        "Optional Python-compatible backend",
        "Installing optional Python dependencies",
        "Choosing a backend",
        "Exporting results",
        "Troubleshooting",
        "Timestamp parsing errors",
        "Unexpected row counts",
        "Python module errors",
        "Warnings from mice",
        "Session information"
      ],
      "created": "2026-07-16 13:40:08",
      "modified": "2026-07-16 13:40:08",
      "commits": 1
    },
    {
      "source": "Using-the-imputeCGM-Shiny-App.Rmd",
      "filename": "Using-the-imputeCGM-Shiny-App.html",
      "title": "Using the imputeCGM Shiny App",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Installation",
        "Launching the app",
        "Input options",
        "Upload a CSV file",
        "Load built-in example data",
        "Selecting columns",
        "Target glucose column",
        "Subject ID column",
        "Timestamp column",
        "Feature columns",
        "Missingness summary card",
        "Timestamp-gap handling",
        "Backend selection",
        "MICE backend",
        "Method selection",
        "Optional sklearn backend",
        "Running imputation",
        "Previewing results",
        "Downloading results",
        "Troubleshooting",
        "The app does not launch",
        "No column choices appear",
        "Imputation fails because a timestamp cannot be parsed",
        "Downloaded data have more rows than the uploaded file",
        "Python backend fails because a Python module is missing",
        "Downloaded data contain NA in the original glucose column",
        "Developer notes"
      ],
      "created": "2026-07-16 13:40:08",
      "modified": "2026-07-16 13:40:08",
      "commits": 1
    }
  ],
  "_score": 3,
  "_indexed": false,
  "_nocasepkg": "imputecgm",
  "_universes": [
    "cran",
    "zhanglabuky"
  ],
  "_indexurl": "https://zhanglabuky.r-universe.dev/imputeCGM",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.3",
      "date": "2026-07-16T17:08:30.000Z",
      "distro": "resolute",
      "commit": "f435739579210efd7ec052ab1a8870fc064fcdbd",
      "fileid": "https://r2.ropensci.org/a2e5b94f66ddd18d8f9517d3d4e7ffdca5ce2a2151e6b30fa4e1efad409bdf6c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29518008101"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0.3",
      "date": "2026-07-16T17:08:23.000Z",
      "distro": "resolute",
      "commit": "f435739579210efd7ec052ab1a8870fc064fcdbd",
      "fileid": "https://r2.ropensci.org/6d85534a247803cd1e33c394fa5a1612486da679dc8e3e1593419518f5a0f651",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29518008101"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.3",
      "date": "2026-07-16T17:08:50.000Z",
      "commit": "f435739579210efd7ec052ab1a8870fc064fcdbd",
      "fileid": "https://r2.ropensci.org/c70ca7f15dd759a7c576173d2ad8f7c0a7292d081f5bda63c8f64bbf4751221f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29518008101"
    }
  ]
}