https://github.com/cran/bild
Revision 78b16cc2ad50c0ac38c06b89ec8eac5f99cded36 authored by M. Helena Gonçalves on 28 January 2012, 00:00:00 UTC, committed by Gabor Csardi on 28 January 2012, 00:00:00 UTC
1 parent 9ca8713
Raw File
Tip revision: 78b16cc2ad50c0ac38c06b89ec8eac5f99cded36 authored by M. Helena Gonçalves on 28 January 2012, 00:00:00 UTC
version 1.0-3-dup
Tip revision: 78b16cc
NAMESPACE

# Export all names
exportPattern(".")

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