gnu: r-depecher: Update to 1.2.2.
* gnu/packages/bioconductor.scm (r-depecher): Update to 1.2.2. [native-inputs]: Add r-knitr.
This commit is contained in:
		
							parent
							
								
									a2512e436b
								
							
						
					
					
						commit
						bf3722f9db
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -5943,14 +5943,14 @@ delete entire rows with missing data.")
 | 
				
			||||||
(define-public r-depecher
 | 
					(define-public r-depecher
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-depecher")
 | 
					    (name "r-depecher")
 | 
				
			||||||
    (version "1.2.1")
 | 
					    (version "1.2.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (bioconductor-uri "DepecheR" version))
 | 
					       (uri (bioconductor-uri "DepecheR" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "08ja6ayvbax9m3x9w3xzi72z97miiha2nbsild1gp77n6sgn5i35"))))
 | 
					         "199j2kw0xnw7y4v1gakm2jgyc7zzlj8xh0570f2yjq55gp1kggbm"))))
 | 
				
			||||||
    (properties `((upstream-name . "DepecheR")))
 | 
					    (properties `((upstream-name . "DepecheR")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
| 
						 | 
					@ -5970,6 +5970,8 @@ delete entire rows with missing data.")
 | 
				
			||||||
       ("r-reshape2" ,r-reshape2)
 | 
					       ("r-reshape2" ,r-reshape2)
 | 
				
			||||||
       ("r-robustbase" ,r-robustbase)
 | 
					       ("r-robustbase" ,r-robustbase)
 | 
				
			||||||
       ("r-viridis" ,r-viridis)))
 | 
					       ("r-viridis" ,r-viridis)))
 | 
				
			||||||
 | 
					    (native-inputs
 | 
				
			||||||
 | 
					     `(("r-knitr" ,r-knitr)))
 | 
				
			||||||
    (home-page "https://bioconductor.org/packages/DepecheR/")
 | 
					    (home-page "https://bioconductor.org/packages/DepecheR/")
 | 
				
			||||||
    (synopsis "Identify traits of clusters in high-dimensional entities")
 | 
					    (synopsis "Identify traits of clusters in high-dimensional entities")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue