export(netmeta, netmetabin, summary.netmeta,
       print.netmeta, print.summary.netmeta,
       forest.netmeta,
       as.data.frame.netmeta,
       ##
       pairwise,
       decomp.design, print.decomp.design,
       ##
       netbind, forest.netbind, print.netbind,
       ##
       netcomb, discomb, summary.netcomb,
       print.netcomb, print.summary.netcomb,
       forest.netcomb,
       ##
       netgraph, netheat, netmeasures,
       netrank, print.netrank,
       ##
       netconnection, print.netconnection, netdistance,
       ##
       netsplit, print.netsplit, forest.netsplit,
       ##
       netposet, print.netposet, plot.netposet, hasse,
       ##
       netleague, print.netleague,
       ##
       treats, netmatrix)

# not visible:
# prepare, multiarm, matitle, nma.ruecker, nma.krahn,
# tau.within, decomp.tau, stress,
# shadowtext, chklist, chkmultiarm, lowertri, uppertri, createB,
# upgradenetmeta, treats, createC, nma.additive,
# formatCC, formatComp, compmatch, compsplit,
# optcircle

S3method(as.data.frame, netmeta)
S3method(forest, netbind)
S3method(forest, netcomb)
S3method(forest, netmeta)
S3method(forest, netsplit)
S3method(funnel, netmeta)
S3method(plot, netposet)
S3method(print, decomp.design)
S3method(print, netbind)
S3method(print, netcomb)
S3method(print, netconnection)
S3method(print, netleague)
S3method(print, netmeta)
S3method(print, netposet)
S3method(print, netrank)
S3method(print, netsplit)
S3method(print, summary.netcomb)
S3method(print, summary.netmeta)
S3method(summary, netcomb)
S3method(summary, netmeta)

importFrom("meta", "forest", "forest.meta",
           "funnel", "funnel.meta", "metabias",
           "metabin", "metacont", "metagen",
           "metainc", "metaprop", "gs", "ci", "cilayout")

importFrom("magic", "adiag")

importFrom("grDevices", "col2rgb", "heat.colors", "rgb", "xy.coords")

importFrom("graphics", "axis", "box", "lines", "par", "points",
           "plot", "polygon", "rect", "text", "strheight", "strwidth")

importFrom("stats", "dist", "hclust", "optim", "pchisq", "prcomp",
           "reshape", "rnorm", "sd")

importFrom("utils", "installed.packages", "packageDescription")

importFrom("MASS", "ginv")
