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

Add the data sets from ISLR #25

Closed dmbates closed 10 years ago

dmbates commented 10 years ago

I just have the data sets themselves in this PR. I can add the documents and update the datasets listing once I remember how to do that.

dmbates commented 10 years ago

I should have mentioned issue #24 in the pull request.

dmbates commented 10 years ago

At present the two large datasets, Khan and NCI60, don't load because they are not data.frames in R.

johnmyleswhite commented 10 years ago

This all seems reasonable to me. I still don't really understand what our plan is for importing RDA files that aren't a single DataFrame.