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
dplyr
After upgrading dplyr to v0.5.0 (current CRAN version), the rnoaa::ghcnd_splitvars function no longer works.
rnoaa::ghcnd_splitvars
> minoc = ghcnd_splitvars(ghcnd('USC00475516')) Error in is.string(match) : argument "match" is missing, with no default
Seems to fail right away on this select statement.
Downgraded to dplyr v0.4.3 and it works fine.
The text was updated successfully, but these errors were encountered:
Small world @sckott. Thanks for the noaa package.
Sorry, something went wrong.
thanks @lawinslow - sorry about that - i knew a new version was coming, should have caught it, will push a change soon - added new milestone for bug fixes https://github.com/ropensci/rnoaa/milestones/v0.5.8
np, just thought you'd like to know.
7a59bb3
@lawinslow try again after reinstall
Great. Fixed. Thanks!
sckott
No branches or pull requests
After upgrading dplyr to v0.5.0 (current CRAN version), the
rnoaa::ghcnd_splitvars
function no longer works.Seems to fail right away on this select statement.
Downgraded to
dplyr
v0.4.3 and it works fine.The text was updated successfully, but these errors were encountered: