me
/
guix
Archived
1
0
Fork 0

gnu: Add r-activpalprocessing.

* gnu/packages/cran.scm (r-activpalprocessing): New variable.
master
Ricardo Wurmus 2019-12-14 10:56:03 +01:00
parent bbaab25396
commit a5d4dc7efb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 24 additions and 0 deletions

View File

@ -18079,3 +18079,27 @@ trends. This includes generating graphs that align physical activity
behaviour with additional time based observations described by other data behaviour with additional time based observations described by other data
sets, such as sleep diaries and continuous glucose monitoring data.") sets, such as sleep diaries and continuous glucose monitoring data.")
(license license:gpl3))) (license license:gpl3)))
(define-public r-activpalprocessing
(package
(name "r-activpalprocessing")
(version "1.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "activpalProcessing" version))
(sha256
(base32
"1y0bjx2qx53iy930y9iww4q1yzjj8y16cwgixk1mq3w4g1f116d1"))))
(properties
`((upstream-name . "activpalProcessing")))
(build-system r-build-system)
(propagated-inputs
`(("r-chron" ,r-chron)))
(home-page "https://cran.r-project.org/web/packages/activpalProcessing/")
(synopsis "Process activPAL events files")
(description
"This package performs estimation of physical activity and sedentary
behavior variables from activPAL events files.")
;; Either version of the GPL.
(license (list license:gpl2 license:gpl3))))