mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: Add r-actfrag.
* gnu/packages/cran.scm (r-actfrag): New variable.
This commit is contained in:
parent
6790adf338
commit
c090b9977c
1 changed files with 27 additions and 0 deletions
|
@ -17889,3 +17889,30 @@ (define-public r-ineq
|
||||||
poverty measures. It provides both empirical and theoretical Lorenz curves.")
|
poverty measures. It provides both empirical and theoretical Lorenz curves.")
|
||||||
;; Either of these two versions.
|
;; Either of these two versions.
|
||||||
(license (list license:gpl2 license:gpl3))))
|
(license (list license:gpl2 license:gpl3))))
|
||||||
|
|
||||||
|
(define-public r-actfrag
|
||||||
|
(package
|
||||||
|
(name "r-actfrag")
|
||||||
|
(version "0.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "ActFrag" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"06l5a679j6289008ls57v420mnzpq9a4ln7svi5bh0vpvws7sr9d"))))
|
||||||
|
(properties `((upstream-name . "ActFrag")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-accelerometry" ,r-accelerometry)
|
||||||
|
("r-dplyr" ,r-dplyr)
|
||||||
|
("r-ineq" ,r-ineq)
|
||||||
|
("r-survival" ,r-survival)
|
||||||
|
("r-tidyr" ,r-tidyr)))
|
||||||
|
(home-page "https://github.com/junruidi/ActFrag")
|
||||||
|
(synopsis "Activity fragmentation metrics extraction")
|
||||||
|
(description
|
||||||
|
"This package provides functions to extract commonly used fragmentation
|
||||||
|
metrics to quantify time accumulation strategies based on minute level
|
||||||
|
actigraphy-measured activity counts data.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
Loading…
Reference in a new issue