forked from irinagain/iglu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
75 lines (75 loc) · 2.29 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Package: iglu
Type: Package
Title: Interpreting Glucose Data from Continuous Glucose Monitors
Version: 4.2.1
Authors@R: c(person("Elizabeth", "Chun",
role = c("aut")),
person("Steve", "Broll",
role = c("aut")),
person("David", "Buchanan",
role = c("aut")),
person("John", "Muschelli",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6469-1750")),
person("Nathaniel", "Fernandes",
email = "[email protected]",
comment = c(ORCID = "0000-0003-0485-0726"),
role = c("aut")),
person("Jung Hoon", "Seo",
role = c("ctb")),
person("Johnathan", "Shih",
role = c("ctb")),
person("Jacek", "Urbanek",
role = c("ctb")),
person("John", "Schwenck",
role = c("ctb")),
person("Marielle", "Hicban",
role = c("ctb")),
person("Mary", "Martin",
role = c("ctb")),
person("Pratik", "Patel",
role = c("ctb")),
person("Meyappan", "Ashok",
role = c("ctb")),
person("Nhan", "Nguyen",
role = c("ctb")),
person("Irina", "Gaynanova",
email = "[email protected]",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.3.2
Depends: R (>= 3.5.0)
Imports:
caTools,
dplyr,
DT,
ggplot2,
ggpubr,
gridExtra,
hms,
lubridate,
magrittr,
patchwork,
pheatmap,
scales,
shiny,
stats,
tibble,
tidyr,
utils,
zoo,
gtable,
grid,
plotly
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
URL: https://irinagain.github.io/iglu/
BugReports: https://github.com/irinagain/iglu/issues
Config/testthat/edition: 3