Skip to content
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

Compatibility with FileIO.jl v1.6 #83

Closed
junyuan-chen opened this issue Mar 12, 2021 · 1 comment
Closed

Compatibility with FileIO.jl v1.6 #83

junyuan-chen opened this issue Mar 12, 2021 · 1 comment

Comments

@junyuan-chen
Copy link

junyuan-chen commented Mar 12, 2021

With FileIO.jl v1.6.2 and RData v0.7.3, I got the following error:

julia> using RData

julia> load("FILE.rda")
ERROR: No applicable_loaders found for UNKNOWN

There is no more error after downgrading FileIO to v1.5. Hence, it seems to be the lack of support with the new version.

@alyst
Copy link
Collaborator

alyst commented Mar 12, 2021

thanks for reporting, I will try to take a look

alyst added a commit to alyst/RData.jl that referenced this issue Mar 20, 2021
- remove RData's own compressor format detection
- fix compression unit tests
- fix JuliaData#83
- bump versio to 0.8.0
alyst added a commit to alyst/RData.jl that referenced this issue Mar 20, 2021
- remove RData's own compressor format detection
- fix compression unit tests
- fix JuliaData#83
- bump versio to 0.8.0
@alyst alyst closed this as completed in aa6f95d Mar 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants