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

using RDatasets got LoadError: UndefVarError: @sprintf not defined #55

Closed lazyjoe closed 6 years ago

lazyjoe commented 6 years ago

After installing RDatasets, I tried to use "using RDatasets" and got the error. 2018-08-19 7 08 43 My julia Version 1.0.0 (2018-08-08) os: mac OS high sierra 10.13.6 Thanks

ikselven commented 6 years ago

Looking at the changes in #54, this seems to be fixed in that PR.

szcf-weiya commented 6 years ago

Same error on Julia 1.0 for Windows 10.

wenzhenghe7 commented 6 years ago

Same for Julia 1.0 on Win 7

milunski commented 6 years ago

Same issue for Julia 1.0 on Mac

randyzwitch commented 6 years ago

This is being handled with #54, which should be merged in in the next day or so