Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions episodes/02-high-dimensional-regression.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ methylated DNA. Along with this, we have a number of sample phenotypes
Let's read in the data for this episode:

```{r loadmethy}
library("SummarizedExperiment")
methylation <- readRDS("data/methylation.rds")
```

Expand Down
2 changes: 1 addition & 1 deletion renv/activate.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
local({

# the requested version of renv
version <- "1.1.4"
version <- "1.1.5"
attr(version, "sha") <- NULL

# the project directory
Expand Down
Loading