GNU bug report logs -
#59870
[PATCH] gnu: Add r-animalcules, r-plotroc, r-gridsvg, r-gunifrac, r-dirmult, r-modeest, r-fbasics, r-timeseries, r-gss, r-stable, r-rmutil, r-statip.
Previous Next
Full log
Message #26 received at 59870 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/cran.scm (r-fbasics): New variable.
---
gnu/packages/cran.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 36c1d72a66..6239a53d85 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8364,6 +8364,36 @@ (define-public r-extradistr
multivariate distributions.")
(license license:gpl2)))
+(define-public r-fbasics
+ (package
+ (name "r-fbasics")
+ (version "4021.93")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "fBasics" version))
+ (sha256
+ (base32
+ "1lmmdwzvqhggy6rr7yc9y5f8hxxgyzsgwm3ry0sz5ljbgfijl7g6"))))
+ (properties `((upstream-name . "fBasics")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-gss
+ r-mass
+ r-spatial
+ r-stabledist
+ r-timedate
+ r-timeseries))
+ (home-page
+ "https://r-forge.r-project.org/scm/viewvc.php/pkg/fBasics/?root=rmetrics")
+ (synopsis "Metrics for markets and basic statistics")
+ (description
+ "This package provides a collection of functions to explore and to investigate
+basic properties of financial returns and related quantities. The covered fields
+include techniques of explorative data analysis and the investigation of
+distributional properties, including parameter estimation and hypothesis testing.
+Even more, there are several utility functions for data handling and management.")
+ (license license:gpl2+)))
+
(define-public r-fractal
(package
(name "r-fractal")
--
2.38.1
This bug report was last modified 2 years and 220 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.