parent
2f3eac29af
commit
8bfc37f725
|
@ -2947,14 +2947,14 @@ component analysis (with robust methods, and parallelized functions).")
|
||||||
(define-public r-ape
|
(define-public r-ape
|
||||||
(package
|
(package
|
||||||
(name "r-ape")
|
(name "r-ape")
|
||||||
(version "5.5")
|
(version "5.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ape" version))
|
(uri (cran-uri "ape" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16i9sny7j90zi0k3znfff5lpnj5naxcy1142v73zxslr9g3h3am3"))))
|
"075d446jh337zg7w47bvxcbc942wy7jw8gych4ffmkqw7khjavyf"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-lattice r-nlme r-rcpp))
|
(list r-lattice r-nlme r-rcpp))
|
||||||
|
|
Reference in New Issue