## package has a dynamic library
useDynLib(cpm)

## and two exported functions
export(detectChangePoint,detectChangePointBatch,processStream,getBatchThreshold,makeChangePointModel,processObservation,getStatistics,cpmReset,changeDetected)

import(methods)