mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: Add r-fsa.
* gnu/packages/cran.scm (r-fsa): New variable.
This commit is contained in:
parent
9dda8cdde5
commit
29ccd7cac9
1 changed files with 20 additions and 0 deletions
|
@ -11320,6 +11320,26 @@ (define-public r-dosnow
|
|||
using the @code{snow} package.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-fsa
|
||||
(package
|
||||
(name "r-fsa")
|
||||
(version "0.9.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "FSA" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m63pik6bcqsbzizq8zjzilr2pxjl8b64ivdqzdnz09gmck73r5h"))))
|
||||
(properties `((upstream-name . "FSA")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-car r-dunn-test r-lmtest r-plotrix r-withr))
|
||||
(home-page "https://fishr-core-team.github.io/FSA/")
|
||||
(synopsis "Simple fisheries stock assessment methods")
|
||||
(description
|
||||
"This package provides a variety of simple fish stock assessment
|
||||
methods.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-fstcore
|
||||
(package
|
||||
(name "r-fstcore")
|
||||
|
|
Loading…
Reference in a new issue