[Vegan-commits] r1741 - pkg/vegan

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Aug 22 10:03:19 CEST 2011


Author: jarioksa
Date: 2011-08-22 10:03:18 +0200 (Mon, 22 Aug 2011)
New Revision: 1741

Modified:
   pkg/vegan/NAMESPACE
Log:
export anova.cca: BiodiversityR fails if this is not exported

Modified: pkg/vegan/NAMESPACE
===================================================================
--- pkg/vegan/NAMESPACE	2011-08-21 11:27:34 UTC (rev 1740)
+++ pkg/vegan/NAMESPACE	2011-08-22 08:03:18 UTC (rev 1741)
@@ -18,7 +18,7 @@
 ordiellipse, ordigrid, ordihull, ordilabel, ordimedian, ordiplot3d,
 ordiplot, ordipointlabel, ordiresids, ordirgl, ordisegments,
 ordispider, ordisplom, ordistep, ordisurf, orditkplot, orditorp,
-ordixyplot, orglpoints, orglsegments, orglspider, orgltext, pasteCall,
+ordixyplot, orglpoints, orglsegments, orglspider, orgltext, 
 pcnm, permatfull, permatswap, permutest, poolaccum, postMDS, prc,
 prestondistr, prestonfit, procrustes, protest, radfit, radlattice,
 rankindex, rarefy, rda, renyiaccum, renyi, rrarefy, scores,
@@ -28,6 +28,11 @@
 tsallisaccum, tsallis, varpart, vectorfit, vegandocs, vegdist,
 vegemite, veiledspec, wascores, wcmdscale, wisconsin)
 
+## export pasteCall for 'permute'
+export(pasteCall)
+## export anova.cca for 'BiodiversityR': this should be fixed there
+export(anova.cca)
+
 ## export regular functions with dot names
 
 export(as.fisher, as.mlm, as.preston, as.rad, fieller.MOStest,



More information about the Vegan-commits mailing list