mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-epi: Update to 2.43.
* gnu/packages/cran.scm (r-epi): Update to 2.43. [propagated-inputs]: Add r-purrr.
This commit is contained in:
parent
11934f0743
commit
ef45b2c64d
1 changed files with 3 additions and 2 deletions
|
@ -13185,14 +13185,14 @@ (define-public r-etm
|
|||
(define-public r-epi
|
||||
(package
|
||||
(name "r-epi")
|
||||
(version "2.42")
|
||||
(version "2.43")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Epi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vsyxlxl6n5y3wr8w7ji17hnhvbr0xsawqbdl1ajcfg5faizm9sl"))))
|
||||
"0wsjvilcivrhy2kh2dcagkzy7bjmfa0sq9xjpv6qb4b0nc0mv089"))))
|
||||
(properties `((upstream-name . "Epi")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -13205,6 +13205,7 @@ (define-public r-epi
|
|||
("r-mgcv" ,r-mgcv)
|
||||
("r-numderiv" ,r-numderiv)
|
||||
("r-plyr" ,r-plyr)
|
||||
("r-purrr" ,r-purrr)
|
||||
("r-survival" ,r-survival)
|
||||
("r-zoo" ,r-zoo)))
|
||||
(home-page "https://BendixCarstensen.com/Epi/")
|
||||
|
|
Loading…
Reference in a new issue