Skip to content

Commit 61a2bde

Browse files
add seed
1 parent e14b0ce commit 61a2bde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chapters/10-pre-flight-checklist.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Note: For pre-prints, run through this checklist for both uploading to the pre-p
1919

2020
- [ ] The code follows the team style guide. See @sec-code-style for details.
2121
- [ ] Query code from user interfaces, e.g., Redivis or BigQuery, are up to date in version control.
22+
- [ ] For any random processes such as simulation, a seed is set for reproducibility.
2223
- [ ] The code uses a package environment to lock packages. See @sec-pkg-env for details.
2324
- [ ] Manuscript is generatable via Quarto. See @sec-quarto for details.
2425
- [ ] Run the code one last time in a fresh environment, preferably on a different computer. See @sec-running-code for details.
@@ -41,4 +42,4 @@ Note: For pre-prints, run through this checklist for both uploading to the pre-p
4142

4243
- [ ] Opt-in: Pipeline code is documented and with clear instructions for running the pipeline. See @sec-pipelines for details.
4344
- [ ] Opt-in: If code contains tests, tests pass. See @sec-tests for details.
44-
- [ ] Opt-in: Dockerfile is included in repository with clear instructions for running the image. See @sec-docker for details.
45+
- [ ] Opt-in: Dockerfile is included in repository with clear instructions for running the image. See @sec-docker for details.

0 commit comments

Comments
 (0)