[Vegan-commits] r1128 - in branches/1.17: R inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Feb 16 08:17:19 CET 2010


Author: jarioksa
Date: 2010-02-16 08:17:19 +0100 (Tue, 16 Feb 2010)
New Revision: 1128

Modified:
   branches/1.17/R/isomapdist.R
   branches/1.17/inst/ChangeLog
Log:
merge r1102: do not require 'vegan' in 'vegan'

Modified: branches/1.17/R/isomapdist.R
===================================================================
--- branches/1.17/R/isomapdist.R	2010-02-16 06:57:21 UTC (rev 1127)
+++ branches/1.17/R/isomapdist.R	2010-02-16 07:17:19 UTC (rev 1128)
@@ -1,7 +1,6 @@
 `isomapdist` <-
     function(dist, epsilon, k, path="shortest", fragmentedOK = FALSE, ...)
 {
-    require(vegan) || stop("needs vegan") # stepacross
     EPS <- 1e-5
     op <- options(warn = 2)
     on.exit(options(op))

Modified: branches/1.17/inst/ChangeLog
===================================================================
--- branches/1.17/inst/ChangeLog	2010-02-16 06:57:21 UTC (rev 1127)
+++ branches/1.17/inst/ChangeLog	2010-02-16 07:17:19 UTC (rev 1128)
@@ -13,6 +13,8 @@
 	names and gained new choice 'type = "working"'.
 
 	* merged r1120, 1122: simulate.rda/cca gained argument 'rank'. 
+
+	* merged r1102: isompadist() need not require 'vegan'.
 	
 Version 1.17-0 (released January 11, 2010)
 



More information about the Vegan-commits mailing list