mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-actigraphy: Update to 1.4.0.
* gnu/packages/cran.scm (r-actigraphy): Update to 1.4.0. [propagated-inputs]: Remove r-sdmtools.
This commit is contained in:
parent
46d833ef98
commit
90d499782e
1 changed files with 3 additions and 4 deletions
|
@ -18013,19 +18013,18 @@ (define-public r-fda
|
|||
(define-public r-actigraphy
|
||||
(package
|
||||
(name "r-actigraphy")
|
||||
(version "1.3.2")
|
||||
(version "1.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Actigraphy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0y0ccmxhdfhdmi4k6pbfvnqknkqbgvfsf2qf7z7rc4xpfgym6574"))))
|
||||
"0bpmvszzv5fm72nar3wgnmfl5am7znqfajmlbv38ihkbi7jbwk20"))))
|
||||
(properties `((upstream-name . "Actigraphy")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-fda" ,r-fda)
|
||||
("r-sdmtools" ,r-sdmtools)))
|
||||
`(("r-fda" ,r-fda)))
|
||||
(home-page "https://cran.r-project.org/web/packages/Actigraphy/")
|
||||
(synopsis "Actigraphy data analysis")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue