pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-glue
Module Name: pkgsrc
Committed By: wen
Date: Sun Apr 7 13:19:52 UTC 2019
Modified Files:
pkgsrc/devel/R-glue: Makefile distinfo
Log Message:
Update to 1.3.1
Upstream changes:
glue 1.3.1
Features
glue() now has a + method to combine strings.
Bugfixes and minor changes
glue_sql() now supports unquoting lists of Id objects.
glue_sql() now quotes characters with NAs appropriately (#115).
glue_sql() now quotes Dates appropriately (#98).
A potential protection error reported by rchk was fixed.
glue 1.3.0
Breaking changes
The evaluate() function has been removed. Changes elsewhere in glue made the implementation trivial so it was removed for clarities sake. Previous uses can be replaced by eval(parse(text = text),
envir).
collapse() has been renamed to glue_collapse() to avoid namespace collisions with dplyr::collapse().
Features
compare.glue() was added, to make it easier to use glue objects in testthat::expect_equal() statements.
glue_col() and glue_data_col() functions added to display strings with color.
Bugfixes and minor changes
Glue now throws an informative error message when it cannot interpolate a function into a string (#114, @haleyjeppson & @ijlyttle).
Glue now evaluates unnamed arguments lazily with delayedAssign(), so there is no performance cost if an argument is not used. (#83, @egnha).
Fixed a bug where names in the assigned expression of an interpolation variable would conflict with the name of the variable itself (#89, @egnha).
Do not drop the glue class when subsetting (#66).
Fix glue() and collapse() always return UTF-8 encoded strings (#81, @dpprdan)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-glue/Makefile \
pkgsrc/devel/R-glue/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-glue/Makefile
diff -u pkgsrc/devel/R-glue/Makefile:1.1 pkgsrc/devel/R-glue/Makefile:1.2
--- pkgsrc/devel/R-glue/Makefile:1.1 Fri May 18 01:00:59 2018
+++ pkgsrc/devel/R-glue/Makefile Sun Apr 7 13:19:52 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/05/18 01:00:59 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2019/04/07 13:19:52 wen Exp $
-DISTNAME= glue_1.2.0
+DISTNAME= glue_1.3.1
CATEGORIES= devel
MAINTAINER= minskim%NetBSD.org@localhost
Index: pkgsrc/devel/R-glue/distinfo
diff -u pkgsrc/devel/R-glue/distinfo:1.1 pkgsrc/devel/R-glue/distinfo:1.2
--- pkgsrc/devel/R-glue/distinfo:1.1 Fri May 18 01:00:59 2018
+++ pkgsrc/devel/R-glue/distinfo Sun Apr 7 13:19:52 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/05/18 01:00:59 minskim Exp $
+$NetBSD: distinfo,v 1.2 2019/04/07 13:19:52 wen Exp $
-SHA1 (R/glue_1.2.0.tar.gz) = 0c4354cbfd529f2475d186bf7e3e22024561f2cc
-RMD160 (R/glue_1.2.0.tar.gz) = cd18993d98ba2aa45d82eed743cd22629b1a257c
-SHA512 (R/glue_1.2.0.tar.gz) = e390f4c829367da2f0033bcd5500173abe96802698b27fb9d923deacc1fb610e8a407eeffedbb09e2ff2a8e931bf791cff68f861b481ffd684ee7e34610f7208
-Size (R/glue_1.2.0.tar.gz) = 28193 bytes
+SHA1 (R/glue_1.3.1.tar.gz) = 0201ce759bf0f699fa67e1241edadf7140572a25
+RMD160 (R/glue_1.3.1.tar.gz) = a0d68ec8a6b4d03d1af1dc4a61af37129483c978
+SHA512 (R/glue_1.3.1.tar.gz) = b46591f790b10d9e6c92df5d19efcb6b9f9d735e3d48ebce4739b367803ce282a67ebc7eda6b826d6fa36c04d4fe4c4a85dd0e6e0d5c37560d3e61ac4db1410e
+Size (R/glue_1.3.1.tar.gz) = 122950 bytes
Home |
Main Index |
Thread Index |
Old Index