[R-gregmisc-commits] r2175 - pkg/gtools

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jun 19 18:48:57 CEST 2018


Author: warnes
Date: 2018-06-19 18:48:56 +0200 (Tue, 19 Jun 2018)
New Revision: 2175

Modified:
   pkg/gtools/DESCRIPTION
   pkg/gtools/NAMESPACE
Log:
Update DESCRIPTION and NAMESPACE for gtools 3.8.0.

Modified: pkg/gtools/DESCRIPTION
===================================================================
--- pkg/gtools/DESCRIPTION	2018-06-19 16:43:55 UTC (rev 2174)
+++ pkg/gtools/DESCRIPTION	2018-06-19 16:48:56 UTC (rev 2175)
@@ -21,11 +21,12 @@
   - modify the TCP\_NODELAY ('de-Nagle') flag for socket objects,
   - efficient 'rbind' of data frames, even if the column names don't match ('smartbind'),
   - generate significance stars from p-values ('stars.pval'),
-  - convert characters to/from ASCII codes.
-Version: 3.7.0
-Date: 2017-06-14
+  - convert characters to/from ASCII codes ('asc', 'chr').
+  - convert character vector to ASCII representation ('ASCIIfy')
+Version: 3.8.0
+Date: 2018-06-19
 Author: Gregory R. Warnes, Ben Bolker, and Thomas Lumley
 Maintainer: Gregory R. Warnes <greg at warnes.net>
 License: GPL-2
 Depends: methods, stats, utils
-
+NeedsCompilation: yes

Modified: pkg/gtools/NAMESPACE
===================================================================
--- pkg/gtools/NAMESPACE	2018-06-19 16:43:55 UTC (rev 2174)
+++ pkg/gtools/NAMESPACE	2018-06-19 16:48:56 UTC (rev 2175)
@@ -7,6 +7,7 @@
        ask,
        assert,
        assignEdgewise,
+       baseOf,
        binsearch,
        capture,
        capwords,
@@ -39,6 +40,7 @@
        scat,
        setTCPNoDelay,
        smartbind,
+       split_path,
        sprint,
        stars.pval,
        strmacro,



More information about the R-gregmisc-commits mailing list