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

Examples in doc cause errors #29

Closed zenna closed 9 years ago

zenna commented 9 years ago

RDatasets.datasets("mlmRev")

errors with

ERROR: `getindex` has no method matching getindex(::DataFrame, ::ASCIIString)
lendle commented 9 years ago

FYI this is fixed on master, just needs to be tagged in METADATA.

garborg commented 9 years ago

Tagged now. Thanks!