gnu: r-ecp: Update to 3.1.4.
* gnu/packages/cran.scm (r-ecp): Update to 3.1.4. [native-inputs]: Add r-r-rsp.
This commit is contained in:
parent
1f1fa22099
commit
8eee119525
1 changed files with 3 additions and 2 deletions
|
@ -2562,16 +2562,17 @@ (define-public r-ecosolver
|
||||||
(define-public r-ecp
|
(define-public r-ecp
|
||||||
(package
|
(package
|
||||||
(name "r-ecp")
|
(name "r-ecp")
|
||||||
(version "3.1.3")
|
(version "3.1.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ecp" version))
|
(uri (cran-uri "ecp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n602jssl6rf596nwm6hbl7s9vdlqi20w8mrhxicj373mw5v22m8"))))
|
"0kf0kkawds86kqx3p2ahyzw9xvaz5bz51ffik3f1g5b5lwjvz60v"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-rcpp))
|
(list r-rcpp))
|
||||||
|
(native-inputs (list r-r-rsp))
|
||||||
(home-page "https://cran.r-project.org/web/packages/ecp/")
|
(home-page "https://cran.r-project.org/web/packages/ecp/")
|
||||||
(synopsis "Multiple change-point analysis of multivariate data")
|
(synopsis "Multiple change-point analysis of multivariate data")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue