Skip to content

Commit

Permalink
Use EB for SM
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Aug 2, 2023
1 parent 6ad5b06 commit 26dbdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Workflow.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ options(timeout = 1000)
## After download, files are then stored in an `rds` sub-folder
if (!file.exists("rds/chain_SM.Rds")) {
download.file(
paste0(chains_website, "rds/chain_SM_DefaultPrior.Rds"),
paste0(chains_website, "rds/chain_SM.Rds"),
destfile = "rds/chain_SM.Rds"
)
}
Expand Down

0 comments on commit 26dbdab

Please sign in to comment.