We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf1d44 commit 014c5a5Copy full SHA for 014c5a5
README.md
@@ -26,10 +26,14 @@ More details on the workshop are below.
26
## Workshop package installation
27
28
If you want to install the packages and material post-workshop, the
29
-instructions are below. The workshop is designed for R `4.4` and
30
-Bioconductor 3.19.
+instructions are below. The workshop is designed for R `4.5` and
+Bioconductor 3.21.
31
32
```
33
+# Update Bioconductor
34
+if (!require("BiocManager", quietly = TRUE))
35
+ install.packages("BiocManager")
36
+BiocManager::install(version = "3.21")
37
38
# Install workshop package
39
#install.packages('remotes')
0 commit comments