... | ... |
@@ -43,11 +43,14 @@ Packages were developed and tested on R version 4.2.1. |
43 | 43 |
|
44 | 44 |
## Installation from Bioconductor |
45 | 45 |
|
46 |
-`crisprScore` can be installed from Bioconductor using the following |
|
47 |
-commands in a fresh R session: |
|
46 |
+`crisprScore` can be installed from from the Bioconductor devel branch |
|
47 |
+using the following commands in a fresh R session: |
|
48 | 48 |
|
49 | 49 |
```{r, eval=FALSE} |
50 |
-install.packages("BiocManager") |
|
50 |
+if (!require("BiocManager", quietly = TRUE)) |
|
51 |
+ install.packages("BiocManager") |
|
52 |
+ |
|
53 |
+BiocManager::install(version="devel") |
|
51 | 54 |
BiocManager::install("crisprScore") |
52 | 55 |
``` |
53 | 56 |
|
... | ... |
@@ -77,11 +77,14 @@ developed and tested on R version 4.2.1. |
77 | 77 |
|
78 | 78 |
## Installation from Bioconductor |
79 | 79 |
|
80 |
-`crisprScore` can be installed from Bioconductor using the following |
|
81 |
-commands in a fresh R session: |
|
80 |
+`crisprScore` can be installed from from the Bioconductor devel branch |
|
81 |
+using the following commands in a fresh R session: |
|
82 | 82 |
|
83 | 83 |
``` r |
84 |
-install.packages("BiocManager") |
|
84 |
+if (!require("BiocManager", quietly = TRUE)) |
|
85 |
+ install.packages("BiocManager") |
|
86 |
+ |
|
87 |
+BiocManager::install(version="devel") |
|
85 | 88 |
BiocManager::install("crisprScore") |
86 | 89 |
``` |
87 | 90 |
|
... | ... |
@@ -653,7 +656,7 @@ sessionInfo() |
653 | 656 |
## [11] GenomeInfoDb_1.33.5 stats4_4.2.1 |
654 | 657 |
## [13] RSQLite_2.2.16 evaluate_0.16 |
655 | 658 |
## [15] highr_0.9 httr_1.4.4 |
656 |
- ## [17] pillar_1.8.1 basilisk_1.9.2 |
|
659 |
+ ## [17] pillar_1.8.1 basilisk_1.9.3 |
|
657 | 660 |
## [19] zlibbioc_1.43.0 rlang_1.0.4 |
658 | 661 |
## [21] curl_4.3.2 rstudioapi_0.14 |
659 | 662 |
## [23] blob_1.2.3 S4Vectors_0.35.1 |
... | ... |
@@ -56,11 +56,14 @@ Packages were developed and tested on R version 4.2. |
56 | 56 |
|
57 | 57 |
## Installation from Bioconductor |
58 | 58 |
|
59 |
-`crisprScore` can be installed from Bioconductor using the following |
|
60 |
-commands in a fresh R session: |
|
59 |
+`crisprScore` can be installed from from the Bioconductor devel branch |
|
60 |
+using the following commands in a fresh R session: |
|
61 | 61 |
|
62 | 62 |
```{r, eval=FALSE} |
63 |
-install.packages("BiocManager") |
|
63 |
+if (!require("BiocManager", quietly = TRUE)) |
|
64 |
+ install.packages("BiocManager") |
|
65 |
+ |
|
66 |
+BiocManager::install(version="devel") |
|
64 | 67 |
BiocManager::install("crisprScore") |
65 | 68 |
``` |
66 | 69 |
|