In the following commit (https://github.com/johnmyleswhite/RDatasets.jl/commit/4e97a3b0a55d443c069fdda26abdc3aa5c478f59), I tried to export a new dataset() function from RDatasets.
I now get an export error that I can’t make sense of: julia> using RDatasets ERROR: syntax: malformed "export" statement in reload_path at loading.jl:146 in _require at loading.jl:59 in require at loading.jl:43 while loading /Users/johnmyleswhite/.julia/RDatasets/src/RDatasets.jl, in expression starting on line 16 What am I doing wrong? — John
