[Analogue-commits] r297 - pkg

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jan 3 13:29:41 CET 2013


Author: gsimpson
Date: 2013-01-03 13:29:41 +0100 (Thu, 03 Jan 2013)
New Revision: 297

Modified:
   pkg/NAMESPACE
Log:
no need to hide this as it works and checks in examples will help in finishing this one off without breaking things

Modified: pkg/NAMESPACE
===================================================================
--- pkg/NAMESPACE	2013-01-03 12:24:13 UTC (rev 296)
+++ pkg/NAMESPACE	2013-01-03 12:29:41 UTC (rev 297)
@@ -29,7 +29,7 @@
        dissim,
        dissimilarities,
        distance,
-       ##distance3,
+       distance3,
        fuse,
        getK,
        gradientDist,
@@ -80,7 +80,7 @@
 S3method(dissimilarities, mat)
 S3method(distance, default)
 S3method(distance, join)
-##S3method(distance3, default)
+S3method(distance3, default)
 S3method(eigenvals, pcr)
 S3method(fuse, dist)
 S3method(fuse, matrix)



More information about the Analogue-commits mailing list