Skip to content

Commit

Permalink
Set random seed
Browse files Browse the repository at this point in the history
Wordcloud and mds depend on random number generation, so set a seed for reproducibility.

Signed-off-by: Liang Zhang <[email protected]>
  • Loading branch information
psychelzh committed Oct 27, 2023
1 parent d037be0 commit ebe107b
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _freeze/posts/presentations/index/execute-results/html.json

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions posts/presentations/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ projects <- targets::tar_config_yaml()
select_list <- function(.l, ...) {
.l[tidyselect::eval_select(expr(c(...)), .l)]
}
set.seed(20231019)
```

# Introduction
Expand Down

0 comments on commit ebe107b

Please sign in to comment.