GNU bug report logs -
#64250
[PATCH 00/15] *** R package (scriabin) ***
Previous Next
Full log
Message #50 received at 64250 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/cran.scm (r-fsa): New variable.
---
gnu/packages/cran.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2f53c2f70d..054c7c6f96 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11319,6 +11319,25 @@ (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")
--
2.34.1
This bug report was last modified 2 years and 16 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.