gnu: r-fastshap: Update to 0.1.0.
* gnu/packages/cran.scm (r-fastshap): Update to 0.1.0. [propagated-inputs]: Remove r-abind, r-ggplot2, r-gridextra, r-matrixstats, r-plyr, and r-tibble; add r-foreach. [native-inputs]: Add r-knitr.
This commit is contained in:
		
							parent
							
								
									4169a87e19
								
							
						
					
					
						commit
						86231c1cfd
					
				
					 1 changed files with 5 additions and 10 deletions
				
			
		| 
						 | 
					@ -32411,25 +32411,20 @@ Kemeny distance and correlation coefficient.")
 | 
				
			||||||
(define-public r-fastshap
 | 
					(define-public r-fastshap
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-fastshap")
 | 
					    (name "r-fastshap")
 | 
				
			||||||
    (version "0.0.7")
 | 
					    (version "0.1.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "fastshap" version))
 | 
					       (uri (cran-uri "fastshap" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0gxch67i3bj6m8nb94m5hswq058w6n1q9war4dy2qnimlv7cmhdv"))))
 | 
					         "112hc585aryzc5pgvr3qaa7arlx2h2sj9jlq9xha3nncyzqkh7c6"))))
 | 
				
			||||||
    (properties `((upstream-name . "fastshap")))
 | 
					    (properties `((upstream-name . "fastshap")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list r-abind
 | 
					     (list r-foreach r-rcpp r-rcpparmadillo))
 | 
				
			||||||
           r-ggplot2
 | 
					    (native-inputs
 | 
				
			||||||
           r-gridextra
 | 
					     (list r-knitr))
 | 
				
			||||||
           r-matrixstats
 | 
					 | 
				
			||||||
           r-plyr
 | 
					 | 
				
			||||||
           r-rcpp
 | 
					 | 
				
			||||||
           r-rcpparmadillo
 | 
					 | 
				
			||||||
           r-tibble))
 | 
					 | 
				
			||||||
    (home-page "https://github.com/bgreenwell/fastshap")
 | 
					    (home-page "https://github.com/bgreenwell/fastshap")
 | 
				
			||||||
    (synopsis "Fast approximate Shapley values")
 | 
					    (synopsis "Fast approximate Shapley values")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue