import("methods")
importFrom("graphics", "boxplot", "par")
importFrom("utils", "str")
import("distrSim")
import("setRNG")
importFrom("startupmsg", "buildStartupMessage", "infoShow")

export("EvaluationList", "distrTEstoptions", "getdistrTEstOption")
exportClasses("numericorNULL", "Evaluation", "EvaluationList",
              "DataframeorNULL", "CallorNULL")
exportMethods("name", "filename", "call.ev", "result", "estimator", 
              "savedata", "Data", "Elist")
exportMethods("initialize", "evaluate", "plot", "print", "summary",
              "show")
