[Vegan-commits] r2667 - pkg/permute/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Nov 7 23:26:54 CET 2013


Author: gsimpson
Date: 2013-11-07 23:26:54 +0100 (Thu, 07 Nov 2013)
New Revision: 2667

Modified:
   pkg/permute/inst/TODO.md
Log:
Update the TODO list

Modified: pkg/permute/inst/TODO.md
===================================================================
--- pkg/permute/inst/TODO.md	2013-11-07 22:22:51 UTC (rev 2666)
+++ pkg/permute/inst/TODO.md	2013-11-07 22:26:54 UTC (rev 2667)
@@ -2,7 +2,8 @@
 
 A TODO list for **permute** - or things I know are broken or needed.
 
- * `summary.allPerms` - is not printing the permutation scheme
+ * `summary.allPerms` - is not printing the permutation scheme.
+   *Done in 0.7-5*
 
  * `print.permControl` - this needs to be updated to new API, and I don't
    like the `*** Foo ***` headings I used before. *Done in 0.7-3*
@@ -37,6 +38,14 @@
         
     Where in the second `update()` the entire `Plots()` call needs to
     repeated to change just one part, the `type`.
+
+    This has been tweaked a bit. The second example can now be done via:
+    
+        update(h1, plots = update(getPlots(h1), type = "none"))
+    
+    Here `getPlots(h1)` returns the `plots` component, which too has 
+    a `call` component and hence can be `update()`ed, hence the nested 
+    calls to `update()`.
          
  * `permControl` - deprecate this in favour of `how` as in "how to
    permute"? *DONE Completed in 0.7-4*



More information about the Vegan-commits mailing list