https://github.com/cran/bild
Raw File
Tip revision: 9ba49b8f59314630bde5b6fc10cfd9a5810a310f authored by M. Helena Gonçalves on 14 April 2015, 00:00:00 UTC
version 1.1-5
Tip revision: 9ba49b8
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