[R-gregmisc-users] SF.net SVN: r-gregmisc:[1993] trunk/gdata/inst
Brought to you by:
warnes
|
From: <wa...@us...> - 2015-04-29 03:31:57
|
Revision: 1993
http://sourceforge.net/p/r-gregmisc/code/1993
Author: warnes
Date: 2015-04-29 03:31:55 +0000 (Wed, 29 Apr 2015)
Log Message:
-----------
Update ChangeLog and NEWS again.
Modified Paths:
--------------
trunk/gdata/inst/ChangeLog
trunk/gdata/inst/NEWS
Modified: trunk/gdata/inst/ChangeLog
===================================================================
--- trunk/gdata/inst/ChangeLog 2015-04-29 03:30:10 UTC (rev 1992)
+++ trunk/gdata/inst/ChangeLog 2015-04-29 03:31:55 UTC (rev 1993)
@@ -1,5 +1,29 @@
+2015-04-29 warnes
+
+ * [r1992] tests/test.humanReadable.Rout.save,
+ tests/test.read.xls.R, tests/test.read.xls.Rout.save,
+ tests/test.reorder.factor.Rout.save,
+ tests/tests.write.fwf.Rout.save: Apparentely read.csv() needs
+ different combination of "fileEncoding=`latin1`" and
+ "encoding=`latin1`" on unix and windows platforms.
+ * [r1991] R/mapLevels.R: In mapLevels(), use sapply() instead of
+ lapply() to avoid warning message.
+ * [r1990] tests/test.humanReadable.Rout.save,
+ tests/test.read.xls.R, tests/test.read.xls.Rout.save,
+ tests/test.reorder.factor.Rout.save,
+ tests/tests.write.fwf.Rout.save: Displaying all the latin1
+ characters for diff isn't reliable across platforms. Simply
+ summarize the latin1 data instead.
+ * [r1989] R/installXLSXsupport.R,
+ tests/test.humanReadable.Rout.save, tests/test.read.xls.R,
+ tests/test.read.xls.Rout.save,
+ tests/test.reorder.factor.Rout.save,
+ tests/tests.write.fwf.Rout.save: Display read latin1 data so that
+ diff can catch changes.
+
2015-04-28 warnes
+ * [r1988] inst/ChangeLog: Update ChangeLog for gdata 2.16.1
* [r1987] inst/NEWS: Update NEWS for gdata 2.16.1
* [r1986] NAMESPACE: Remove no-longer defined methods.
* [r1985] man/reorder.Rd: Summary: Minor formatting changes, use
Modified: trunk/gdata/inst/NEWS
===================================================================
--- trunk/gdata/inst/NEWS 2015-04-29 03:30:10 UTC (rev 1992)
+++ trunk/gdata/inst/NEWS 2015-04-29 03:31:55 UTC (rev 1993)
@@ -1,6 +1,10 @@
Changes in 2.16.1 (2015-04-28)
-----------------------------
+Bug fixes:
+
+- mapLevels() no longer generates warnings about conversion of lists to vectors.
+
Other changes:
- Requirement for Perl version 5.10.0 or later is specified in the
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|