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
From CRAN:
These package have code calling closeAllConnections() which seems a very bad idea in package code, as indeed it will close all user connections etc, and not just the ones opened by the package. Can you please fix "as necessary", and ensure your package code only closes connections it also opened? Please fix before 2021-06-08 to safely retain your package on CRAN.
These package have code calling
closeAllConnections()
which seems a very bad idea in package code, as indeed it will close all user connections etc, and not just the ones opened by the package.
Can you please fix "as necessary", and ensure your package code only closes connections it also opened?
Please fix before 2021-06-08 to safely retain your package on CRAN.
Fix here:
tidyhydat/R/download.R
Line 42 in 2c177ae
The text was updated successfully, but these errors were encountered:
3c91a47
No branches or pull requests
From CRAN:
Fix here:
tidyhydat/R/download.R
Line 42 in 2c177ae
The text was updated successfully, but these errors were encountered: