pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-VGAM



Module Name:    pkgsrc
Committed By:   minskim
Date:           Mon Jan 22 19:22:44 UTC 2018

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

Log Message:
math/R-VGAM: Import version 1.0-4 from pkgsrc-wip

Vector generalized linear and additive models, and associated models
(Reduced-Rank VGLMs, Quadratic RR-VGLMs, Reduced-Rank VGAMs). This
package fits many models and distribution by maximum likelihood
estimation (MLE) or penalized MLE. Also fits constrained ordination
models in ecology.

Packaged by Mike M. Volokhov, and updated by Kamil Rytarowski and me.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-VGAM/DESCR pkgsrc/math/R-VGAM/Makefile \
    pkgsrc/math/R-VGAM/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-VGAM/DESCR
diff -u /dev/null pkgsrc/math/R-VGAM/DESCR:1.1
--- /dev/null   Mon Jan 22 19:22:44 2018
+++ pkgsrc/math/R-VGAM/DESCR    Mon Jan 22 19:22:44 2018
@@ -0,0 +1,5 @@
+Vector generalized linear and additive models, and associated models
+(Reduced-Rank VGLMs, Quadratic RR-VGLMs, Reduced-Rank VGAMs). This
+package fits many models and distribution by maximum likelihood
+estimation (MLE) or penalized MLE. Also fits constrained ordination
+models in ecology.
Index: pkgsrc/math/R-VGAM/Makefile
diff -u /dev/null pkgsrc/math/R-VGAM/Makefile:1.1
--- /dev/null   Mon Jan 22 19:22:44 2018
+++ pkgsrc/math/R-VGAM/Makefile Mon Jan 22 19:22:44 2018
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2018/01/22 19:22:44 minskim Exp $
+
+CATEGORIES=    math
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    mishka%NetBSD.org@localhost
+HOMEPAGE=      http://www.stat.auckland.ac.nz/~yee/VGAM/
+COMMENT=       Vector Generalized Linear and Additive Models
+LICENSE=       gnu-gpl-v2
+
+R_PKGNAME=     VGAM
+R_PKGVER=      1.0-4
+
+USE_LANGUAGES= c fortran
+
+BUILDLINK_API_DEPENDS.R+=      R>=3.4.0
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-VGAM/distinfo
diff -u /dev/null pkgsrc/math/R-VGAM/distinfo:1.1
--- /dev/null   Mon Jan 22 19:22:44 2018
+++ pkgsrc/math/R-VGAM/distinfo Mon Jan 22 19:22:44 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/01/22 19:22:44 minskim Exp $
+
+SHA1 (R/VGAM_1.0-4.tar.gz) = f52f70a01e37042f82a7272d8198e1a80fecb88d
+RMD160 (R/VGAM_1.0-4.tar.gz) = b5448508408504b8fed0d1763cfe102b5c7e6a24
+SHA512 (R/VGAM_1.0-4.tar.gz) = ccbcb9273de4ff4150577d4ab5eff751ccc350dd1e6d109fed4b37d3f55c641aee6b4e5fda1b0e6df41d94fadf50a886cca7f67daab6b49d919f666b408cf74e
+Size (R/VGAM_1.0-4.tar.gz) = 1374748 bytes



Home | Main Index | Thread Index | Old Index