Skip to content

gluvarpro

Glucose Variability Measures from Continuous Glucose Monitoring Data

v7.0 · Oct 1, 2022 · GPL-2

Description

Calculate different glucose variability measures, including average measures of glycemia, measures of glycemic variability and measures of glycemic risk, from continuous glucose monitoring data. Boris P. Kovatchev, Erik Otto, Daniel Cox, Linda Gonder-Frederick, and William Clarke (2006) <doi:10.2337/dc06-1085>. Jean-Pierre Le Floch, Philippe Escuyer, Eric Baudin, Dominique Baudon, and Leon Perlemuter (1990) <doi:10.2337/diacare.13.2.172>. C.M. McDonnell, S.M. Donath, S.I. Vidmar, G.A. Werther, and F.J. Cameron (2005) <doi:10.1089/dia.2005.7.253>. Everitt, Brian (1998) <doi:10.1111/j.1751-5823.2011.00149_2.x>. Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) <doi:10.2307/2234167>. Dougherty, R. L., Edelman, A. and Hyman, J. M. (1989) <doi:10.1090/S0025-5718-1989-0962209-1>. Tukey, J. W. (1977) <doi:10.1016/0377-2217(86)90209-2>. F. John Service (2013) <doi:10.2337/db12-1396>. Edmond A. Ryan, Tami Shandro, Kristy Green, Breay W. Paty, Peter A. Senior, David Bigam, A.M. James Shapiro, and Marie-Christine Vantyghem (2004) <doi:10.2337/diabetes.53.4.955>. F. John Service, George D. Molnar, John W. Rosevear, Eugene Ackerman, Leal C. Gatewood, William F. Taylor (1970) <doi:10.2337/diab.19.9.644>. Sarah E. Siegelaar, Frits Holleman, Joost B. L. Hoekstra, and J. Hans DeVries (2010) <doi:10.1210/er.2009-0021>. Gabor Marics, Zsofia Lendvai, Csaba Lodi, Levente Koncz, David Zakarias, Gyorgy Schuster, Borbala Mikos, Csaba Hermann, Attila J. Szabo, and Peter Toth-Heyn (2015) <doi:10.1186/s12938-015-0035-3>. Thomas Danne, Revital Nimri, Tadej Battelino, Richard M. Bergenstal, Kelly L. Close, J. Hans DeVries, SatishGarg, Lutz Heinemann, Irl Hirsch, Stephanie A. Amiel, Roy Beck, Emanuele Bosi, Bruce Buckingham, ClaudioCobelli, Eyal Dassau, Francis J. Doyle, Simon Heller, Roman Hovorka, Weiping Jia, Tim Jones, Olga Kordonouri,Boris Kovatchev, Aaron Kowalski, Lori Laffel, David Maahs, Helen R. Murphy, Kirsten Nørgaard, Christopher G.Parkin, Eric Renard, Banshi Saboo, Mauro Scharf, William V. Tamborlane, Stuart A. Weinzimer, and Moshe Phillip.International consensus on use of continuous glucose monitoring.Diabetes Care, 2017 <doi:10.2337/dc17-1600>.

Downloads

218

Last 30 days

15074th

218

Last 90 days

218

Last year

CRAN Check Status

2 ERROR
2 NOTE
10 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 ERROR
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 ERROR
r-release-windows-x86_64 OK
Check details (14 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Sergio Contador <scontador@ucm.es>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Sergio",
                    family = "Contador",
                    role = c("aut", "cre"),
                    email = "scontador@ucm.es")
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Sergio Contador <scontador@ucm.es>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Sergio",
                    family = "Contador",
                    role = c("aut", "cre"),
                    email = "scontador@ucm.es")
as necessary.
OK r-devel-linux-x86_64-fedora-clang

*


            
OK r-devel-linux-x86_64-fedora-gcc

*


            
OK r-devel-macos-arm64

*


            
OK r-devel-windows-x86_64

*


            
OK r-oldrel-macos-arm64

*


            
ERROR r-oldrel-macos-x86_64

examples

Running examples in ‘gluvarpro-Ex.R’ failed
The error most likely occurred in:

> ### Name: preprocessgvp
> ### Title: preprocessing raw data from continuous glucose monitoring
> ### Aliases: preprocessgvp
> 
> ### ** Examples
> 
> data("datagvp4")
> preprocessgvp(datagvp4)
Error in preprocessgvp(datagvp4) : 
  Variable date and time must have yyyy/mm/dd and hh:mm:ss format.
Execution halted
OK r-oldrel-windows-x86_64

*


            
OK r-patched-linux-x86_64

*


            
OK r-release-linux-x86_64

*


            
OK r-release-macos-arm64

*


            
ERROR r-release-macos-x86_64

examples

Running examples in ‘gluvarpro-Ex.R’ failed
The error most likely occurred in:

> ### Name: preprocessgvp
> ### Title: preprocessing raw data from continuous glucose monitoring
> ### Aliases: preprocessgvp
> 
> ### ** Examples
> 
> data("datagvp4")
> preprocessgvp(datagvp4)
Error in preprocessgvp(datagvp4) : 
  Variable date and time must have yyyy/mm/dd and hh:mm:ss format.
Execution halted
OK r-release-windows-x86_64

*


            

Check History

ERROR 10 OK · 2 NOTE · 0 WARNING · 2 ERROR · 0 FAILURE Mar 9, 2026
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Sergio Contador <scontador@ucm.es>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Sergio",
                    family = "Contador",
                    role = c("aut", "cre"),
                    email = "scontador@ucm.es")
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Sergio Contador <scontador@ucm.es>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Sergio",
                    family = "Contador",
                    role = c("aut", "cre"),
                    email = "scontador@ucm.es")
as necessary.
ERROR r-release-macos-x86_64

examples

Running examples in ‘gluvarpro-Ex.R’ failed
The error most likely occurred in:

> ### Name: preprocessgvp
> ### Title: preprocessing raw data from continuous glucose monitoring
> ### Aliases: preprocessgvp
> 
> ### ** Examples
> 
> data("datagvp4")
> preprocessgvp(datagvp4)
Error in preprocessgvp(datagvp4) : 
  Variable date and time must have yyyy/mm/dd and hh:mm:ss format.
Execution halted
ERROR r-oldrel-macos-x86_64

examples

Running examples in ‘gluvarpro-Ex.R’ failed
The error most likely occurred in:

> ### Name: preprocessgvp
> ### Title: preprocessing raw data from continuous glucose monitoring
> ### Aliases: preprocessgvp
> 
> ### ** Examples
> 
> data("datagvp4")
> preprocessgvp(datagvp4)
Error in preprocessgvp(datagvp4) : 
  Variable date and time must have yyyy/mm/dd and hh:mm:ss format.
Execution halted

Dependency Network

Dependencies Reverse dependencies ggplot2 gridExtra pracma scales tidyr zoo gluvarpro

Version History

new 7.0 Mar 9, 2026