Skip to content

Commit

Permalink
add day 1 session 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed Aug 4, 2024
1 parent f0498cf commit 966b2c3
Show file tree
Hide file tree
Showing 11 changed files with 473 additions and 14 deletions.
2 changes: 1 addition & 1 deletion 01_session2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ devtools::install_version("Matrix", version = "1.6-5")
```

If you come across the `function 'as_cholmod_sparse' not provided by package 'Matrix'` error when running Giotto, reinstalling _irlba_ from source may resolve it.
```{r}
```{r, eval=FALSE}
install.packages("irlba", type = "source")
```

Expand Down
Loading

0 comments on commit 966b2c3

Please sign in to comment.