pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-pcaPP



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun  8 15:18:37 UTC 2024

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

Log Message:
math/R-pcaPP: import R-pcaPP-2.0.4

Provides functions for robust PCA by projection pursuit. The methods
are described in Croux et al. (2006) <doi:10.2139/ssrn.968376>, Croux
et al. (2013) <doi:10.1080/00401706.2012.727746>, Todorov and
Filzmoser (2013) <doi:10.1007/978-3-642-33042-1_31>.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-pcaPP/DESCR pkgsrc/math/R-pcaPP/Makefile \
    pkgsrc/math/R-pcaPP/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-pcaPP/DESCR
diff -u /dev/null pkgsrc/math/R-pcaPP/DESCR:1.1
--- /dev/null   Sat Jun  8 15:18:37 2024
+++ pkgsrc/math/R-pcaPP/DESCR   Sat Jun  8 15:18:36 2024
@@ -0,0 +1,4 @@
+Provides functions for robust PCA by projection pursuit. The methods
+are described in Croux et al. (2006) <doi:10.2139/ssrn.968376>, Croux
+et al. (2013) <doi:10.1080/00401706.2012.727746>, Todorov and
+Filzmoser (2013) <doi:10.1007/978-3-642-33042-1_31>.
Index: pkgsrc/math/R-pcaPP/Makefile
diff -u /dev/null pkgsrc/math/R-pcaPP/Makefile:1.1
--- /dev/null   Sat Jun  8 15:18:37 2024
+++ pkgsrc/math/R-pcaPP/Makefile        Sat Jun  8 15:18:36 2024
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2024/06/08 15:18:36 mef Exp $
+
+R_PKGNAME=     pcaPP
+R_PKGVER=      2.0-4
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Robust PCA by Projection Pursuit
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      R-mvtnorm>=1.2.5:../../math/R-mvtnorm
+
+USE_LANGUAGES= c c++ fortran
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-pcaPP/distinfo
diff -u /dev/null pkgsrc/math/R-pcaPP/distinfo:1.1
--- /dev/null   Sat Jun  8 15:18:37 2024
+++ pkgsrc/math/R-pcaPP/distinfo        Sat Jun  8 15:18:36 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/06/08 15:18:36 mef Exp $
+
+BLAKE2s (R/pcaPP_2.0-4.tar.gz) = f5fc59064c40e3e19104c931e620a756ab4ef500c4705c3a8cf12e1fc813b8b0
+SHA512 (R/pcaPP_2.0-4.tar.gz) = ca7647e87ab6dd7646cf0fc93bf38391667192bbc8ab4531f13233d6c389d2c190171e6307228b7906e760234bdef83017cbcdbbf9028604caf66ba85a8e075c
+Size (R/pcaPP_2.0-4.tar.gz) = 199329 bytes



Home | Main Index | Thread Index | Old Index