diff options
author | tota <tota@FreeBSD.org> | 2012-12-25 19:24:38 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-12-25 19:24:38 +0800 |
commit | 98e4dcc1269004ff4c8de724c3c21a3a4bd1677c (patch) | |
tree | 5e50c3038f58648b8633c52222e3f9ad3ada1d0c /math/Makefile | |
parent | 88a2c1d6a17705a8c7ff27909143e7b8b13e5639 (diff) | |
download | freebsd-ports-gnome-98e4dcc1269004ff4c8de724c3c21a3a4bd1677c.tar.gz freebsd-ports-gnome-98e4dcc1269004ff4c8de724c3c21a3a4bd1677c.tar.zst freebsd-ports-gnome-98e4dcc1269004ff4c8de724c3c21a3a4bd1677c.zip |
- Add a new port: math/R-cran-stabledist
A collection and description of functions to compute density,
distribution and quantile function and to generate random variates
of the stable distribution.
WWW: http://cran.r-project.org/web/packages/stabledist/
PR: ports/172298 (based on)
Submitted by: David Naylor <naylor.b.david_AT_gmail_DOT_com>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 6bbbb2fe6152..7e535b8bdaf3 100644 --- a/math/Makefile +++ b/math/Makefile @@ -33,6 +33,7 @@ SUBDIR += R-cran-sm SUBDIR += R-cran-sp SUBDIR += R-cran-spdep + SUBDIR += R-cran-stabledist SUBDIR += R-cran-xts SUBDIR += R-cran-zoo SUBDIR += aamath |