mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 17:23:38 -05:00
gnu: Add r-ash.
* gnu/packages/cran.scm (r-ash): New variable.
This commit is contained in:
parent
73545fde42
commit
feb7c4f6ca
1 changed files with 21 additions and 0 deletions
|
@ -19334,6 +19334,27 @@ (define-public r-actfrag
|
||||||
actigraphy-measured activity counts data.")
|
actigraphy-measured activity counts data.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
|
(define-public r-ash
|
||||||
|
(package
|
||||||
|
(name "r-ash")
|
||||||
|
(version "1.0-15")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "ash" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1ay2a2agdmiz7zzvn26mli0x0iwk09g5pp4yy1r23knhkp1pn2lb"))))
|
||||||
|
(properties `((upstream-name . "ash")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(native-inputs `(("gfortran" ,gfortran)))
|
||||||
|
(home-page "https://cran.r-project.org/web/packages/ash/")
|
||||||
|
(synopsis "David Scott's ASH routines")
|
||||||
|
(description
|
||||||
|
"This package provides David Scott's ASH routines ported from S-PLUS to
|
||||||
|
R.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public r-fda
|
(define-public r-fda
|
||||||
(package
|
(package
|
||||||
(name "r-fda")
|
(name "r-fda")
|
||||||
|
|
Loading…
Reference in a new issue