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
In the "get started" vignette, this code and a variant with geo_value shows up here and here.:
geo_value
withr::[with_rng_version](https://withr.r-lib.org/reference/with_rng_version.html)("3.0.0", withr::[with_seed](https://withr.r-lib.org/reference/with_seed.html)(42, [length](https://rdrr.io/r/base/length.html)(state)))
This is about making the RNG reproducible. We should add a comment.
The text was updated successfully, but these errors were encountered:
dshemetov
Successfully merging a pull request may close this issue.
In the "get started" vignette, this code and a variant with
geo_value
shows up here and here.:This is about making the RNG reproducible. We should add a comment.
The text was updated successfully, but these errors were encountered: