Re: [Rd] weird error

2011-10-31 Thread steven mosher
Thanks, found it. never say you only changed one thing. For reference for other folks. There was an errant script in my R subdir for the package that script had a library command for the package. hence the cyclical reference Steve On Mon, Oct 31, 2011 at 8:36 PM, steven mosher wrote: > I was

[Rd] weird error

2011-10-31 Thread steven mosher
I was just rebuilding a package that has built before and I hit this error Error in loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = keep.source) : cyclic name space dependency detected when loading 'GhcnDaily', already loading 'GhcnDaily' The package built just fine last revisi