RajLabMSSM / echolocatoR

Automated statistical and functional fine-mapping pipeline with extensive API access to datasets.
https://rajlabmssm.github.io/echolocatoR
MIT License
34 stars 11 forks source link

Avoid conflicting namespaces #107

Closed bschilder closed 2 years ago

bschilder commented 2 years ago

I need to go back and remove some functions that are now present in multiple subpackages to avoid these namespace conflicts when all of these are imported:

Warning: replacing previous import 'echoconda::set_permissions' by 'echodata::set_permissions' when loading 'echolocatoR'
Warning: replacing previous import 'catalogueR::get_sample_size' by 'echodata::get_sample_size' when loading 'echolocatoR'
Warning: replacing previous import 'catalogueR::createDT' by 'echodata::createDT' when loading 'echolocatoR'
Warning: replacing previous import 'catalogueR::get_os' by 'echodata::get_os' when loading 'echolocatoR'
bschilder commented 2 years ago