Wed Jul 31 13:37:02 2019 UTC ()
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.


(brook)
diff -r1.3116 -r1.3117 pkgsrc/doc/CHANGES-2019
diff -r1.509 -r1.510 pkgsrc/misc/Makefile
diff -r0 -r1.1 pkgsrc/misc/R-Hmisc/DESCR
diff -r0 -r1.1 pkgsrc/misc/R-Hmisc/Makefile
diff -r0 -r1.1 pkgsrc/misc/R-Hmisc/distinfo

cvs diff -r1.3116 -r1.3117 pkgsrc/doc/CHANGES-2019 (expand / switch to unified diff)

--- pkgsrc/doc/CHANGES-2019 2019/07/31 13:34:58 1.3116
+++ pkgsrc/doc/CHANGES-2019 2019/07/31 13:37:02 1.3117
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2019,v 1.3116 2019/07/31 13:34:58 brook Exp $ 1$NetBSD: CHANGES-2019,v 1.3117 2019/07/31 13:37:02 brook Exp $
2 2
3Changes to the packages collection and infrastructure in 2019: 3Changes to the packages collection and infrastructure in 2019:
4 4
5 Updated net/hub to 2.7.0 [leot 2019-01-01] 5 Updated net/hub to 2.7.0 [leot 2019-01-01]
6 Updated news/sfeed to 0.9.7 [leot 2019-01-01] 6 Updated news/sfeed to 0.9.7 [leot 2019-01-01]
7 Removed chat/xchat successor chat/hexchat [nia 2019-01-01] 7 Removed chat/xchat successor chat/hexchat [nia 2019-01-01]
8 Updated finance/gnucash to 3.4 [wiz 2019-01-01] 8 Updated finance/gnucash to 3.4 [wiz 2019-01-01]
9 Updated finance/gnucash-docs to 3.4 [wiz 2019-01-01] 9 Updated finance/gnucash-docs to 3.4 [wiz 2019-01-01]
10 Updated mail/qmail-rejectutils to 20181230nb1 [schmonz 2019-01-01] 10 Updated mail/qmail-rejectutils to 20181230nb1 [schmonz 2019-01-01]
11 Added graphics/ipe version 7.2.7 [wiz 2019-01-01] 11 Added graphics/ipe version 7.2.7 [wiz 2019-01-01]
12 Added emulators/dolphin-emu version 5.0 [nia 2019-01-01] 12 Added emulators/dolphin-emu version 5.0 [nia 2019-01-01]
13 Updated emulators/nestopia to 1.49 [nia 2019-01-01] 13 Updated emulators/nestopia to 1.49 [nia 2019-01-01]
14 Updated x11/gtk3 to 3.24.2 [leot 2019-01-01] 14 Updated x11/gtk3 to 3.24.2 [leot 2019-01-01]
@@ -5063,13 +5063,14 @@ Changes to the packages collection and i @@ -5063,13 +5063,14 @@ Changes to the packages collection and i
5063 Added math/R-backports version 1.1.4 [brook 2019-07-31] 5063 Added math/R-backports version 1.1.4 [brook 2019-07-31]
5064 Added math/R-ellipsis version 0.2.0.1 [brook 2019-07-31] 5064 Added math/R-ellipsis version 0.2.0.1 [brook 2019-07-31]
5065 Added math/R-estimability version 1.3 [brook 2019-07-31] 5065 Added math/R-estimability version 1.3 [brook 2019-07-31]
5066 Added math/R-forcats version 0.4.0 [brook 2019-07-31] 5066 Added math/R-forcats version 0.4.0 [brook 2019-07-31]
5067 Added math/R-mitools version 2.4 [brook 2019-07-31] 5067 Added math/R-mitools version 2.4 [brook 2019-07-31]
5068 Added math/R-nortest version 1.0.4 [brook 2019-07-31] 5068 Added math/R-nortest version 1.0.4 [brook 2019-07-31]
5069 Added math/R-relimp version 1.0.5 [brook 2019-07-31] 5069 Added math/R-relimp version 1.0.5 [brook 2019-07-31]
5070 Added math/R-rstudioapi version 0.10 [brook 2019-07-31] 5070 Added math/R-rstudioapi version 0.10 [brook 2019-07-31]
5071 Added math/R-sandwich version 2.5.1 [brook 2019-07-31] 5071 Added math/R-sandwich version 2.5.1 [brook 2019-07-31]
5072 Added math/R-survey version 3.36 [brook 2019-07-31] 5072 Added math/R-survey version 3.36 [brook 2019-07-31]
5073 Added math/R-urca version 1.3.0 [brook 2019-07-31] 5073 Added math/R-urca version 1.3.0 [brook 2019-07-31]
5074 Added math/R-vctrs version 0.2.0 [brook 2019-07-31] 5074 Added math/R-vctrs version 0.2.0 [brook 2019-07-31]
5075 Added math/R-zeallot version 0.1.0 [brook 2019-07-31] 5075 Added math/R-zeallot version 0.1.0 [brook 2019-07-31]
 5076 Added misc/R-Hmisc version 4.2.0 [brook 2019-07-31]

cvs diff -r1.509 -r1.510 pkgsrc/misc/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/Makefile 2019/07/11 09:32:19 1.509
+++ pkgsrc/misc/Makefile 2019/07/31 13:37:02 1.510
@@ -1,22 +1,23 @@ @@ -1,22 +1,23 @@
1# $NetBSD: Makefile,v 1.509 2019/07/11 09:32:19 nia Exp $ 1# $NetBSD: Makefile,v 1.510 2019/07/31 13:37:02 brook Exp $
2# 2#
3 3
4COMMENT= Miscellaneous utilities 4COMMENT= Miscellaneous utilities
5 5
6SUBDIR+= 9menu 6SUBDIR+= 9menu
7SUBDIR+= Addresses 7SUBDIR+= Addresses
8SUBDIR+= JBidwatcher 8SUBDIR+= JBidwatcher
9SUBDIR+= JMdict 9SUBDIR+= JMdict
 10SUBDIR+= R-Hmisc
10SUBDIR+= R-pillar 11SUBDIR+= R-pillar
11SUBDIR+= ansiweather 12SUBDIR+= ansiweather
12SUBDIR+= ascii 13SUBDIR+= ascii
13SUBDIR+= asr-manpages 14SUBDIR+= asr-manpages
14SUBDIR+= astrolog 15SUBDIR+= astrolog
15SUBDIR+= attica 16SUBDIR+= attica
16SUBDIR+= attica-qt5 17SUBDIR+= attica-qt5
17SUBDIR+= autocue 18SUBDIR+= autocue
18SUBDIR+= bbappconf 19SUBDIR+= bbappconf
19SUBDIR+= bbdb 20SUBDIR+= bbdb
20SUBDIR+= bbweather 21SUBDIR+= bbweather
21SUBDIR+= bibletime 22SUBDIR+= bibletime
22SUBDIR+= blccc 23SUBDIR+= blccc

File Added: pkgsrc/misc/R-Hmisc/DESCR
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.

File Added: pkgsrc/misc/R-Hmisc/Makefile
# $NetBSD: Makefile,v 1.1 2019/07/31 13:37:02 brook Exp $

CATEGORIES=	misc R

MAINTAINER=	pkgsrc-users@NetBSD.org
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"

File Added: pkgsrc/misc/R-Hmisc/distinfo
$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