Package: iglu
Type: Package
Title: Interpreting Glucose Data from Continuous Glucose Monitors
Version: 3.4.2
Authors@R: c(person("Steve", "Broll",
            email = "stevebroll@tamu.edu",
            role = c("aut")),
            person("David", "Buchanan",
            role = c("aut")),
            person("Elizabeth", "Chun",
            role = c("aut")),
            person("John", "Muschelli",
            role = c("aut"),
            email = "muschellij2@gmail.com",
            comment = c(ORCID = "0000-0001-6469-1750")),
            person("Nathaniel", "Fernandes",
            role = c("aut"), 
            email="njfernandes24@tamu.edu"),
            person("Jung Hoon", "Seo",
            role = c("aut")),
            person("Johnathan", "Shih",
            role = c("aut")),
            person("Jacek", "Urbanek",
            role = c("aut")),
            person("John", "Schwenck",
            role = c("aut"),
            email = "jschwenck@stat.tamu.edu"),
            person("Marielle", "Hicban",
            role = c("ctb"),
            email = "marbhic@tamu.edu"),
            person("Mary", "Martin",
            role = c("ctb"),
            email = "marymartin16@tamu.edu"),
            person("Pratik", "Patel",
            role = c("ctb"),
            email = "p.pratik99@tamu.edu"),
            person("Meyappan", "Ashok",
            role = c("ctb")),
            person("Nhan", "Nguyen",
            role = c("ctb"),
            email = "nhannguyen993@tamu.edu"),
            person("Irina", "Gaynanova",
            email = "irinag@stat.tamu.edu",role = c("aut", "cre"),
            comment = c(ORCID = "0000-0002-4116-0268")))
Description: Implements a wide range of metrics for measuring glucose control and glucose variability based on continuous glucose monitoring data. The list of implemented metrics is summarized in Rodbard (2009) <doi:10.1089/dia.2009.0015>. Additional visualization tools include time-series plots, lasagna plots and ambulatory glucose profile report. 
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Depends: R (>= 3.1.0)
Imports: caTools, dplyr, ggplot2, ggpubr, gridExtra, hms, lubridate,
        magrittr, patchwork, scales, shiny, stats, tibble, tidyr,
        utils, zoo, gtable, grid
Suggests: knitr, rmarkdown, testthat (>= 2.1.0)
VignetteBuilder: knitr
URL: https://irinagain.github.io/iglu/
NeedsCompilation: no
Packaged: 2022-11-16 17:29:38 UTC; irinag
Author: Steve Broll [aut],
  David Buchanan [aut],
  Elizabeth Chun [aut],
  John Muschelli [aut] (<https://orcid.org/0000-0001-6469-1750>),
  Nathaniel Fernandes [aut],
  Jung Hoon Seo [aut],
  Johnathan Shih [aut],
  Jacek Urbanek [aut],
  John Schwenck [aut],
  Marielle Hicban [ctb],
  Mary Martin [ctb],
  Pratik Patel [ctb],
  Meyappan Ashok [ctb],
  Nhan Nguyen [ctb],
  Irina Gaynanova [aut, cre] (<https://orcid.org/0000-0002-4116-0268>)
Maintainer: Irina Gaynanova <irinag@stat.tamu.edu>
Repository: CRAN
Date/Publication: 2022-11-16 20:20:02 UTC
