[R-gregmisc-commits] r2065 - in pkg/gtools: . man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Aug 8 03:47:44 CEST 2015


Author: warnes
Date: 2015-08-08 03:47:43 +0200 (Sat, 08 Aug 2015)
New Revision: 2065

Modified:
   pkg/gtools/DESCRIPTION
   pkg/gtools/man/smartbind.Rd
Log:
Add example of using 'list' argument to smartbind() man page.

Modified: pkg/gtools/DESCRIPTION
===================================================================
--- pkg/gtools/DESCRIPTION	2015-08-08 01:44:08 UTC (rev 2064)
+++ pkg/gtools/DESCRIPTION	2015-08-08 01:47:43 UTC (rev 2065)
@@ -22,8 +22,8 @@
   - 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.5.0
-Date: 2015-05-26
+Version: 3.6.0
+Date: 2015-08-07
 Author: Gregory R. Warnes, Ben Bolker, and Thomas Lumley
 Maintainer: Gregory R. Warnes <greg at warnes.net>
 License: GPL-2

Modified: pkg/gtools/man/smartbind.Rd
===================================================================
--- pkg/gtools/man/smartbind.Rd	2015-08-08 01:44:08 UTC (rev 2064)
+++ pkg/gtools/man/smartbind.Rd	2015-08-08 01:47:43 UTC (rev 2065)
@@ -76,9 +76,11 @@
   # But smartbind will 'do the right thing'
   df <- do.call("smartbind",Z)
   df
+
+  # Equivalent call:
+  df <- smartbind(list=Z)
+
 }
 }
-% Add one or more standard keywords, see file 'KEYWORDS' in the
-% R documentation directory.
 \keyword{manip}
 



More information about the R-gregmisc-commits mailing list