Displaying 1 result from an estimated 1 matches for "measnames".
Did you mean:
mapnames
2007 Dec 10
1
cyclic dependency error
...lid'
** Removing '/Users/guybrock/Documents/projects/DattaPackages/Cluster/clValid_0.5-4.Rcheck/clValid'
The NAMESPACE file is below,
.onLoad <- function(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...