Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
disable mediation chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
nhejazi committed Nov 13, 2024
1 parent 0eff9b1 commit 3f4e1ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 0 additions & 4 deletions 07-sl3.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ _Rachael Phillips_
Based on the [`sl3` `R` package](https://github.com/tlverse/sl3) by _Jeremy
Coyle, Nima Hejazi, Ivana Malenica, Rachael Phillips, and Oleg Sofrygin_.

```{r, echo=FALSE}
options(future.globals.maxSize = 10^24)
```

### Learning Objectives {-}

By the end of this chapter you will be able to:
Expand Down
2 changes: 1 addition & 1 deletion _bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ rmd_files: [
"08-tmle3.Rmd",
"09-tmle3mopttx.Rmd",
"10-tmle3shift.Rmd",
"11-tmle3mediate.Rmd",
# "11-tmle3mediate.Rmd",
"references.Rmd"
]
5 changes: 3 additions & 2 deletions _common.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# same seed across chapters
library(methods)
set.seed(34729)
set.seed(02115)

hook_output <- knitr::knit_hooks$get("output")
knitr::knit_hooks$set(output = function(x, options) {
Expand Down Expand Up @@ -42,7 +42,8 @@ options(
crayon.enabled = FALSE,
bookdown.clean_book = TRUE,
knitr.kable.NA = "NA",
repos = structure(c(CRAN = "https://cran.rstudio.com/"))
repos = structure(c(CRAN = "https://cran.rstudio.com/")),
future.globals.maxSize = 10^24
)

# overwrite options by output type
Expand Down

0 comments on commit 3f4e1ba

Please sign in to comment.