JuliaStats / RDatasets.jl

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

switch to using missingstring over null #51

Closed tlnagy closed 6 years ago

tlnagy commented 6 years ago

this change was introduced in https://github.com/JuliaData/CSV.jl/pull/173

Noticed in https://github.com/GiovineItalia/Gadfly.jl/pull/1129

randyzwitch commented 6 years ago

The tests pass, but shouldn't REQUIRES need a bump for CSV? Version currently 0.2.1, feature comes in 0.2.3

tlnagy commented 6 years ago

Good catch. I updated the PR.