Raw File
useDynLib(bild, .registration=TRUE)

# Export all names
exportPattern(".")

# Import all packages listed as Imports or Depends
import(
  methods,
  stats,
  graphics,
  utils
)
back to top