From e4037b0945d27c8419e611e97a177860090ea787 Mon Sep 17 00:00:00 2001 From: wen Date: Tue, 1 Dec 2015 14:04:33 +0000 Subject: 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/ --- math/Makefile | 1 + math/R-cran-maxLik/Makefile | 22 ++++++++++++++++++++++ math/R-cran-maxLik/distinfo | 2 ++ math/R-cran-maxLik/pkg-descr | 7 +++++++ 4 files changed, 32 insertions(+) create mode 100644 math/R-cran-maxLik/Makefile create mode 100644 math/R-cran-maxLik/distinfo create mode 100644 math/R-cran-maxLik/pkg-descr (limited to 'math') diff --git a/math/Makefile b/math/Makefile index f0a1e3f95677..bc22b0b2ce24 100644 --- a/math/Makefile +++ b/math/Makefile @@ -36,6 +36,7 @@ SUBDIR += R-cran-irlba SUBDIR += R-cran-labeling SUBDIR += R-cran-lme4 + SUBDIR += R-cran-maxLik SUBDIR += R-cran-memisc SUBDIR += R-cran-minqa SUBDIR += R-cran-miscTools 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 +# $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 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/ -- cgit