# Packages to be imported
import(R.oo)

# Object that must exported explicitly
export(.conflicts.OK) 

# Export all public methods, that is, those without a preceeding dot
# in their names.
exportPattern("^[^\\.]")
