# Export all names except those beginning with .
exportPattern("^[^\\.]")

# Import all packages listed as Imports or Depends
import(
  stats,
  mvtnorm
)
# Define S3 methods
S3method(print, CVp)
