pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-VGAMextra
Module Name: pkgsrc
Committed By: mef
Date: Sat Oct 26 13:16:24 UTC 2024
Added Files:
pkgsrc/math/R-VGAMextra: DESCR Makefile distinfo
Log Message:
math/R-VGAMextra: import R-VGAMextra-0.0.6
Extending the functionalities of the 'VGAM' package with additional
functions and datasets. At present, 'VGAMextra' comprises new family
functions (ffs) to estimate several time series models by maximum
likelihood using Fisher scoring, unlike popular packages in CRAN
relying on optim(), including ARMA-GARCH-like models, the Order-(p, d,
q) ARIMAX model (non- seasonal), the Order-(p) VAR model, error
correction models for cointegrated time series, and ARMA-structures
with Student-t errors. For independent data, new ffs to estimate the
inverse- Weibull, the inverse-gamma, the generalized beta of the
second kind and the general multivariate normal distributions are
available. In addition, 'VGAMextra' incorporates new VGLM-links for
the mean-function, and the quantile-function (as an alternative to
ordinary quantile modelling) of several 1-parameter distributions,
that are compatible with the class of VGLM/VGAM family functions.
Currently, only fixed-effects models are implemented. All functions
are subject to change; see the NEWS for further details on the latest
changes.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-VGAMextra/DESCR \
pkgsrc/math/R-VGAMextra/Makefile pkgsrc/math/R-VGAMextra/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-VGAMextra/DESCR
diff -u /dev/null pkgsrc/math/R-VGAMextra/DESCR:1.1
--- /dev/null Sat Oct 26 13:16:24 2024
+++ pkgsrc/math/R-VGAMextra/DESCR Sat Oct 26 13:16:24 2024
@@ -0,0 +1,17 @@
+Extending the functionalities of the 'VGAM' package with additional
+functions and datasets. At present, 'VGAMextra' comprises new family
+functions (ffs) to estimate several time series models by maximum
+likelihood using Fisher scoring, unlike popular packages in CRAN
+relying on optim(), including ARMA-GARCH-like models, the Order-(p, d,
+q) ARIMAX model (non- seasonal), the Order-(p) VAR model, error
+correction models for cointegrated time series, and ARMA-structures
+with Student-t errors. For independent data, new ffs to estimate the
+inverse- Weibull, the inverse-gamma, the generalized beta of the
+second kind and the general multivariate normal distributions are
+available. In addition, 'VGAMextra' incorporates new VGLM-links for
+the mean-function, and the quantile-function (as an alternative to
+ordinary quantile modelling) of several 1-parameter distributions,
+that are compatible with the class of VGLM/VGAM family functions.
+Currently, only fixed-effects models are implemented. All functions
+are subject to change; see the NEWS for further details on the latest
+changes.
Index: pkgsrc/math/R-VGAMextra/Makefile
diff -u /dev/null pkgsrc/math/R-VGAMextra/Makefile:1.1
--- /dev/null Sat Oct 26 13:16:24 2024
+++ pkgsrc/math/R-VGAMextra/Makefile Sat Oct 26 13:16:24 2024
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2024/10/26 13:16:24 mef Exp $
+
+R_PKGNAME= VGAMextra
+R_PKGVER= 0.0-6
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Additions and Extensions of the 'VGAM' Package
+LICENSE= gnu-gpl-v2
+
+DEPENDS+= R-VGAM>=1.0.0:../../math/R-VGAM
+
+TEST_DEPENDS+= R-VGAMdata-[0-9]*:../../math/R-VGAMdata
+
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-VGAMextra/distinfo
diff -u /dev/null pkgsrc/math/R-VGAMextra/distinfo:1.1
--- /dev/null Sat Oct 26 13:16:24 2024
+++ pkgsrc/math/R-VGAMextra/distinfo Sat Oct 26 13:16:24 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/10/26 13:16:24 mef Exp $
+
+BLAKE2s (R/VGAMextra_0.0-6.tar.gz) = a7ed374db4b6e7ff04e8522929b5831f91d6e564469988352ee2349fbb372d9a
+SHA512 (R/VGAMextra_0.0-6.tar.gz) = 1f034c9b9e83c4604d42150320ceb009dc62c61add12e4bca1bb240d1ab9fb7d0e1fbf5882c9b8466cc94ead60f01fadd63389d5f2e70ec9cf042c0d6512d2a0
+Size (R/VGAMextra_0.0-6.tar.gz) = 302415 bytes
Home |
Main Index |
Thread Index |
Old Index