Skip to content

Commit

Permalink
Fix imports from BiocGenerics.
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 11, 2011
1 parent 32d8804 commit 861d0b6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
useDynLib(GenomicRanges)

import(methods)
importFrom(BiocGenerics, updateObject)

importFrom(BiocGenerics,
cbind, rbind,
order,
paste,
rep.int,
table,
union, intersect, setdiff,
updateObject
)

import(IRanges)

exportClasses(
Expand Down

0 comments on commit 861d0b6

Please sign in to comment.