gnu: r-maldiquant: Update to 1.20.
* gnu/packages/cran.scm (r-maldiquant): Update to 1.20. [native-inputs]: Add r-knitr.
This commit is contained in:
		
							parent
							
								
									9139a5cbb2
								
							
						
					
					
						commit
						00cdff9e6e
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -27709,16 +27709,18 @@ data (variant call format, e.g. VCF or BCF) or meta-analysis results in R.")
 | 
			
		|||
(define-public r-maldiquant
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-maldiquant")
 | 
			
		||||
    (version "1.19.3")
 | 
			
		||||
    (version "1.20")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (cran-uri "MALDIquant" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "0b7kdz3x4sdq413h1q09l1qhcvdnnwv6fqsqwllks1cd3xy34c57"))))
 | 
			
		||||
         "1h9i158czlzwbn5zakkqd2ggc9g90r73vdspmp6kgfcmy9frvwzz"))))
 | 
			
		||||
    (properties `((upstream-name . "MALDIquant")))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("r-knitr" ,r-knitr)))
 | 
			
		||||
    (home-page "https://cran.r-project.org/web/packages/MALDIquant")
 | 
			
		||||
    (synopsis "Quantitative analysis of mass spectrometry data")
 | 
			
		||||
    (description
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue