From 54e738176aea2d4ba56397d81f800316c6b6e807 Mon Sep 17 00:00:00 2001 From: minskim Date: Mon, 5 Mar 2018 16:56:27 +0000 Subject: math/R-bbmle: Import version 1.0.20 Methods and functions for fitting maximum likelihood models in R. This package modifies and extends the 'mle' classes in the 'stats4' package. --- math/R-bbmle/DESCR | 3 +++ math/R-bbmle/Makefile | 20 ++++++++++++++++++++ math/R-bbmle/distinfo | 6 ++++++ 3 files changed, 29 insertions(+) create mode 100644 math/R-bbmle/DESCR create mode 100644 math/R-bbmle/Makefile create mode 100644 math/R-bbmle/distinfo (limited to 'math/R-bbmle') diff --git a/math/R-bbmle/DESCR b/math/R-bbmle/DESCR new file mode 100644 index 00000000000..51772df8400 --- /dev/null +++ b/math/R-bbmle/DESCR @@ -0,0 +1,3 @@ +Methods and functions for fitting maximum likelihood models in R. This +package modifies and extends the 'mle' classes in the 'stats4' +package. diff --git a/math/R-bbmle/Makefile b/math/R-bbmle/Makefile new file mode 100644 index 00000000000..e218dcaedd0 --- /dev/null +++ b/math/R-bbmle/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2018/03/05 16:56:27 minskim Exp $ + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/bbmle/ +COMMENT= Tools for general maximum likelihood estimation +LICENSE= gnu-gpl-v2 + +DEPENDS+= R-numDeriv-[0-9]*:../../math/R-numDeriv + +R_PKGNAME= bbmle +R_PKGVER= 1.0.20 + +USE_LANGUAGES+= # none + +BUILDLINK_API_DEPENDS.R+= R>=3.0.0 +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-bbmle/distinfo b/math/R-bbmle/distinfo new file mode 100644 index 00000000000..b4e73af9a57 --- /dev/null +++ b/math/R-bbmle/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/03/05 16:56:27 minskim Exp $ + +SHA1 (R/bbmle_1.0.20.tar.gz) = a50f1bd6c4b7b09cfaf83c97b181362808ae1ab8 +RMD160 (R/bbmle_1.0.20.tar.gz) = 4dc532574961812997e29289c7eee9d0ad9bb8bf +SHA512 (R/bbmle_1.0.20.tar.gz) = 9ec6479123fed024885926fa0069bbb6664a8bdeb2fd5086f67589de90820fab1caec15793337fe06f880ea61a97abd62531fb49938067d23e4e9ad23eafe26e +Size (R/bbmle_1.0.20.tar.gz) = 500688 bytes -- cgit v1.2.3