Dear all, I get the error "Error in namespaceExport(ns, exports) : undefined exports function1 , function2" when compiling or even when I roxygen my package. The two function I once had in my package but I deleted them including their .Rd files. I also can't find them in any other function or help file. So does anybody know where these functions are still listed that causes this error? Many thanks, David [[alternative HTML version deleted]]
Try looking in the NAMESPACE file (in the same directory as the DESCRIPTION file). -- Tony Plate David Scherrer wrote:> Dear all, > > I get the error > > "Error in namespaceExport(ns, exports) : > undefined exports function1 , function2" > > when compiling or even when I roxygen my package. The two function I once > had in my package but I deleted them including their .Rd files. I also can't > find them in any other function or help file. > > So does anybody know where these functions are still listed that causes this > error? > > Many thanks, > David > > [[alternative HTML version deleted]] > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > >
On 12/3/09 3:10 PM, David Scherrer wrote:> Dear all, > > I get the error > > "Error in namespaceExport(ns, exports) : > undefined exports function1 , function2" > > when compiling or even when I roxygen my package. The two function I once > had in my package but I deleted them including their .Rd files. I also can't > find them in any other function or help file. > > So does anybody know where these functions are still listed that causes this > error? >Are you sure they are not in your NAMESPACE file? -- Seth Falcon Program in Computational Biology | Fred Hutchinson Cancer Research Center