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
Hello. Please do not set future options from within your package, as in:
https://github.com/cran/conformalInference.multi/blob/12671e6e379631a2e819181063a25535c7898c18/R/jackplus.R#L42
This might have unintended side effects for other packages and risk producing incorrect results elsewhere. R options are meant for end-users, not developers. If you need to tweak the settings, please do so temporarily, as explained in https://future.futureverse.org/articles/future-7-for-package-developers.html#avoid-changing-the-future-options.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello. Please do not set future options from within your package, as in:
https://github.com/cran/conformalInference.multi/blob/12671e6e379631a2e819181063a25535c7898c18/R/jackplus.R#L42
This might have unintended side effects for other packages and risk producing incorrect results elsewhere. R options are meant for end-users, not developers. If you need to tweak the settings, please do so temporarily, as explained in https://future.futureverse.org/articles/future-7-for-package-developers.html#avoid-changing-the-future-options.
The text was updated successfully, but these errors were encountered: