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

Name clash error on load #57

Open
luca-dex opened this issue Sep 30, 2020 · 0 comments
Open

Name clash error on load #57

luca-dex opened this issue Sep 30, 2020 · 0 comments

Comments

@luca-dex
Copy link

Everytime dndscv is loaded into the environement, there is a name clash among Biostrings and seqinr

replacing previous import ‘Biostrings::translate’ by ‘seqinr::translate’ when loading ‘dndscv’

This happens also when dndscv is used as a dependency of any other package. The only fuction that appears to be in use from Biostrings is DNAString, so the issue can be easily solved with an @importFrom.

luca-dex added a commit to luca-dex/dndscv that referenced this issue Sep 30, 2020
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

1 participant