[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/54: gnu: Add r-activpal.
From: |
guix-commits |
Subject: |
32/54: gnu: Add r-activpal. |
Date: |
Sat, 14 Dec 2019 07:36:40 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit bbaab253966522abb74d8b3937d69f158de360f9
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 14 10:55:14 2019 +0100
gnu: Add r-activpal.
* gnu/packages/cran.scm (r-activpal): New variable.
---
gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4ff97d3..2c83e70 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18048,3 +18048,34 @@ data for different accelerometer brands.")
data and plain table data to calculate the Activity Index from Bai et
al. (2016) @url{doi:10.1371/journal.pone.0160644}.")
(license license:gpl3)))
+
+(define-public r-activpal
+ (package
+ (name "r-activpal")
+ (version "0.1.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "activPAL" version))
+ (sha256
+ (base32
+ "1h6hp5z89ji73gdzxy1dgbfwjysiy5lvcqh90xagpb7sa7ahs3na"))))
+ (properties `((upstream-name . "activPAL")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-devtools" ,r-devtools)
+ ("r-dplyr" ,r-dplyr)
+ ("r-ggplot2" ,r-ggplot2)
+ ("r-lubridate" ,r-lubridate)
+ ("r-magrittr" ,r-magrittr)
+ ("r-tidyr" ,r-tidyr)))
+ (home-page "https://cran.r-project.org/web/packages/activPAL")
+ (synopsis "Processing and chart generation from activPAL events files")
+ (description
+ "This package contains functions to generate pre-defined summary
+statistics from activPAL events files. The package also contains functions to
+produce informative graphics that visualize physical activity behaviour and
+trends. This includes generating graphs that align physical activity
+behaviour with additional time based observations described by other data
+sets, such as sleep diaries and continuous glucose monitoring data.")
+ (license license:gpl3)))
- 02/54: gnu: Add r-r-filesets., (continued)
- 02/54: gnu: Add r-r-filesets., guix-commits, 2019/12/14
- 17/54: gnu: Add r-acrt., guix-commits, 2019/12/14
- 38/54: gnu: Add r-readbitmap., guix-commits, 2019/12/14
- 21/54: gnu: Add r-acswr., guix-commits, 2019/12/14
- 39/54: gnu: Add r-imager., guix-commits, 2019/12/14
- 42/54: gnu: Add r-adagio., guix-commits, 2019/12/14
- 25/54: gnu: Add r-ineq., guix-commits, 2019/12/14
- 23/54: gnu: Add r-gdina., guix-commits, 2019/12/14
- 48/54: gnu: Add r-icge., guix-commits, 2019/12/14
- 28/54: gnu: Add r-actigraphy., guix-commits, 2019/12/14
- 32/54: gnu: Add r-activpal.,
guix-commits <=
- 49/54: gnu: Add r-depth., guix-commits, 2019/12/14
- 44/54: gnu: Add r-tolerance., guix-commits, 2019/12/14
- 54/54: import: cran: Recognize LGPL 2.1+., guix-commits, 2019/12/14
- 05/54: gnu: Add r-acopula., guix-commits, 2019/12/14
- 47/54: gnu: Add r-biclust., guix-commits, 2019/12/14
- 13/54: gnu: Add r-dummies., guix-commits, 2019/12/14
- 07/54: gnu: Add r-seewave., guix-commits, 2019/12/14
- 26/54: gnu: Add r-actfrag., guix-commits, 2019/12/14
- 46/54: gnu: Add r-flexclust., guix-commits, 2019/12/14
- 15/54: gnu: Add r-treeclust., guix-commits, 2019/12/14