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
|
(define-public r-actigraphy
|
||||||
(package
|
(package
|
||||||
(name "r-actigraphy")
|
(name "r-actigraphy")
|
||||||
(version "1.3.2")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Actigraphy" version))
|
(uri (cran-uri "Actigraphy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y0ccmxhdfhdmi4k6pbfvnqknkqbgvfsf2qf7z7rc4xpfgym6574"))))
|
"0bpmvszzv5fm72nar3wgnmfl5am7znqfajmlbv38ihkbi7jbwk20"))))
|
||||||
(properties `((upstream-name . "Actigraphy")))
|
(properties `((upstream-name . "Actigraphy")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-fda" ,r-fda)
|
`(("r-fda" ,r-fda)))
|
||||||
("r-sdmtools" ,r-sdmtools)))
|
|
||||||
(home-page "https://cran.r-project.org/web/packages/Actigraphy/")
|
(home-page "https://cran.r-project.org/web/packages/Actigraphy/")
|
||||||
(synopsis "Actigraphy data analysis")
|
(synopsis "Actigraphy data analysis")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue