-
Notifications
You must be signed in to change notification settings - Fork 14
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
json.column error after upgrading to dplyr 0.7.0 #58
Comments
I will look through to be sure the issue you are seeing is the one we anticipated. Please see issue here. We are looking to test and release a fix to CRAN as soon as possible. The problem we have seen is with the |
Also, as a random aside - I like to use |
I'm having the same issue. I've downgraded to
|
@gaiusjaugustus Any clarification on what your pipeline looks like? Can you provide a reprex? This issue is not uncommon since Also, this repo is deader than jeremystan/tidyjson (which is having troubles of its own). Probably best to continue discussion here. |
Hi there, I use
tidyjson
in thegoogleAnalyticsR
package, and this week people have reported an error in a function that usestidyjson
. It turns out that those people who are usingdplyr
version0.7.0
get the error:https://github.com/MarkEdmondson1234/googleAnalyticsR/issues/87
For now a fix is to downgrade
dplyr
viadevtools::install_version("dplyr", version = "0.5.0")
but that is obviously not permanent :)The text was updated successfully, but these errors were encountered: