pkgsrc-Changes archive

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

CVS commit: pkgsrc/math



Module Name:    pkgsrc
Committed By:   brook
Date:           Fri Aug  7 02:43:01 UTC 2020

Modified Files:
        pkgsrc/math: Makefile
Added Files:
        pkgsrc/math/R-mnormt: DESCR Makefile distinfo

Log Message:
math/R-mnormt: import R-mnormt-1.5.6

Functions are provided for computing the density and the distribution
function of multivariate normal and "t" random variables, and for
generating random vectors sampled from these distributions.
Probabilities are computed via non-Monte Carlo methods; different
routines are used in the case d=1, d=2, d>2, if d denotes the number
of dimensions.


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

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

Modified files:

Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.469 pkgsrc/math/Makefile:1.470
--- pkgsrc/math/Makefile:1.469  Fri Aug  7 02:39:42 2020
+++ pkgsrc/math/Makefile        Fri Aug  7 02:43:00 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.469 2020/08/07 02:39:42 brook Exp $
+# $NetBSD: Makefile,v 1.470 2020/08/07 02:43:00 brook Exp $
 
 COMMENT=       Mathematics
 
@@ -74,6 +74,7 @@ SUBDIR+=      R-mapproj
 SUBDIR+=       R-maps
 SUBDIR+=       R-minqa
 SUBDIR+=       R-mitools
+SUBDIR+=       R-mnormt
 SUBDIR+=       R-moonsun
 SUBDIR+=       R-mvtnorm
 SUBDIR+=       R-ncdf

Added files:

Index: pkgsrc/math/R-mnormt/DESCR
diff -u /dev/null pkgsrc/math/R-mnormt/DESCR:1.1
--- /dev/null   Fri Aug  7 02:43:01 2020
+++ pkgsrc/math/R-mnormt/DESCR  Fri Aug  7 02:43:00 2020
@@ -0,0 +1,6 @@
+Functions are provided for computing the density and the distribution
+function of multivariate normal and "t" random variables, and for
+generating random vectors sampled from these distributions.
+Probabilities are computed via non-Monte Carlo methods; different
+routines are used in the case d=1, d=2, d>2, if d denotes the number
+of dimensions.
Index: pkgsrc/math/R-mnormt/Makefile
diff -u /dev/null pkgsrc/math/R-mnormt/Makefile:1.1
--- /dev/null   Fri Aug  7 02:43:01 2020
+++ pkgsrc/math/R-mnormt/Makefile       Fri Aug  7 02:43:00 2020
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2020/08/07 02:43:00 brook Exp $
+
+CATEGORIES=    math R
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/mnormt/
+COMMENT=       Multivariate normal and t distributions
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+R_PKGNAME=     mnormt
+R_PKGVER=      1.5-6
+
+USE_LANGUAGES+=        c fortran
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-mnormt/distinfo
diff -u /dev/null pkgsrc/math/R-mnormt/distinfo:1.1
--- /dev/null   Fri Aug  7 02:43:01 2020
+++ pkgsrc/math/R-mnormt/distinfo       Fri Aug  7 02:43:00 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/07 02:43:00 brook Exp $
+
+SHA1 (R/mnormt_1.5-6.tar.gz) = 97b07697cf080583f24ad8ac457ef57af1e49900
+RMD160 (R/mnormt_1.5-6.tar.gz) = e7168c03151d2d4a1cc01fa0de779b0009089618
+SHA512 (R/mnormt_1.5-6.tar.gz) = d579ed4fd598854c19aa3ddbff065a228a680c92cea7b5de98f708bc00d6efcd7e8c07d386a300d280ba0a7f249c7593f5dac79a22ca2d940d04d08afe6a9193
+Size (R/mnormt_1.5-6.tar.gz) = 37884 bytes



Home | Main Index | Thread Index | Old Index