gnu: r-rcas: Update to 1.1.1.
* gnu/packages/bioinformatics.scm (r-rcas): Update to 1.1.1. [propagated-inputs]: Add plotrix.
This commit is contained in:
parent
1194575b3c
commit
2c8d6c0be4
|
@ -7363,7 +7363,7 @@ paired-end data.")
|
|||
(define-public r-rcas
|
||||
(package
|
||||
(name "r-rcas")
|
||||
(version "1.0.0")
|
||||
(version "1.1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/BIMSBbioinfo/RCAS/archive/v"
|
||||
|
@ -7371,7 +7371,7 @@ paired-end data.")
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1h7di822ihgkhmmmlfbfz3c2dkjyjxl307i6mx8w0cwjqbna1kp6"))))
|
||||
"1hd0r66556bxbdd82ksjklq7nfli36l4k6y88ic7kkg9873wa1nw"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)
|
||||
|
@ -7393,6 +7393,7 @@ paired-end data.")
|
|||
("r-topgo" ,r-topgo)
|
||||
("r-dt" ,r-dt)
|
||||
("r-plotly" ,r-plotly)
|
||||
("r-plotrix" ,r-plotrix)
|
||||
("r-motifrg" ,r-motifrg)
|
||||
("r-genomation" ,r-genomation)
|
||||
("r-genomicfeatures" ,r-genomicfeatures)
|
||||
|
|
Loading…
Reference in New Issue