Skip to content

Commit

Permalink
Updated readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jfortin1 committed Aug 31, 2022
1 parent 18a5a94 commit e5b9bfa
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
9 changes: 6 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,14 @@ Packages were developed and tested on R version 4.2.1.

## Installation from Bioconductor

`crisprScore` can be installed from Bioconductor using the following
commands in a fresh R session:
`crisprScore` can be installed from from the Bioconductor devel branch
using the following commands in a fresh R session:

```{r, eval=FALSE}
install.packages("BiocManager")
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install(version="devel")
BiocManager::install("crisprScore")
```

Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,14 @@ developed and tested on R version 4.2.1.

## Installation from Bioconductor

`crisprScore` can be installed from Bioconductor using the following
commands in a fresh R session:
`crisprScore` can be installed from from the Bioconductor devel branch
using the following commands in a fresh R session:

``` r
install.packages("BiocManager")
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")

BiocManager::install(version="devel")
BiocManager::install("crisprScore")
```

Expand Down Expand Up @@ -653,7 +656,7 @@ sessionInfo()
## [11] GenomeInfoDb_1.33.5 stats4_4.2.1
## [13] RSQLite_2.2.16 evaluate_0.16
## [15] highr_0.9 httr_1.4.4
## [17] pillar_1.8.1 basilisk_1.9.2
## [17] pillar_1.8.1 basilisk_1.9.3
## [19] zlibbioc_1.43.0 rlang_1.0.4
## [21] curl_4.3.2 rstudioapi_0.14
## [23] blob_1.2.3 S4Vectors_0.35.1
Expand Down
9 changes: 6 additions & 3 deletions vignettes/crisprScore.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,14 @@ Packages were developed and tested on R version 4.2.

## Installation from Bioconductor

`crisprScore` can be installed from Bioconductor using the following
commands in a fresh R session:
`crisprScore` can be installed from from the Bioconductor devel branch
using the following commands in a fresh R session:

```{r, eval=FALSE}
install.packages("BiocManager")
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install(version="devel")
BiocManager::install("crisprScore")
```

Expand Down

0 comments on commit e5b9bfa

Please sign in to comment.