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

Faster startup #95

Closed PallHaraldsson closed 4 years ago

PallHaraldsson commented 4 years ago

Faster, see my PR here: https://github.com/JuliaInterop/RCall.jl/pull/383 and very likely no potential downside/slowdown here.

asinghvi17 commented 4 years ago

Thanks!