[Phylobase-commits] r931 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue May 6 22:24:43 CEST 2014


Author: francois
Date: 2014-05-06 22:24:43 +0200 (Tue, 06 May 2014)
New Revision: 931

Modified:
   pkg/R/subset-methods.R
Log:
change to accommodate upgrade to roxygen2 4.0.0

Modified: pkg/R/subset-methods.R
===================================================================
--- pkg/R/subset-methods.R	2014-05-06 20:16:38 UTC (rev 930)
+++ pkg/R/subset-methods.R	2014-05-06 20:24:43 UTC (rev 931)
@@ -224,7 +224,7 @@
 ##' @aliases [,phylo4,missing,missing-method
 setMethod("[", signature(x="phylo4", i="missing", j="missing",
     drop="missing"), function(x, i, j, ..., drop) {
-    x
+    return(x)
 })
 
 ##### --------  phylo4d '[' methods



More information about the Phylobase-commits mailing list