mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add r-fda.
* gnu/packages/cran.scm (r-fda): New variable.
This commit is contained in:
parent
c090b9977c
commit
77a5bf938f
1 changed files with 24 additions and 0 deletions
|
@ -17916,3 +17916,27 @@ (define-public r-actfrag
|
|||
metrics to quantify time accumulation strategies based on minute level
|
||||
actigraphy-measured activity counts data.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-fda
|
||||
(package
|
||||
(name "r-fda")
|
||||
(version "2.4.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "fda" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0n39rzbhg1hipzn51rzmbchn2358qgapg08iv7lmiqj5y7i9qns2"))))
|
||||
(properties `((upstream-name . "fda")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-matrix" ,r-matrix)))
|
||||
(home-page "http://www.functionaldata.org")
|
||||
(synopsis "Functional data analysis")
|
||||
(description
|
||||
"These functions were developed to support functional data analysis as
|
||||
described in Ramsay, J. O. and Silverman, B. W. (2005) Functional Data
|
||||
Analysis. The package includes data sets and script files working many
|
||||
examples.")
|
||||
(license license:gpl2+)))
|
||||
|
|
Loading…
Reference in a new issue