From c4980d0de6187f56bc9e2e42d5aa82b2617af3d2 Mon Sep 17 00:00:00 2001 From: Annelinde Lettink Date: Tue, 25 Jun 2024 10:04:33 +0200 Subject: [PATCH] fix cmd check g.downsample package --- R/autocalibration.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/autocalibration.R b/R/autocalibration.R index 702b115..627005a 100644 --- a/R/autocalibration.R +++ b/R/autocalibration.R @@ -8,7 +8,7 @@ #' @param brand Character of sensor brand: "ActiGraph", "activPAL", "Acttrust", "Axivity", "GENEActiv", or "MOX". #' @return List of objects identical to g.calibrate function R package GGIR #' @importFrom stats sd lm.wfit -#' @importFrom GGIR g.downsample +#' @importFrom GENEAread g.downsample #' @export autocalibration = function(data, sr, printsummary= TRUE, brand) {