importFrom("ellipse", ellipse)
importFrom("leaps", leaps)
importFrom("foreign", read.spss)
importFrom("sas7bdat", read.sas7bdat)
importFrom("readxl", read_excel)
importFrom("triangle", dtriangle, rtriangle)
importFrom("png", readPNG)
# importFrom("MBESS", ci.smd)

importFrom("graphics", "abline", "arrows", "axis", "axis.Date", "barplot", "box", "boxplot", "hist", "legend", "lines", "mtext", "pairs", "par", "pie", "plot", "plot.default", "plot.new", "plot.window", "points", "polygon", "rasterImage", "rect", "rug", "segments", "stripchart", "strwidth", "sunflowerplot", "symbols", "text", "title", "axTicks", "smoothScatter")

importFrom("grDevices", "boxplot.stats", "col2rgb", "colorRampPalette", "colors", "dev.list", "dev.new", "dev.off", "dev.set", "gray", "heat.colors", "palette", "pdf", "rainbow", "rgb", "terrain.colors")

importFrom("stats", "confint.default", "IQR", "TukeyHSD", "addmargins", "anova", "aov", "as.formula", "chisq.test", "coef", "complete.cases", "confint", "cooks.distance", "cor", "cor.test", "cov", "density", "dffits", "dlnorm", "dnorm", "dt", "dunif", "factanal", "fitted", "frequency", "glm", "heatmap", "interaction.plot", "lm", "lm.influence", "loadings", "loess", "lowess", "median", "na.omit", "pf", "pnorm", "power.t.test", "predict", "promax", "pt", "qnorm", "qt", "quantile", "rbinom", "replications", "residuals", "rlnorm", "rnorm", "rstandard", "rstudent", "runif", "sd", "shapiro.test", "start", "t.test", "terms.formula", "var", "varimax", "is.ts", "time",  "weighted.mean")

importFrom("utils", "head", "help", "packageVersion", "read.csv", "read.fwf", "read.table", "type.convert", "write.csv", "write.table")

S3method(print, out_all)
S3method(print, out_piece)

# Export all names except those that begin with .
#exportPattern("^[^\\.]")
#
# Export all names
#exportPattern(".")


export (

  ANOVA, av, av.brief,
  BarChart, bc,
  BoxPlot, bx,
  Correlation, cr, cr.brief,
  CountAll, ca,
  corCFA, cfa, scales,
  corRead, rd.cor,
  corReorder, reord, 
  corReflect, reflect, corProp, prop, corRead,
  corScree, scree, corEFA, efa,
  Density, dn,
  details, details.brief, 
  Help,
  Histogram, hs,
  label,
  LineChart, lc,
  Logit, lr,
  Merge, mrg,
  Model, model, model.brief,
  Nest,
  PieChart, pc,
  print.out_all, print.out_piece,
  prob.norm, prob.znorm, prob.tcut,
  Read, rd, rd.brief, Read2,
  Regression, reg, reg.brief, regPlot, 
  Recode, rec,
  set, showColors,
  simCImean, simCLT, simFlips, simMeans,
  ScatterPlot, sp, Plot, 
  Sort, srt,
  Subset, subs,
  SummaryStats, ss, ss.brief,
  theme,
  to,
  Transform, trans,
  ttest, tt, tt.brief,
  ttestPower, ttp,
  values, VariableLabels, vl, 
  Write, wrt, wrt.r,
  xAnd, xNum, xP, xRow, xU, xW
)
