You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error gives no hint about this - I found it from the final comment in this discourse post.
What to do about it
Optimally, this package could figure this problem out on its own. Second best, the error message could suggest changing the file extension from Rdata to RData or rda.
The text was updated successfully, but these errors were encountered:
So I have an Rdata file, as seen below:
![image](https://user-images.githubusercontent.com/61620837/152512554-c20d4715-0849-4bae-bd7c-d0ad643d3252.png)
The file extension is clearly
Rdata
. However, I get the following when reading it:However, it works fine if I pretend the extension is
RData
:The error gives no hint about this - I found it from the final comment in this discourse post.
What to do about it
Optimally, this package could figure this problem out on its own. Second best, the error message could suggest changing the file extension from
Rdata
toRData
orrda
.The text was updated successfully, but these errors were encountered: