gnu: r-pls: Update to 2.8-0.
* gnu/packages/cran.scm (r-pls): Update to 2.8-0.
This commit is contained in:
		
							parent
							
								
									439ae104bd
								
							
						
					
					
						commit
						fd66fd540a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3111,13 +3111,13 @@ error stream.")
 | 
				
			||||||
(define-public r-pls
 | 
					(define-public r-pls
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-pls")
 | 
					    (name "r-pls")
 | 
				
			||||||
    (version "2.7-3")
 | 
					    (version "2.8-0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "pls" version))
 | 
					       (uri (cran-uri "pls" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0b3ls12w19wc4xkhnsgmb333y9lyzwq3syjc3k8zs1agnw59c7cg"))))
 | 
					        (base32 "1gqq8rcq6p0hs2gfzwfj690rz3pwywmnv8qzcv0wsd6aaqkskwzg"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (home-page "https://mevik.net/work/software/pls.html")
 | 
					    (home-page "https://mevik.net/work/software/pls.html")
 | 
				
			||||||
    (synopsis "Partial Least Squares and Principal Component Regression")
 | 
					    (synopsis "Partial Least Squares and Principal Component Regression")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue