pkgsrc-WIP-changes archive

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

R-np: Nonparametric Kernel Smoothing Methods for Mixed Data Type



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Nov 1 16:45:27 2018 -0500
Changeset:	f203fb3d5bc0f942c2b2a6231896f4f45e1e918a

Modified Files:
	Makefile
Added Files:
	R-np/DESCR
	R-np/Makefile
	R-np/distinfo

Log Message:
R-np: Nonparametric Kernel Smoothing Methods for Mixed Data Type

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f203fb3d5bc0f942c2b2a6231896f4f45e1e918a

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

diffstat:
 Makefile      |  1 +
 R-np/DESCR    |  8 ++++++++
 R-np/Makefile | 19 +++++++++++++++++++
 R-np/distinfo |  6 ++++++
 4 files changed, 34 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c5057e03b1..ab6cc11624 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,7 @@ SUBDIR+=	R-graph
 SUBDIR+=	R-gsl
 SUBDIR+=	R-mclust
 SUBDIR+=	R-mpfr
+SUBDIR+=	R-np
 SUBDIR+=	R-quantreg
 SUBDIR+=	R-readxl
 SUBDIR+=	R-rematch
diff --git a/R-np/DESCR b/R-np/DESCR
new file mode 100644
index 0000000000..070be2c322
--- /dev/null
+++ b/R-np/DESCR
@@ -0,0 +1,8 @@
+Nonparametric (and semiparametric) kernel methods that seamlessly
+handle a mix of continuous, unordered, and ordered factor data types.
+We would like to gratefully acknowledge support from the Natural
+Sciences and Engineering Research Council of Canada (NSERC,
+<http://www.nserc-crsng.gc.ca>), the Social Sciences and Humanities
+Research Council of Canada (SSHRC, <http://www.sshrc-crsh.gc.ca>), and
+the Shared Hierarchical Academic Research Computing Network (SHARCNET,
+<http://www.sharcnet.ca>).
diff --git a/R-np/Makefile b/R-np/Makefile
new file mode 100644
index 0000000000..e73f9f9548
--- /dev/null
+++ b/R-np/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	${R_HOMEPAGE_BASE}/np/
+COMMENT=	Nonparametric Kernel Smoothing Methods for Mixed Data Types
+# TODO: LICENSE=	GPL
+
+R_PKGNAME=	np
+R_PKGVER=	0.60-9
+
+DEPENDS+=	R-cubature>=1.4:../../wip/R-cubature
+DEPENDS+=	R-quadprog>=1.5.5:../../math/R-quadprog
+DEPENDS+=	R-quantreg>=5.34:../../math/R-quantreg
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-np/distinfo b/R-np/distinfo
new file mode 100644
index 0000000000..6e356de433
--- /dev/null
+++ b/R-np/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (R/np_0.60-9.tar.gz) = bee625a24bb502eec059854a4a70cbf60782a3b3
+RMD160 (R/np_0.60-9.tar.gz) = f99b566cbe6d5a5434e21a170061db8653a8dd5f
+SHA512 (R/np_0.60-9.tar.gz) = 348f23168e59a0d851de7770bf97b352c7e1a38bb2596079988de14c95c1d637fdb9b7e231346eab57e7bba11ccadd6cdb799bb47ae383f9fafde58b91859044
+Size (R/np_0.60-9.tar.gz) = 1566624 bytes


Home | Main Index | Thread Index | Old Index