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:
fmeffects/R/FME.R
Lines 253 to 254 in 020e205
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:
Also, there is no option future.seed, so setting that has zero effect.
future.seed
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hello. Please do not set future options from within your package, as in:
fmeffects/R/FME.R
Lines 253 to 254 in 020e205
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: