# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
# Import from 'utils'
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
importFrom("utils", install.packages)
importFrom("utils", object.size)
importFrom("utils", packageDescription)
importFrom("utils", update.packages)
#importFrom("stats", getCall)


# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
# R.methodsS3
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
import("R.methodsS3")


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


S3method("setConstructorS3", "default")

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

