Re: [R] cyclic dependency error

2007-12-13 Thread Guy Brock
I deleted the file zzz.R from the R subdirectory which contained the following: ## startup file for clValid package #.First.lib <- function(libname, pkgname, where) { # if( !require(methods) ) stop("we require methods for package clValid") # where <- match(paste("package:", pkgname, sep=""), sea

[R] cyclic dependency error

2007-12-09 Thread Guy Brock
Dear all, I am encountering a cyclic dependency error when running R CMD check on an R package I wrote (R version 2.6.1, Mac OS X 10.4), see the error message below. Creating a new generic function for "print" in "clValid" Creating a new generic function for "summary" in "clValid" Creating