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

Problem readimg Rda files #5

Open
martinezjr opened this issue Jul 21, 2022 · 1 comment
Open

Problem readimg Rda files #5

martinezjr opened this issue Jul 21, 2022 · 1 comment

Comments

@martinezjr
Copy link

It may be something alien to the dbir prooject, but I cannot read the rda files (for example [dbir_figure_data_rev2022_v1.Rda). I assume the file it contains the data underlying the graphs and that it is a R file. I load the file with commeand load and I get this weird message that don't know how to handle.

dbir_figure_data_rev2022_v1.Rda" :
bad restore file magic number (file may be corrupted) -- no data loaded
In addition: Warning message:
file ‘dbir_figure_data_rev2022_v1.Rda’ has magic number ''
Use of save versions prior to 2 is deprecated

Have you heard about it before? can you help me with it? Many thanks, Jose Ramon

@HitchRait
Copy link

HitchRait commented May 14, 2023

Same problem:

library(tidyverse)
library(dtplyr)
load(".../dbir_figure_data_rev2022_v1.Rda")

Warning message:
“file ‘dbir_figure_data_rev2022_v1.Rda’ has magic number ''
  Use of save versions prior to 2 is deprecated”

Error in load(".../dbir_figure_data_rev2022_v1.Rda"): bad restore file magic number (file may be corrupted) -- no data loaded

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