guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/13: gnu: Add r-fsa.


From: guix-commits
Subject: 13/13: gnu: Add r-fsa.
Date: Mon, 3 Jul 2023 04:01:10 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 29ccd7cac93da290e1d0466a1d33748ad4ccbf08
Author: Navid Afkhami <navid.afkhami@mdc-berlin.de>
AuthorDate: Fri Jun 23 13:48:58 2023 +0000

    gnu: Add r-fsa.
    
    * gnu/packages/cran.scm (r-fsa): New variable.
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index afdb8be3d6..24b6c9fecc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11320,6 +11320,26 @@ promises, but with a syntax that is idiomatic R.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]