Hi com, I'm writing an R extension which uses a NAMESPACE file. Well I want to export all objects which don't have an "prefix" as part of name. Something like: exportPattern("^(?!prefix).+?", perl = TRUE) but it does not work Is there any way to do this? Cheers Biczok [[alternative HTML version deleted]]