Hi, I have a problem. When I call Pkg.add I get the following
Pkg.add("RDatasets")
error: `convert` has no method matching convert(::Type{UTF8String}, ::
ASCIIString)
I tried
Pkg.add(ascii("RDatasets"))
but the same occurs.
Thanks in advance.
Hi, I have a problem. When I call Pkg.add I get the following
Pkg.add("RDatasets")
error: `convert` has no method matching convert(::Type{UTF8String}, ::
ASCIIString)
I tried
Pkg.add(ascii("RDatasets"))
but the same occurs.
Thanks in advance.