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
Currently .onAttach() will change the state of a users random number generator:
forecast/R/attach.R
Lines 1 to 2 in d143826
Not a bug per se but would you consider a change to preserve it?
For reference I believe {ggplot2} was updated to use withr::with_preserve_seed() for this reason.
Motivate by this thread https://fosstodon.org/@[email protected]/112079393660379008
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion, I've created a PR (#955) for this.
Sorry, something went wrong.
No branches or pull requests
Currently .onAttach() will change the state of a users random number generator:
forecast/R/attach.R
Lines 1 to 2 in d143826
Not a bug per se but would you consider a change to preserve it?
For reference I believe {ggplot2} was updated to use withr::with_preserve_seed() for this reason.
Motivate by this thread https://fosstodon.org/@[email protected]/112079393660379008
The text was updated successfully, but these errors were encountered: