Package: cgmguru Type: Package Title: Advanced Continuous Glucose Monitoring Analysis with High-Performance C++ Backend Version: 1.2.0 Authors@R: c(person(given = c("Sang", "Ho"), family = "Park", role = c("aut", "cre"), email = "shstat1729@gmail.com"), person(given = "Rosa", family = "Oh", role = c("aut", "ctb")), person(given = "Sang-Man", family = "Jin", role = c("aut", "ctb"))) Maintainer: Sang Ho Park Description: Tools for advanced analysis of continuous glucose monitoring (CGM) time-series, implementing GRID (Glucose Rate Increase Detector) and GRID-based algorithms for postprandial peak detection, and detection of hypoglycemic and hyperglycemic episodes (Levels 1/2/Extended) aligned with international consensus CGM metrics. Core algorithms are implemented in optimized C++ using 'Rcpp' to provide accurate and fast analysis on large datasets. License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.3 LinkingTo: Rcpp Imports: Rcpp Suggests: testthat (>= 3.0.0), knitr, rmarkdown, iglu, dplyr, covr, ggplot2, microbenchmark VignetteBuilder: knitr URL: https://github.com/shstat1729/cgmguru, https://shstat1729.github.io/cgmguru/ BugReports: https://github.com/shstat1729/cgmguru/issues Config/testthat/edition: 3 Repository: https://shstat1729.r-universe.dev Date/Publication: 2026-06-19 01:28:03 UTC RemoteUrl: https://github.com/shstat1729/cgmguru RemoteRef: HEAD RemoteSha: 6cbff3b877f68edb10c9f9ab4bb3d2acf6644982 NeedsCompilation: yes Packaged: 2026-06-19 03:57:28 UTC; root Author: Sang Ho Park [aut, cre], Rosa Oh [aut, ctb], Sang-Man Jin [aut, ctb]