We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See appveyor results:
1. Failure (at test-physprop.R#8): physprop returns correct results ------------ fl$cas not equal to "50-00-0" 1 string mismatches: x[1]: "50-00-0" y[1]: "�000050-00-0"
This happens because sub() doesn't work. Possible workarounds:
sub()
The text was updated successfully, but these errors were encountered:
Possible workaround: Set UTF8 before each gsub():
Encoding(x) <- 'UTF-8'
Or set encoding in getURL?
Add more tests (for cname, mw, and so on..)!
Sorry, something went wrong.
Possible fix for issue #17
67ea91b
fixed with commit bb6416c.
eduardszoecs
No branches or pull requests
See appveyor results:
This happens because
sub()
doesn't work. Possible workarounds:The text was updated successfully, but these errors were encountered: