... | ... |
@@ -13,7 +13,7 @@ knitr::opts_chunk$set( |
13 | 13 |
) |
14 | 14 |
``` |
15 | 15 |
|
16 |
-[](http://hits.dwyl.io/Aufiero/circRNAprofiler) |
|
16 |
+[](https://hits.seeyoufarm.com) |
|
17 | 17 |
|
18 | 18 |
# circRNAprofiler: an R-based computational framework for the downstream analysis of circular RNAs |
19 | 19 |
|
... | ... |
@@ -37,7 +37,7 @@ if (!requireNamespace("BiocManager", quietly = TRUE)) |
37 | 37 |
BiocManager::install("circRNAprofiler") |
38 | 38 |
``` |
39 | 39 |
|
40 |
-To download the latest development version use: |
|
40 |
+To install the latest development version use: |
|
41 | 41 |
```{r, eval = FALSE} |
42 | 42 |
if (!requireNamespace("BiocManager", quietly = TRUE)) |
43 | 43 |
install.packages("BiocManager") |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
|
2 | 2 |
<!-- README.md is generated from README.Rmd. Please edit that file --> |
3 | 3 |
|
4 |
-[](http://hits.dwyl.io/Aufiero/circRNAprofiler) |
|
4 |
+[](https://hits.seeyoufarm.com) |
|
5 | 5 |
|
6 | 6 |
# circRNAprofiler: an R-based computational framework for the downstream analysis of circular RNAs |
7 | 7 |
|
... | ... |
@@ -18,7 +18,8 @@ which facilitate the interpretation of the results. |
18 | 18 |
|
19 | 19 |
## Installation |
20 | 20 |
|
21 |
-You can install circRNAprofiler from Bioconductor using: |
|
21 |
+You can install the latest release of circRNAprofiler from Bioconductor |
|
22 |
+using: |
|
22 | 23 |
|
23 | 24 |
``` r |
24 | 25 |
if (!requireNamespace("BiocManager", quietly = TRUE)) |
... | ... |
@@ -27,7 +28,7 @@ if (!requireNamespace("BiocManager", quietly = TRUE)) |
27 | 28 |
BiocManager::install("circRNAprofiler") |
28 | 29 |
``` |
29 | 30 |
|
30 |
-To download the latest development version on github use: |
|
31 |
+To install the latest development version use: |
|
31 | 32 |
|
32 | 33 |
``` r |
33 | 34 |
if (!requireNamespace("BiocManager", quietly = TRUE)) |