Skip to content

Commit

Permalink
No need to export %in%
Browse files Browse the repository at this point in the history
  • Loading branch information
hpages committed Sep 11, 2019
1 parent 35c9446 commit af37541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: Provides efficient low-level and highly reusable S4
neighbors. Defines efficient list-like classes for storing,
transforming and aggregating large grouped data, i.e., collections
of atomic vectors and DataFrames.
Version: 2.19.15
Version: 2.19.16
Encoding: UTF-8
Author: H. Pagès, P. Aboyoun and M. Lawrence
Maintainer: Bioconductor Package Maintainer <maintainer@bioconductor.org>
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ exportMethods(
coerce,
c,
show,
match, duplicated, unique, anyDuplicated, "%in%",
match, duplicated, unique, anyDuplicated,
is.unsorted, order,
Ops, Math, Math2, Summary, Complex,
summary,
Expand Down

0 comments on commit af37541

Please sign in to comment.