aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-08-14 22:13:22 +0200
committerRicardo Wurmus <rekado@elephly.net>2017-08-17 17:26:10 +0200
commite389d10f559911224b960c88f80fcbbabe0bb632 (patch)
treed43222b07845c075cb7b5deef333b531585cf9e8 /gnu/packages
parentb723dedf817e02eda27a222c770d0df3a43b39c0 (diff)
downloadguix-e389d10f559911224b960c88f80fcbbabe0bb632.tar.gz
guix-e389d10f559911224b960c88f80fcbbabe0bb632.zip
gnu: Add r-rmtstat.
* gnu/packages/cran.scm (r-rmtstat): New variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/cran.scm21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 811dd9ba79..88e275c738 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -574,3 +574,24 @@ Utility functions are provided, e.g. for plotting data as maps, spatial
selection, as well as methods for retrieving coordinates, for subsetting,
print, summary, etc.")
(license license:gpl2+)))
+
+(define-public r-rmtstat
+ (package
+ (name "r-rmtstat")
+ (version "0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "RMTstat" version))
+ (sha256
+ (base32
+ "1nn25q4kmh9kj975sxkrpa97vh5irqrlqhwsfinbck6h6ia4rsw1"))))
+ (properties `((upstream-name . "RMTstat")))
+ (build-system r-build-system)
+ (home-page "http://cran.r-project.org/web/packages/RMTstat")
+ (synopsis "Distributions, statistics and tests derived from random matrix theory")
+ (description
+ "This package provides functions for working with the Tracy-Widom laws
+and other distributions related to the eigenvalues of large Wishart
+matrices.")
+ (license license:bsd-3)))
guix-manual.de.po?id=15c91189cb61c579f4289047c79530cefe75215f'>nls: Update translations.Julien Lepiller 2021-09-02nls: Update translations....Julien Lepiller 2021-08-04nls: Update translations....Julien Lepiller 2021-05-10nls: Update translations.Maxim Cournoyer 2021-04-18nls: Update 'de' translations.Julien Lepiller 2020-11-12nls: Update translations of the manual.Ludovic Courtès 2020-11-12nls: Update translations of the manual.Julien Lepiller 2020-11-03nls: Fix Texinfo typo....Tobias Geerinckx-Rice 2020-11-03nls: Update translations of the manual.Julien Lepiller 2020-10-16nls: Update manual translations.Ludovic Courtès 2020-04-12nls: Update.Ludovic Courtès 2020-03-23nls: Update.Ludovic Courtès 2020-02-14nls: Update 'de' translation of the manual.Julien Lepiller 2019-08-29Merge branch 'master' into core-updatesMark H Weaver 2019-08-25nls: Update 'de' translation.Ludovic Courtès