https://github.com/cran/bild
Raw File
Tip revision: a300fe2b8c94aa973f39d050e5d9ddf04f609e1a authored by M. Helena Gon\xe7alves on 17 February 2013, 00:00:00 UTC
Tip revision: a300fe2
NAMESPACE
useDynLib(bild, .registration=TRUE)

# Export all names
exportPattern(".")

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