Skip to content

Commit 014c5a5

Browse files
committed
update README
1 parent 4bf1d44 commit 014c5a5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,14 @@ More details on the workshop are below.
2626
## Workshop package installation
2727

2828
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.
29+
instructions are below. The workshop is designed for R `4.5` and
30+
Bioconductor 3.21.
3131

3232
```
33+
# Update Bioconductor
34+
if (!require("BiocManager", quietly = TRUE))
35+
install.packages("BiocManager")
36+
BiocManager::install(version = "3.21")
3337
3438
# Install workshop package
3539
#install.packages('remotes')

0 commit comments

Comments
 (0)