I'm new to Julia
When I run the linear_irl.jl, Package not found error occurs at using DataDrivenControl line.
I instantly put Pkg.add("DataDrivenControl") command in juila prompt.
But, the below error message occurs

The other packages were successfully downloaded.
How can I resolve this issue?
Please, help me