export(
       as.phe, as.ped, as.pedlist,
       is.phe, is.ped, is.pedlist,
       read.ped, read.phe, write.ped, write.phe,

       is.pped, as.pped, read.pped,

       affectionPhe,

       plotPed,

       pbat.create.commandfile,
       pbat.files, pbat.obj, pbat.m,

       pbat.get, pbat.set, pbat.setVersionCheck,

       pbat.getmode, pbat.setmode, pbat.setmode.defaults,

       pbat, pbat.last, pbat.last.rawResults,

       pbat.clean,

       is.finished, pbat.load, pbat.concatenate,

       pbat.power, pbat.powerCmd,

       pbat.help,
       pbat.firsttime,

       write.pbat, write.pbat.csv,

       c2bat,

       obfuscate,

       pbat.work, pbat.unwork,

       top, pbat.status
       )

import( tcltk )

S3method( print, pbat )
S3method( summary, pbat )
S3method( plot, pbat )

S3method( print, phe )
S3method( print, ped )
S3method( print, pedlist )

S3method( sort, ped )
S3method( sort, phe )

useDynLib(pbatR)
