-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
mutate2 returns Invalid token: '_' #173
Comments
It's a bug occured when using two or more columns with common prefixes in column names, e.g.,
The order of replacing variables with responding data is random (using
|
It works, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've used
mutate2
of the latest version of the Linux and Windows binaries provided at #153 (comment) to add an additional column to my dataset. Most of the time, it reports:But after running it ten or more times, it passes and returns a result.
Some other intermediate builds after 0.23 have this problem with mutate2 as well but not the release version v0.23 or older versions.
Small file to reproduce: R176_stats.txt
Command to reproduce:
head
can be used to reduce the data set to fewer lines. Then the error occurs less frequent:The text was updated successfully, but these errors were encountered: