gnu: r-epi: Update to 2.47.
* gnu/packages/cran.scm (r-epi): Update to 2.47.
This commit is contained in:
		
							parent
							
								
									83d3d1fd5c
								
							
						
					
					
						commit
						4f5791a006
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -15739,14 +15739,14 @@ model with finite state space using the Aalen-Johansen estimator.")
 | 
				
			||||||
(define-public r-epi
 | 
					(define-public r-epi
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-epi")
 | 
					    (name "r-epi")
 | 
				
			||||||
    (version "2.46")
 | 
					    (version "2.47")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "Epi" version))
 | 
					       (uri (cran-uri "Epi" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0s3ij0rya4wd7k97kc4s3pwj1d1ypaxl1s7zqr6sa07hp4a8fzz0"))))
 | 
					         "1dkdx000cvy2rgxq3w6ppl3j9h7mwmcqg5xqsqh5hr3aks845pwx"))))
 | 
				
			||||||
    (properties `((upstream-name . "Epi")))
 | 
					    (properties `((upstream-name . "Epi")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue