# Export all names from PBSadmb
# exportPattern(".")

exportPattern("^[^\\.]")
exportPattern("^\\.add")
exportPattern("^\\.append")
exportPattern("^\\.call")
exportPattern("^\\.change")
exportPattern("^\\.choose")
exportPattern("^\\.clean")
exportPattern("^\\.delete")
exportPattern("^\\.do")
exportPattern("^\\.find")
exportPattern("^\\.get")
exportPattern("^\\.init")
exportPattern("^\\.install")
exportPattern("^\\.load")
exportPattern("^\\.PBS")
exportPattern("^\\.set")
exportPattern("^\\.win\\.")
export(.asIs)

# Import all packages listed as Imports or Depends
import( PBSmodelling )

# Import the S4 options manager from PBSmodelling
#importClassesFrom(PBSmodelling, PBSoptions)
#importMethodsFrom(PBSmodelling, initialize, print, show)

