im3sanger / dndscv

dN/dS methods to quantify selection in cancer and somatic evolution
GNU General Public License v3.0
211 stars 48 forks source link

Name clash error on load #57

Open luca-dex opened 4 years ago

luca-dex commented 4 years ago

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.