pkgsrc-WIP-changes archive

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

R-quantreg: Quantile Regression



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

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

Log Message:
R-quantreg: Quantile Regression

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

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

diffstat:
 Makefile            |  1 +
 R-quantreg/DESCR    |  5 +++++
 R-quantreg/Makefile | 20 ++++++++++++++++++++
 R-quantreg/distinfo |  6 ++++++
 4 files changed, 32 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index a97e0f707a..7dc87380fd 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,7 @@ SUBDIR+=	R-graph
 SUBDIR+=	R-gsl
 SUBDIR+=	R-mclust
 SUBDIR+=	R-mpfr
+SUBDIR+=	R-quantreg
 SUBDIR+=	R-readxl
 SUBDIR+=	R-rematch
 SUBDIR+=	R-rgdal
diff --git a/R-quantreg/DESCR b/R-quantreg/DESCR
new file mode 100644
index 0000000000..951e8f1381
--- /dev/null
+++ b/R-quantreg/DESCR
@@ -0,0 +1,5 @@
+Estimation and inference methods for models of conditional quantiles:
+Linear and nonlinear parametric and non-parametric (total variation
+penalized) models for conditional quantiles of a univariate response
+and several methods for handling censored survival data.  Portfolio
+selection methods based on expected shortfall risk are also included.
diff --git a/R-quantreg/Makefile b/R-quantreg/Makefile
new file mode 100644
index 0000000000..dff4e41ea0
--- /dev/null
+++ b/R-quantreg/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	${R_HOMEPAGE_BASE}/quantreg/
+COMMENT=	Quantile Regression
+LICENSE=	gnu-gpl-v2
+
+R_PKGNAME=	quantreg
+R_PKGVER=	5.36
+
+DEPENDS+=	R-SparseM>=1.77:../../math/R-SparseM
+DEPENDS+=	R-MatrixModels>=0.4:../../math/R-MatrixModels
+
+USE_LANGUAGES=	c fortran
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-quantreg/distinfo b/R-quantreg/distinfo
new file mode 100644
index 0000000000..46da949129
--- /dev/null
+++ b/R-quantreg/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (R/quantreg_5.36.tar.gz) = ae592df254cca58e36058fa433d4191a7ce00bc3
+RMD160 (R/quantreg_5.36.tar.gz) = 1370a407a8423ce8ebd4cda81e9a45559a9a8756
+SHA512 (R/quantreg_5.36.tar.gz) = d9eda2b6e831527291c7e16930db7ea7562d2927644519fcda00e7429e22f0affc6819a212539a00e61cab221cdd1bad22b8db859d9f53cc9910164bec487269
+Size (R/quantreg_5.36.tar.gz) = 1640340 bytes


Home | Main Index | Thread Index | Old Index