pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/R-npsurv: import R-npsurv-0.4.0
Module Name: pkgsrc-wip
Committed By: Mike M. Volokhov <mike.volokhov%gmail.com@localhost>
Pushed By: mishka
Date: Mon Jan 28 16:26:19 2019 +0200
Changeset: 764db85eaa56f9bc9ebfcebdc98014736be3aa7d
Added Files:
R-npsurv/DESCR
R-npsurv/Makefile
R-npsurv/distinfo
Log Message:
wip/R-npsurv: import R-npsurv-0.4.0
Contains functions for non-parametric survival analysis of exact
and interval-censored observations.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=764db85eaa56f9bc9ebfcebdc98014736be3aa7d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
R-npsurv/DESCR | 2 ++
R-npsurv/Makefile | 17 +++++++++++++++++
R-npsurv/distinfo | 6 ++++++
3 files changed, 25 insertions(+)
diffs:
diff --git a/R-npsurv/DESCR b/R-npsurv/DESCR
new file mode 100644
index 0000000000..b8ca0f9840
--- /dev/null
+++ b/R-npsurv/DESCR
@@ -0,0 +1,2 @@
+Contains functions for non-parametric survival analysis of exact
+and interval-censored observations.
diff --git a/R-npsurv/Makefile b/R-npsurv/Makefile
new file mode 100644
index 0000000000..529df4c657
--- /dev/null
+++ b/R-npsurv/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= mishka%NetBSD.org@localhost
+HOMEPAGE= https://www.stat.auckland.ac.nz/~yongwang
+COMMENT= Nonparametric Survival Analysis
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
+
+R_PKGNAME= npsurv
+R_PKGVER= 0.4-0
+
+DEPENDS+= R-lsei>=1.2.0:../../wip/R-lsei
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-npsurv/distinfo b/R-npsurv/distinfo
new file mode 100644
index 0000000000..7cc2d2ca8d
--- /dev/null
+++ b/R-npsurv/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (R/npsurv_0.4-0.tar.gz) = 73b166553b91942cc0bbe97cd9972499a09bb8e8
+RMD160 (R/npsurv_0.4-0.tar.gz) = 6a469470f7a8241f24949f06614687e4ff052fce
+SHA512 (R/npsurv_0.4-0.tar.gz) = 0594b8d6e0d84f82b602c2f679c002e5e20f2aed63489856697f002633ea17fcc7b6244642d78f016a12595555e36e0fb02f28e4b30f8ed59932a32ba2b47e43
+Size (R/npsurv_0.4-0.tar.gz) = 29273 bytes
Home |
Main Index |
Thread Index |
Old Index