diff options
author | Wen Heping <wen@FreeBSD.org> | 2015-12-01 14:04:33 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2015-12-01 14:04:33 +0000 |
commit | 048f9d7cdc41c239af34e5703b5ad0c52244c938 (patch) | |
tree | 6a86bf637453c34fffa7477b0ff8d788239c2459 /math/R-cran-maxLik | |
parent | 677a7aa2f822f5f49ee58addb692b53b27fca760 (diff) | |
download | ports-048f9d7cdc41c239af34e5703b5ad0c52244c938.tar.gz ports-048f9d7cdc41c239af34e5703b5ad0c52244c938.zip |
Notes
Diffstat (limited to 'math/R-cran-maxLik')
-rw-r--r-- | math/R-cran-maxLik/Makefile | 22 | ||||
-rw-r--r-- | math/R-cran-maxLik/distinfo | 2 | ||||
-rw-r--r-- | math/R-cran-maxLik/pkg-descr | 7 |
3 files changed, 31 insertions, 0 deletions
diff --git a/math/R-cran-maxLik/Makefile b/math/R-cran-maxLik/Makefile new file mode 100644 index 000000000000..50dd64c1100f --- /dev/null +++ b/math/R-cran-maxLik/Makefile @@ -0,0 +1,22 @@ +# Created by: Wen Heping <wenheping@gmail.com> +# $FreeBSD$ + +PORTNAME= maxLik +DISTVERSION= 1.3-4 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Maximum Likelihood Estimation and Related Tools + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +BUILD_DEPENDS= R-cran-miscTools>=0.6.8:${PORTSDIR}/math/R-cran-miscTools \ + R-cran-sandwich>=0:${PORTSDIR}/math/R-cran-sandwich +RUN_DEPENDS= R-cran-miscTools>=0.6.8:${PORTSDIR}/math/R-cran-miscTools \ + R-cran-sandwich>=0:${PORTSDIR}/math/R-cran-sandwich + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/math/R-cran-maxLik/distinfo b/math/R-cran-maxLik/distinfo new file mode 100644 index 000000000000..a6b3e3c1ff9d --- /dev/null +++ b/math/R-cran-maxLik/distinfo @@ -0,0 +1,2 @@ +SHA256 (maxLik_1.3-4.tar.gz) = 181ab87721b1e6e3859c60d12eea2f67a7135bfa679db73c20a9ef76d82c4b4a +SIZE (maxLik_1.3-4.tar.gz) = 115355 diff --git a/math/R-cran-maxLik/pkg-descr b/math/R-cran-maxLik/pkg-descr new file mode 100644 index 000000000000..27724322ff31 --- /dev/null +++ b/math/R-cran-maxLik/pkg-descr @@ -0,0 +1,7 @@ +Functions for Maximum Likelihood (ML) estimation and non-linear +optimization, and related tools. It includes a unified way to +call different optimizers, and classes and methods to handle the +results from the ML viewpoint. It also includes a number of +convenience tools for testing and developing your own models. + +WWW: http://www.maxlik.org/ |