# Load the shared object
useDynLib(laGP)

# Exports
export(aGP, aGP.R, aGP.snow, laGP, laGP.R, newGP, updateGP, predGP, mleGP, 
       jmleGP, jmleGP.R, darg, garg, deleteGP, deleteGPs, distance,
       alcGP, mspeGP, efiGP, llikGP)

# Import all packages listed as Imports or Depends
# (none)
