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

Remove the dependency on Printf by using string interpolation #67

Closed petershintech closed 5 years ago

randyzwitch commented 5 years ago

Is this PR in regards to an issue with Printf? As far as changes go, this seems pretty neutral as to having a benefit, as Printf is part of the standard library, not a dependency per se

petershintech commented 5 years ago

If @sprintf were used to generate a string in a sophisticated format, this would be a good choice. But to generate this kind of simple strings, using Julia's intrinsic string interpolation would be a more elegant choice.