[R-gregmisc-users] SF.net SVN: r-gregmisc:[1973] trunk/gdata/inst/NEWS
Brought to you by:
warnes
|
From: <wa...@us...> - 2015-04-25 17:13:08
|
Revision: 1973
http://sourceforge.net/p/r-gregmisc/code/1973
Author: warnes
Date: 2015-04-25 17:13:07 +0000 (Sat, 25 Apr 2015)
Log Message:
-----------
Fix spelling errors & typos
Modified Paths:
--------------
trunk/gdata/inst/NEWS
Modified: trunk/gdata/inst/NEWS
===================================================================
--- trunk/gdata/inst/NEWS 2015-04-25 16:54:38 UTC (rev 1972)
+++ trunk/gdata/inst/NEWS 2015-04-25 17:13:07 UTC (rev 1973)
@@ -3,13 +3,13 @@
New features:
-- New functions first() and last() to retrun the first or last
+- New functions first() and last() to return the first or last
element of a vector or list.
- New functions left() and right() to return the leftmost or
rightmost n (default to 6) columns of a matrix or dataframe.
-- New 'scienfic' argument to write.fwf(). Set 'scientific=FALSE' to
+- New 'scientific' argument to write.fwf(). Set 'scientific=FALSE' to
prevent numeric columns from being displayed using scientific
notification.
@@ -24,7 +24,7 @@
- New 'units' argument to humanReadable()--and hence to
print.object_sizes() and format.object_sizes()--that permits
specifying the unit to use for all values. Use 'bytes' to display
- all valus with the unit 'bytes', use 'auto' (or leave it missing) to
+ all values with the unit 'bytes', use 'auto' (or leave it missing) to
automatically select the best unit, and use a unit from the selected
standard to use that unit (i.e. 'MiB').
@@ -45,13 +45,13 @@
Other changes:
-- Replaced depricated PERL function POSIX::isdigit in xls2csv.pl
+- Replaced deprecated PERL function POSIX::isdigit in xls2csv.pl
(which is used by read.xls() ) with an equivalent regular
expression. (Reported by both Charles Plessy, Gerrit-jan Schutten,
and Paul Johnson. Charles also provided a patch to correct the
issue.)
-- aggregate.table(), which has been defuct gdate 2.13.3 (2014-04-04)
+- aggregate.table(), which has been defunct gdate 2.13.3 (2014-04-04)
has now been completely removed.
Changes in 2.14.0 (2014-08-27)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|