search for: matchgo

Displaying 1 result from an estimated 1 matches for "matchgo".

Did you mean: match
2007 Dec 10
1
cyclic dependency error
...ion(lib, pkg) require(methods) importFrom(graphics, plot) exportClasses(clValid) exportMethods(clusters, clusterMethods, nClusters, measNames, measures, optimalScores, plot, print, show, summary) S3method(print,sota) S3method(plot,sota) export(clValid, sota, dunn, connectivity, BHI, BSI, stability, matchGO) My question is - how can I locate the source of the cyclic dependency error? This is an updated version of a package which did not previously have this error, so somehow I introduced this in the modifications I made. Note that R CMD check on Windows (R version 2.6.0) doesn't catch this, alt...