
# Refer to all C/Fortran routines by their name prefixed by C_
useDynLib(polyapost, .registration = TRUE, .fixes = "C_")

importFrom(boot, simplex)
import(rcdd)
importFrom(stats, runif)
importFrom(stats, quantile)

export(polyap)
export(wtpolyap)
export(feasible)
export(constrppmn)
export(constrppprob)

export(hitrun)
S3method(hitrun, hitrun)
S3method(hitrun, default)

