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

Missing AirlinePassengers? #27

Open lucasb-eyer opened 10 years ago

lucasb-eyer commented 10 years ago

I'm filing an issue instead of just adding it because that one has been added upstream in the same commit as others (for example datasets/CO2) which are in here. Why? Do you plan to stay in sync or was vincentarelbundock/Rdatasets just to get started?

johnmyleswhite commented 10 years ago

We haven't made much effort to stay in sync with that repo. One thing to keep in mind if you bring over new datasets is that we made an effort to standardize variable names to ensure that they're (a) all valid Julia identifiers and (b) all consistently CameCase.