diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 15:31:03 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:09:04 -0700 |
commit | 0655fd421e3d25f1a1fad7e0b95ea8ae03daa8ee (patch) | |
tree | e4e942666f16c030412e5a75084516877ceb5735 | |
parent | 91650aae6618818ae7d324ed5c46ba23617ec8aa (diff) | |
download | gnu-guix-0655fd421e3d25f1a1fad7e0b95ea8ae03daa8ee.tar gnu-guix-0655fd421e3d25f1a1fad7e0b95ea8ae03daa8ee.tar.gz |
gnu: r-sn: Fix typo "This package".
* gnu/packages/ (r-sn)[description]: Fix typo.
-rw-r--r-- | gnu/packages/statistics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 2055fa168b..277fb2b334 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -5411,7 +5411,7 @@ first and second order derivatives.") (home-page "http://azzalini.stat.unipd.it/SN") (synopsis "The skew-normal and skew-t distributions") (description - "This packages provides functionalities to build and manipulate + "This package provides functionalities to build and manipulate probability distributions of the skew-normal family and some related ones, notably the skew-t family, and provides related statistical methods for data fitting and diagnostics, in the univariate and the |