Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
update key points
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Nov 3, 2021
1 parent 5542316 commit 2308e8f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions episodes/03-installing-bioconductor.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ objectives:
- "Install BiocManager."
- "Install Bioconductor packages."
keypoints:
- "BiocManager is used to install Bioconductor packages (but also from CRAN and GitHub), and check for updates."
- "BiocManager safely manages packages from the incremental releases of Bioconductor."
- "The BiocManager package is available from the CRAN repository."
- "`BiocManager::install()` is used to install and update Bioconductor packages (but also from CRAN and GitHub)."
- "`BiocManager::valid()` is used to check for available package updates."
- "`BiocManagerBiocManager::version()` reports the version of Bioconductor currently installed."
- "`BiocManager::install()` can also be used to update an entire R library to a specific version of Bioconductor."
---

```{r, include=FALSE}
Expand Down

0 comments on commit 2308e8f

Please sign in to comment.