parent
6b2126f332
commit
e671034cf4
|
@ -1587,14 +1587,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.3")
|
(version "5.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ape" version))
|
(uri (cran-uri "ape" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08wbk1kxhs32bmmvqlqanbdg1w235amd35k8m00fngsj9h9xzc08"))))
|
"0f74x9vx9sxpns2hlq4w2x80cd2gw42isfgncvs9pqbjf4hiyqnr"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-lattice" ,r-lattice)
|
`(("r-lattice" ,r-lattice)
|
||||||
|
|
Reference in New Issue