pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-mclust



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun  8 14:12:49 UTC 2024

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

Log Message:
math/R-mclust: import R-mclust-6.1.1

Gaussian finite mixture models fitted via EM algorithm for model-based
clustering, classification, and density estimation, including Bayesian
regularization, dimension reduction for visualisation, and
resampling-based inference.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-mclust/DESCR \
    pkgsrc/math/R-mclust/Makefile pkgsrc/math/R-mclust/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-mclust/DESCR
diff -u /dev/null pkgsrc/math/R-mclust/DESCR:1.1
--- /dev/null   Sat Jun  8 14:12:49 2024
+++ pkgsrc/math/R-mclust/DESCR  Sat Jun  8 14:12:49 2024
@@ -0,0 +1,4 @@
+Gaussian finite mixture models fitted via EM algorithm for model-based
+clustering, classification, and density estimation, including Bayesian
+regularization, dimension reduction for visualisation, and
+resampling-based inference.
Index: pkgsrc/math/R-mclust/Makefile
diff -u /dev/null pkgsrc/math/R-mclust/Makefile:1.1
--- /dev/null   Sat Jun  8 14:12:49 2024
+++ pkgsrc/math/R-mclust/Makefile       Sat Jun  8 14:12:49 2024
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2024/06/08 14:12:49 mef Exp $
+
+R_PKGNAME=     mclust
+R_PKGVER=      6.1.1
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Gaussian Mixture Modelling for Model-Based Clustering, Classification, and Density Estimation
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+USE_LANGUAGES= c fortran
+
+# Packages suggested but not available: 'mix', 'geometry'
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-mclust/distinfo
diff -u /dev/null pkgsrc/math/R-mclust/distinfo:1.1
--- /dev/null   Sat Jun  8 14:12:49 2024
+++ pkgsrc/math/R-mclust/distinfo       Sat Jun  8 14:12:49 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/06/08 14:12:49 mef Exp $
+
+BLAKE2s (R/mclust_6.1.1.tar.gz) = b0394cc7f5726119e93e0e2a13bd552993d13167be30ba0456bbb5b3083a4e16
+SHA512 (R/mclust_6.1.1.tar.gz) = cd81520e0b30d8596749ec844c759ff430db323d3c79c0152549d5577b5779b1615b11d200fa0427a91973088707217135612ed8e3f73cf63f6d1763032c54e7
+Size (R/mclust_6.1.1.tar.gz) = 2753243 bytes



Home | Main Index | Thread Index | Old Index