https://github.com/cran/bild
Revision c1d3e7cb8d302910508a154fd3e6515528e05297 authored by M. Helena Gonçalves on 17 February 2013, 00:00:00 UTC, committed by Gabor Csardi on 17 February 2013, 00:00:00 UTC
1 parent 10ef441
Raw File
Tip revision: c1d3e7cb8d302910508a154fd3e6515528e05297 authored by M. Helena Gonçalves on 17 February 2013, 00:00:00 UTC
version 1.1-3-dup
Tip revision: c1d3e7c
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