pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-Hmisc: initial commit.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b57f56e7f116
branches: trunk
changeset: 337055:b57f56e7f116
user: brook <brook%pkgsrc.org@localhost>
date: Wed Jul 31 13:37:02 2019 +0000
description:
R-Hmisc: initial commit.
Contains many functions useful for data analysis, high-level graphics,
utility operations, functions for computing sample size and power,
importing and annotating datasets, imputing missing values, advanced
table making, variable clustering, character string manipulation,
conversion of R objects to LaTeX and html code, and recoding
variables.
diffstat:
doc/CHANGES-2019 | 3 ++-
misc/Makefile | 3 ++-
misc/R-Hmisc/DESCR | 6 ++++++
misc/R-Hmisc/Makefile | 26 ++++++++++++++++++++++++++
misc/R-Hmisc/distinfo | 6 ++++++
5 files changed, 42 insertions(+), 2 deletions(-)
diffs (81 lines):
diff -r 737abb4c7946 -r b57f56e7f116 doc/CHANGES-2019
--- a/doc/CHANGES-2019 Wed Jul 31 13:34:58 2019 +0000
+++ b/doc/CHANGES-2019 Wed Jul 31 13:37:02 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3116 2019/07/31 13:34:58 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3117 2019/07/31 13:37:02 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5073,3 +5073,4 @@
Added math/R-urca version 1.3.0 [brook 2019-07-31]
Added math/R-vctrs version 0.2.0 [brook 2019-07-31]
Added math/R-zeallot version 0.1.0 [brook 2019-07-31]
+ Added misc/R-Hmisc version 4.2.0 [brook 2019-07-31]
diff -r 737abb4c7946 -r b57f56e7f116 misc/Makefile
--- a/misc/Makefile Wed Jul 31 13:34:58 2019 +0000
+++ b/misc/Makefile Wed Jul 31 13:37:02 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.509 2019/07/11 09:32:19 nia Exp $
+# $NetBSD: Makefile,v 1.510 2019/07/31 13:37:02 brook Exp $
#
COMMENT= Miscellaneous utilities
@@ -7,6 +7,7 @@
SUBDIR+= Addresses
SUBDIR+= JBidwatcher
SUBDIR+= JMdict
+SUBDIR+= R-Hmisc
SUBDIR+= R-pillar
SUBDIR+= ansiweather
SUBDIR+= ascii
diff -r 737abb4c7946 -r b57f56e7f116 misc/R-Hmisc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/R-Hmisc/DESCR Wed Jul 31 13:37:02 2019 +0000
@@ -0,0 +1,6 @@
+Contains many functions useful for data analysis, high-level graphics,
+utility operations, functions for computing sample size and power,
+importing and annotating datasets, imputing missing values, advanced
+table making, variable clustering, character string manipulation,
+conversion of R objects to LaTeX and html code, and recoding
+variables.
diff -r 737abb4c7946 -r b57f56e7f116 misc/R-Hmisc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/R-Hmisc/Makefile Wed Jul 31 13:37:02 2019 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:37:02 brook Exp $
+
+CATEGORIES= misc R
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= ${R_HOMEPAGE_BASE}/Hmisc/
+COMMENT= Harrell miscellaneous
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
+
+R_PKGNAME= Hmisc
+R_PKGVER= 4.2-0
+
+DEPENDS+= R-base64enc>=0.1.3:../../converters/R-base64enc
+DEPENDS+= R-ggplot2>=2.2:../../graphics/R-ggplot2
+DEPENDS+= R-viridis>=0.5.1:../../graphics/R-viridis
+DEPENDS+= R-Formula>=1.2.3:../../math/R-Formula
+DEPENDS+= R-acepack>=1.4.1:../../math/R-acepack
+DEPENDS+= R-gtable>=0.3.0:../../math/R-gtable
+DEPENDS+= R-data.table>=1.12.2:../../textproc/R-data.table
+DEPENDS+= R-htmlTable>=1.11.0:../../textproc/R-htmlTable
+DEPENDS+= R-htmltools>=0.3.6:../../textproc/R-htmltools
+
+USE_LANGUAGES= c fortran
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 737abb4c7946 -r b57f56e7f116 misc/R-Hmisc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/R-Hmisc/distinfo Wed Jul 31 13:37:02 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:37:02 brook Exp $
+
+SHA1 (R/Hmisc_4.2-0.tar.gz) = d8139a3aefe277dd00acd4d5e17744a5251b2033
+RMD160 (R/Hmisc_4.2-0.tar.gz) = 255c8a9260d48406855847a057035a259a72b7fd
+SHA512 (R/Hmisc_4.2-0.tar.gz) = 370cabd67c8c2016ecfd57e096f8de31a5cea5bbced9cf19d470214eb55e8979d34e7433361c3ceeaed26ea78aa6c0288c5a3d0104732ff80d77b4e5f8d0fd72
+Size (R/Hmisc_4.2-0.tar.gz) = 732731 bytes
Home |
Main Index |
Thread Index |
Old Index