https://github.com/cran/bild
Raw File
Tip revision: 10ef4410c16710d7caf8c0882b7efbac894d49ed authored by M. Helena Gonçalves on 22 September 2012, 00:00:00 UTC
version 1.1-1-dup
Tip revision: 10ef441
NAMESPACE

# Export all names
exportPattern(".")

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