gnu: r-bioccheck: Update to 1.24.0.
* gnu/packages/bioinformatics.scm (r-bioccheck): Update to 1.24.0. [native-inputs]: Add r-knitr.
This commit is contained in:
		
							parent
							
								
									9f416be83d
								
							
						
					
					
						commit
						1a9de6cfe8
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -7588,13 +7588,13 @@ functionality.")
 | 
				
			||||||
(define-public r-bioccheck
 | 
					(define-public r-bioccheck
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-bioccheck")
 | 
					    (name "r-bioccheck")
 | 
				
			||||||
    (version "1.22.0")
 | 
					    (version "1.24.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (bioconductor-uri "BiocCheck" version))
 | 
					              (uri (bioconductor-uri "BiocCheck" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1qnvl5yajgh67ijkq6gdsafri1k5hyw5gzn2ccqk9ymx6i2xd80g"))))
 | 
					                "1p9ys18sn1crxw1iac2jdgqvwpb5hjd9nfxx0qn0ncrv0b550mny"))))
 | 
				
			||||||
    (properties
 | 
					    (properties
 | 
				
			||||||
     `((upstream-name . "BiocCheck")))
 | 
					     `((upstream-name . "BiocCheck")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
| 
						 | 
					@ -7626,6 +7626,8 @@ functionality.")
 | 
				
			||||||
       ("r-biocmanager" ,r-biocmanager)
 | 
					       ("r-biocmanager" ,r-biocmanager)
 | 
				
			||||||
       ("r-biocviews" ,r-biocviews)
 | 
					       ("r-biocviews" ,r-biocviews)
 | 
				
			||||||
       ("r-stringdist" ,r-stringdist)))
 | 
					       ("r-stringdist" ,r-stringdist)))
 | 
				
			||||||
 | 
					    (native-inputs
 | 
				
			||||||
 | 
					     `(("r-knitr" ,r-knitr)))
 | 
				
			||||||
    (home-page "https://bioconductor.org/packages/BiocCheck")
 | 
					    (home-page "https://bioconductor.org/packages/BiocCheck")
 | 
				
			||||||
    (synopsis "Executes Bioconductor-specific package checks")
 | 
					    (synopsis "Executes Bioconductor-specific package checks")
 | 
				
			||||||
    (description "This package contains tools to perform additional quality
 | 
					    (description "This package contains tools to perform additional quality
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue