https://github.com/cran/bild
Raw File
Tip revision: e9f9bbd5f3e0fc30b97cee1a675f79ea1b586296 authored by M. Helena Gon\xe7alves on 22 September 2012, 00:00:00 UTC
Tip revision: e9f9bbd
NAMESPACE

# Export all names
exportPattern(".")

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