mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add r-actigraphy.
* gnu/packages/cran.scm (r-actigraphy): New variable.
This commit is contained in:
parent
77a5bf938f
commit
402dae07b5
1 changed files with 23 additions and 0 deletions
|
@ -17940,3 +17940,26 @@ (define-public r-fda
|
|||
Analysis. The package includes data sets and script files working many
|
||||
examples.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-actigraphy
|
||||
(package
|
||||
(name "r-actigraphy")
|
||||
(version "1.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Actigraphy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0y0ccmxhdfhdmi4k6pbfvnqknkqbgvfsf2qf7z7rc4xpfgym6574"))))
|
||||
(properties `((upstream-name . "Actigraphy")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-fda" ,r-fda)
|
||||
("r-sdmtools" ,r-sdmtools)))
|
||||
(home-page "https://cran.r-project.org/web/packages/Actigraphy/")
|
||||
(synopsis "Actigraphy data analysis")
|
||||
(description
|
||||
"This package provides tools for functional linear modeling and analysis
|
||||
of actigraphy data.")
|
||||
(license license:asl2.0)))
|
||||
|
|
Loading…
Reference in a new issue