gnu: r-fda: Update to 5.4.0.
* gnu/packages/cran.scm (r-fda): Update to 5.4.0. [propagated-inputs]: Add r-desolve.
This commit is contained in:
		
							parent
							
								
									166fdac32a
								
							
						
					
					
						commit
						9be3daf763
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
					@ -22321,18 +22321,19 @@ variable observed over time.")
 | 
				
			||||||
(define-public r-fda
 | 
					(define-public r-fda
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-fda")
 | 
					    (name "r-fda")
 | 
				
			||||||
    (version "5.1.9")
 | 
					    (version "5.4.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "fda" version))
 | 
					       (uri (cran-uri "fda" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0yjrjsv55bcwqn2yxjgj3hn17wfvjvgngfw9xv3w802i52yz9gf8"))))
 | 
					         "000flssclb2c1sfm2czyp1qxrfrl9rp6bd8sw87ign8165maplqf"))))
 | 
				
			||||||
    (properties `((upstream-name . "fda")))
 | 
					    (properties `((upstream-name . "fda")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("r-fds" ,r-fds)
 | 
					     `(("r-desolve" ,r-desolve)
 | 
				
			||||||
 | 
					       ("r-fds" ,r-fds)
 | 
				
			||||||
       ("r-matrix" ,r-matrix)))
 | 
					       ("r-matrix" ,r-matrix)))
 | 
				
			||||||
    (home-page "https://www.functionaldata.org")
 | 
					    (home-page "https://www.functionaldata.org")
 | 
				
			||||||
    (synopsis "Functional data analysis")
 | 
					    (synopsis "Functional data analysis")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue