databio / GenomicDistributions

Calculate and plot distributions of genomic ranges
http://code.databio.org/GenomicDistributions
Other
25 stars 10 forks source link

Deprecation warning #176

Closed nsheff closed 2 years ago

nsheff commented 2 years ago

Running the examples I'm getting this deprecation warning I guess from ggplot:

Warning messages:
1: `guides(<scale> = FALSE)` is deprecated. Please use `guides(<scale> = "none")` instead. 
2: `guides(<scale> = FALSE)` is deprecated. Please use `guides(<scale> = "none")` instead. 

This should be corrected.

nsheff commented 2 years ago

tagged the wrong issue in that commit. this is not fixed...

kkupkova commented 2 years ago

fixed