Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

startsWith and endsWith are not exported #26

Closed
LTLA opened this issue Nov 27, 2020 · 2 comments
Closed

startsWith and endsWith are not exported #26

LTLA opened this issue Nov 27, 2020 · 2 comments
Assignees

Comments

@LTLA
Copy link
Contributor

LTLA commented Nov 27, 2020

Is this an oversight, or intentional?

library(IRanges)
X <- CharacterList(split(LETTERS, 1:26))
startsWith(X, "A")
## Error in startsWith("A", X) : non-character object(s)
IRanges:::startsWith(X, "A") ## works
@hpages
Copy link
Contributor

hpages commented Nov 30, 2020

@lawremi Michael? You added the startsWith() and endsWith() methods (commit 52bc2e4). Thx

@lawremi lawremi closed this as completed in 672fd7c Dec 1, 2020
@lawremi
Copy link
Collaborator

lawremi commented Dec 1, 2020

Yes, it was intentional, to avoid the need to support them, but I guess that was unsuccessful ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants