##
## NAMESPACE file for the affxparser package.
##
useDynLib(affxparser, .registration = TRUE)

importFrom("stats", "df")
importFrom("utils", "packageDescription")

exportPattern("^([^R\\.])")
