gnu: r-vsn: Add r-knitr.
* gnu/packages/bioinformatics.scm (r-vsn)[native-inputs]: Add r-knitr.master
parent
9eed0a74f9
commit
3b7c644569
|
@ -9360,6 +9360,8 @@ analysis.")
|
||||||
("r-ggplot2" ,r-ggplot2)
|
("r-ggplot2" ,r-ggplot2)
|
||||||
("r-lattice" ,r-lattice)
|
("r-lattice" ,r-lattice)
|
||||||
("r-limma" ,r-limma)))
|
("r-limma" ,r-limma)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr))) ; for vignettes
|
||||||
(home-page "https://bioconductor.org/packages/release/bioc/html/vsn.html")
|
(home-page "https://bioconductor.org/packages/release/bioc/html/vsn.html")
|
||||||
(synopsis "Variance stabilization and calibration for microarray data")
|
(synopsis "Variance stabilization and calibration for microarray data")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue