Is this package compatible with Plots.jl. I've tried running the following code (based on the README):
using ROCAnalysis
tar = 2 + 2randn(1000)
non = -2 + 2randn(100000)
r = roc(tar, non)
using Plots
plot(r)
This results in an error saying that there is no user recipe defined for ROCAnalysis.Roc{Float64}.