gnu: r-biocneighbors: Update to 1.6.0.
* gnu/packages/bioconductor.scm (r-biocneighbors): Update to 1.6.0. [native-inputs]: Add r-knitr.
This commit is contained in:
		
							parent
							
								
									ae0fcaa6fd
								
							
						
					
					
						commit
						f5864c11a4
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -2376,14 +2376,14 @@ samples.") | ||||||
| (define-public r-biocneighbors | (define-public r-biocneighbors | ||||||
|   (package |   (package | ||||||
|     (name "r-biocneighbors") |     (name "r-biocneighbors") | ||||||
|     (version "1.4.2") |     (version "1.6.0") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (bioconductor-uri "BiocNeighbors" version)) |        (uri (bioconductor-uri "BiocNeighbors" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|          "1bx7i5pifj8w89fnhfgcfgcar2ik2ad8wqs2rix7yks90vz185i6")))) |          "14cyyrwxi82xm5wy6bb1176zg322ll67wjrw9vvi4fhfs1k4wqxy")))) | ||||||
|     (properties `((upstream-name . "BiocNeighbors"))) |     (properties `((upstream-name . "BiocNeighbors"))) | ||||||
|     (build-system r-build-system) |     (build-system r-build-system) | ||||||
|     (propagated-inputs |     (propagated-inputs | ||||||
|  | @ -2393,6 +2393,8 @@ samples.") | ||||||
|        ("r-rcppannoy" ,r-rcppannoy) |        ("r-rcppannoy" ,r-rcppannoy) | ||||||
|        ("r-rcpphnsw" ,r-rcpphnsw) |        ("r-rcpphnsw" ,r-rcpphnsw) | ||||||
|        ("r-s4vectors" ,r-s4vectors))) |        ("r-s4vectors" ,r-s4vectors))) | ||||||
|  |     (native-inputs | ||||||
|  |      `(("r-knitr" ,r-knitr))) | ||||||
|     (home-page "https://bioconductor.org/packages/BiocNeighbors") |     (home-page "https://bioconductor.org/packages/BiocNeighbors") | ||||||
|     (synopsis "Nearest Neighbor Detection for Bioconductor packages") |     (synopsis "Nearest Neighbor Detection for Bioconductor packages") | ||||||
|     (description |     (description | ||||||
|  |  | ||||||
		Reference in a new issue