pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-bbmle



Module Name:    pkgsrc
Committed By:   minskim
Date:           Mon Mar  5 16:56:27 UTC 2018

Added Files:
        pkgsrc/math/R-bbmle: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-bbmle/DESCR pkgsrc/math/R-bbmle/Makefile \
    pkgsrc/math/R-bbmle/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/R-bbmle/DESCR
diff -u /dev/null pkgsrc/math/R-bbmle/DESCR:1.1
--- /dev/null   Mon Mar  5 16:56:27 2018
+++ pkgsrc/math/R-bbmle/DESCR   Mon Mar  5 16:56:27 2018
@@ -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.
Index: pkgsrc/math/R-bbmle/Makefile
diff -u /dev/null pkgsrc/math/R-bbmle/Makefile:1.1
--- /dev/null   Mon Mar  5 16:56:27 2018
+++ pkgsrc/math/R-bbmle/Makefile        Mon Mar  5 16:56:27 2018
@@ -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@localhost
+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"
Index: pkgsrc/math/R-bbmle/distinfo
diff -u /dev/null pkgsrc/math/R-bbmle/distinfo:1.1
--- /dev/null   Mon Mar  5 16:56:27 2018
+++ pkgsrc/math/R-bbmle/distinfo        Mon Mar  5 16:56:27 2018
@@ -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



Home | Main Index | Thread Index | Old Index