PeeperLab / CopywriteR

DNA copy number detection from off-target sequence data
GNU General Public License v3.0
30 stars 10 forks source link

Is it a problem? #14

Closed ChongJenniferZhang closed 7 years ago

ChongJenniferZhang commented 7 years ago

Warning messages: 1: replacing previous import ‘stats::sd’ by ‘BiocGenerics::sd’ when loading ‘S4Vectors’ 2: replacing previous import ‘stats::var’ by ‘BiocGenerics::var’ when loading ‘S4Vectors’ 3: replacing previous import ‘stats::sd’ by ‘BiocGenerics::sd’ when loading ‘IRanges’ 4: replacing previous import ‘stats::var’ by ‘BiocGenerics::var’ when loading ‘IRanges’ 5: multiple methods tables found for ‘as.vector’ 6: multiple methods tables found for ‘unlist’

thomasKuilman commented 7 years ago

No, this should not be a problem. This is due to loading of the packages that CopywriteR depends on, which results in conflicts, but our package should work as advertised.