-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate with FileIO #2
Comments
I have a PR up over on StatFiles.jl that would use SASLib.jl instead of ReadStat.jl for In general I think there is real value in keeping packages like this one here small, lean and not burdened with too many integrations into various other packages. That is the model of TextParse.jl, ReadStat.jl and hopefully soon ExcelReaders.jl and I think it makes overall dependency management much easier. Integration with things like FileIO.jl, TableTraits.jl and DataStreams.jl can then live in other small wrapper packages like StatFiles.jl. For FileIO.jl in particular there is no real mechanism to have multiple packages registered for one file type. Given that StatFiles.jl is already registered for |
I agree. Isn't that the same philosophy as the design of the Unix system? We just need a lot of tools that can work together seamlessly. I will put this issue as well as #13 on hold for now. I have other things to worry about... such as performance ;-) |
See https://github.com/JuliaIO/FileIO.jl
The text was updated successfully, but these errors were encountered: