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

cj_tidy does not work with tibbles #11

Closed
umbertomig opened this Issue Dec 15, 2018 · 1 comment

Comments

Projects
None yet
2 participants
@umbertomig
Copy link

umbertomig commented Dec 15, 2018

I was using the package, and I had an issue with cj_tidy. It took me some time but I found that the problem was with the reshaping function in line 27 of the code. My suggestion is to have a test to see if the dataset is a data.frame or not. Once I find the problem, it worked great!

@leeper

This comment has been minimized.

Copy link
Owner

leeper commented Dec 15, 2018

Can you provide more detail on the problem, like any error message you received? And the output of traceback() thereafter?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.