guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: Add r-accelerometry.


From: Leo Famulari
Subject: 03/03: gnu: Add r-accelerometry.
Date: Tue, 2 Oct 2018 15:46:41 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit d8d8844ec12c017480e83cd541e98b55e18a17f4
Author: pimi <address@hidden>
Date:   Tue Sep 11 15:18:27 2018 +0200

    gnu: Add r-accelerometry.
    
    gnu/packages/cran.scm (r-accelerometry): New variable.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2db310b..b567fdc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6107,3 +6107,27 @@ fitted probability density function or probability mass 
function curve, create
 the body mass index groups, assess the linearity assumption in logistic
 regression).")
     (license license:gpl2)))
+
+(define-public r-accelerometry
+  (package
+    (name "r-accelerometry")
+    (version "3.1.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "accelerometry" version))
+       (sha256
+        (base32 "13xzrwhr4i1nj9c8vrmfdg2rmrc8n446iihcyxmy99sm99hpzyip"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-dvmisc" ,r-dvmisc)
+       ("r-rcpp" ,r-rcpp)))
+    (home-page "https://cran.r-project.org/web/packages/accelerometry/";)
+    (synopsis "Functions for processing accelerometer data")
+    (description
+     "This package provides a collection of functions that perform operations 
on
+time-series accelerometer data, such as identify the non-wear time, flag 
minutes
+that are part of an activity bout, and find the maximum 10-minute average count
+value.  The functions are generally very flexible, allowing for a variety of
+algorithms to be implemented.")
+    (license license:gpl3)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]