JuliaStats / RDatasets.jl

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

fixing CI for gamair datasets + gzipping #112

Closed tlienart closed 3 years ago

tlienart commented 3 years ago

This is a clean finish of #103 adding the datasets in the list of datasets and packages and gzipping all datasets + removing the test_broken. This was my blunder to merge #103 it in the first place.

It closes #102 as well.

Suggested patch release 0.7.3.

cc: @nalimilan

Unless someone has an issue with it or merges it before me, I'll merge it early next week since it improves on the current situation...

tlienart commented 3 years ago

Thanks Milan, well maybe the positive side of having to fix my initial mistake is that now I actually understand the package and so should be able to do a better job to help maintain it!

I'll merge and release this