JuliaStats / RDatasets.jl

Julia package for loading many of the data sets available in R
GNU General Public License v3.0
158 stars 56 forks source link

Error when add the package #101

Closed likanzhan closed 3 years ago

likanzhan commented 4 years ago
add RDatasets
  Resolving package versions...
ERROR: Unsatisfiable requirements detected for package RDatasets [ce6b1742]:
 RDatasets [ce6b1742] log:
 ├─possible versions are: [0.5.0, 0.6.0-0.6.9] or uninstalled
 ├─restricted to versions * by an explicit requirement, leaving only versions [0.5.0, 0.6.0-0.6.9]
 ├─restricted by compatibility requirements with DataFrames [a93c6f00] to versions: 0.6.8-0.6.9 or uninstalled, leaving only versions: 0.6.8-0.6.9
 │ └─DataFrames [a93c6f00] log:
 │   ├─possible versions are: 0.21.4 or uninstalled
 │   └─DataFrames [a93c6f00] is fixed to version 0.21.4
 └─restricted by compatibility requirements with CSV [336ed68f] to versions: [0.5.0, 0.6.0-0.6.1] or uninstalled — no versions left
   └─CSV [336ed68f] log:
     ├─possible versions are: 0.7.1 or uninstalled
     └─CSV [336ed68f] is fixed to version 0.7.1

My Julia version is

v"1.4.1"
tlienart commented 4 years ago

yes they need to bump up the compatibility with CSV, in the mean time if you downgrade CSV it'll work so you can do

] rm CSV
] add RDatasets
] add CSV
tlienart commented 3 years ago

This has been fixed for a while now, closing as a result.