pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/R-Hmisc
Module Name: pkgsrc
Committed By: mef
Date: Wed Jan 24 14:05:07 UTC 2024
Modified Files:
pkgsrc/misc/R-Hmisc: Makefile distinfo
Log Message:
(misc/R-Hmisc) Updated 5.1.0 to 5.1.1
Changes in version 5.1-1 (2023-09-11)
* meltData: generalized to allow melting on either left or right
side of formula, added ... arguments passed to label(), made
variable a factor to keep original order
* formatCons: fixed bug where lang != 'latex' should have been lang
== 'plain' which made msdsize to be ignored for html output
* spikecomp: made more reliable by not assuming as much about
pretty() boundaries
* redun: added rank and qrank options
* added print and plot methods for princmp
* redun: added ability to use numeric matrix instead of formula
* ggplot.transcan: fixed bug when adata is empty
* ggplot.transace: new function
* transace: added trantab result, added as.matrix(x) so can run on
data frames of all numeric variables; added automatic setting of
binary, category, etc. if x is a data frame/table;
non-downward-compatible change: made returned object of class
transace with different format; remove pr and pl arguments from
transace. Changed first argument to a formula and required
monotone(), categorical(), linear() to wrap variables in the
formula instead of specifying with separate arguments
* runParallel: put in NAMESPACE
* qcrypt: new function for encrypting and decrypting data with a
safe workflow
* aregImpute: added constraint argument to allow general
constraints on values imputed with predictive mean matching
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/R-Hmisc/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/R-Hmisc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/R-Hmisc/Makefile
diff -u pkgsrc/misc/R-Hmisc/Makefile:1.7 pkgsrc/misc/R-Hmisc/Makefile:1.8
--- pkgsrc/misc/R-Hmisc/Makefile:1.7 Thu Jun 15 12:13:14 2023
+++ pkgsrc/misc/R-Hmisc/Makefile Wed Jan 24 14:05:07 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2023/06/15 12:13:14 mef Exp $
+# $NetBSD: Makefile,v 1.8 2024/01/24 14:05:07 mef Exp $
R_PKGNAME= Hmisc
-R_PKGVER= 5.1-0
+R_PKGVER= 5.1-1
CATEGORIES= misc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -19,6 +19,11 @@ DEPENDS+= R-data.table>=1.12.2:../../tex
DEPENDS+= R-htmlTable>=1.11.0:../../textproc/R-htmlTable
DEPENDS+= R-htmltools>=0.3.6:../../textproc/R-htmltools
+# Packages suggested but not available:
+# 'qreport', 'rms', 'mice', 'tables', 'plotly', 'leaps', 'pcaPP',
+# 'polspline', 'abind', 'kableExtra', 'rio', 'gt', 'sparkline', 'qs',
+# 'getPass', 'keyring', 'safer'
+
TEST_DEPENDS+= R-base64enc-[0-9]*:../../converters/R-base64enc
TEST_DEPENDS+= R-chron-[0-9]*:../../math/R-chron
TEST_DEPENDS+= R-Formula-[0-9]*:../../math/R-Formula
Index: pkgsrc/misc/R-Hmisc/distinfo
diff -u pkgsrc/misc/R-Hmisc/distinfo:1.6 pkgsrc/misc/R-Hmisc/distinfo:1.7
--- pkgsrc/misc/R-Hmisc/distinfo:1.6 Thu Jun 15 12:13:14 2023
+++ pkgsrc/misc/R-Hmisc/distinfo Wed Jan 24 14:05:07 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/06/15 12:13:14 mef Exp $
+$NetBSD: distinfo,v 1.7 2024/01/24 14:05:07 mef Exp $
-BLAKE2s (R/Hmisc_5.1-0.tar.gz) = 72fc7f2fff9913978f5f39c207d978fdf4b31c506b7709fc73b25eeb6ea7cd76
-SHA512 (R/Hmisc_5.1-0.tar.gz) = 5bd4bc4f1739be73cbe5980389973d4cf266101707ab3ddf3491fa1cdb20fe60dfce4bc5cede780c4d243130a075884d449b50dcbbfb85281a18b34992732d7c
-Size (R/Hmisc_5.1-0.tar.gz) = 863573 bytes
+BLAKE2s (R/Hmisc_5.1-1.tar.gz) = a12785556ddabb0e85bc842f9183f58e57c705ab562a0cb07528e7f028911c48
+SHA512 (R/Hmisc_5.1-1.tar.gz) = 4589d5c9a574edff959f0d12da8312cf54a78df4c36231a7df4416e7359aa90c639c654aa3b2d20c4708bbbd776ba9cb1a623985e8bb45fc65b51fe96e056165
+Size (R/Hmisc_5.1-1.tar.gz) = 875858 bytes
Home |
Main Index |
Thread Index |
Old Index