File: NAMESPACE

package info (click to toggle)
r-bioc-affxparser 1.78.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 6,172 kB
  • sloc: cpp: 70,639; ansic: 2,194; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
##
## NAMESPACE file for the affxparser package.
##
useDynLib(affxparser, .registration = TRUE)

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

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