We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With FileIO.jl v1.6.2 and RData v0.7.3, I got the following error:
FileIO.jl v1.6.2
RData v0.7.3
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.
FileIO
The text was updated successfully, but these errors were encountered:
thanks for reporting, I will try to take a look
Sorry, something went wrong.
use FileIO 1.6.5 detect_compressor()
a033456
- remove RData's own compressor format detection - fix compression unit tests - fix JuliaData#83 - bump versio to 0.8.0
85ac72f
aa6f95d
No branches or pull requests
With
FileIO.jl v1.6.2
andRData v0.7.3
, I got the following error:There is no more error after downgrading
FileIO
to v1.5. Hence, it seems to be the lack of support with the new version.The text was updated successfully, but these errors were encountered: