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

unrecognized object error when reading simple factor vector #45

Open
ofajardo opened this issue Apr 7, 2022 · 0 comments
Open

unrecognized object error when reading simple factor vector #45

ofajardo opened this issue Apr 7, 2022 · 0 comments

Comments

@ofajardo
Copy link

ofajardo commented Apr 7, 2022

When reading the following file this error arises:

The file contains an unrecognized object

Trying to isolate the problem a bit, saving only the first column to a new RData file (seasons_bad.RData in the attachment) like this

> bike2 = bike[,1]
> save(bike2, file="season_bad.RData")

also raises the error.

However, if I save it like this (seasons_good.RData), then no error

> bike2 = bike[1:731,1]
> save(bike2, file="season_good.RData")

Using R 4.0.2 on a mac OS 11.6.4

thanks!

original report
seaons.zip

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

1 participant