Skip to content

Commit

Permalink
Merge pull request #69 from jiajic/main
Browse files Browse the repository at this point in the history
add  day  1 session 3
  • Loading branch information
jiajic authored Aug 4, 2024
2 parents ee0d8ab + 966b2c3 commit 1cdcb6b
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 1cdcb6b

Please sign in to comment.