gnu: r-gunifrac: Update to 1.8.
* gnu/packages/cran.scm (r-gunifrac): Update to 1.8. [propagated-inputs]: Add r-inline.
This commit is contained in:
parent
fa97d8c2d0
commit
6d2df3bd9e
@ -976,13 +976,13 @@ repositories, replacing the need for installation via @code{devtools}.")
|
|||||||
(define-public r-gunifrac
|
(define-public r-gunifrac
|
||||||
(package
|
(package
|
||||||
(name "r-gunifrac")
|
(name "r-gunifrac")
|
||||||
(version "1.7")
|
(version "1.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "GUniFrac" version))
|
(uri (cran-uri "GUniFrac" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13qb5fw9km6p5x8li9x3liqbh833wf2v73npj8jl3msplzfk82vp"))))
|
"1yw0d8hb7s662xy0dny9ygvx9gwh7yj8dxw4897zy7zyjhzim95f"))))
|
||||||
(properties `((upstream-name . "GUniFrac")))
|
(properties `((upstream-name . "GUniFrac")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
@ -991,6 +991,7 @@ repositories, replacing the need for installation via @code{devtools}.")
|
|||||||
r-foreach
|
r-foreach
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-ggrepel
|
r-ggrepel
|
||||||
|
r-inline
|
||||||
r-mass
|
r-mass
|
||||||
r-matrix
|
r-matrix
|
||||||
r-matrixstats
|
r-matrixstats
|
||||||
|
Loading…
x
Reference in New Issue
Block a user