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

reactable() fails with labelled data from {haven} #116

Open
ohjakobsen opened this issue Dec 2, 2024 · 0 comments · May be fixed by #117
Open

reactable() fails with labelled data from {haven} #116

ohjakobsen opened this issue Dec 2, 2024 · 0 comments · May be fixed by #117
Assignees
Labels
Priority: 2-High Extra attention is needed Type: 1-Bug Something isn't working
Milestone

Comments

@ohjakobsen
Copy link
Contributor

The reachable() function fails when it encounters data of type dbl+lbl (double + labelled) from the {haven} package. This data type sets of a recursive function that ultimately fail with a C stack error message. This can be fixed by scanning files for the data type and replace these with ordinary factors, which is probably closer to what we want.

@ohjakobsen ohjakobsen added Type: 1-Bug Something isn't working Priority: 2-High Extra attention is needed labels Dec 2, 2024
@ohjakobsen ohjakobsen added this to the 0.6.0 milestone Dec 2, 2024
@ohjakobsen ohjakobsen self-assigned this Dec 2, 2024
@ohjakobsen ohjakobsen linked a pull request Dec 20, 2024 that will close this issue
@ohjakobsen ohjakobsen linked a pull request Dec 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: 2-High Extra attention is needed Type: 1-Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant