useDynLib(slp, .registration = TRUE)

export(slp,
       smooth.construct.slp.smooth.spec,
       Predict.matrix.slp.smooth,
       checkSaved)

importFrom(mgcv, smooth.construct, Predict.matrix)

S3method(smooth.construct, slp.smooth.spec)
S3method(Predict.matrix, slp.smooth)

importFrom("utils", "data", "str")

