Browse code

updated Readme

simoc authored on 18/05/2021 19:36:20
Showing 2 changed files

... ...
@@ -13,7 +13,7 @@ knitr::opts_chunk$set(
13 13
 )
14 14
 ```
15 15
 
16
-[![HitCount](http://hits.dwyl.io/Aufiero/circRNAprofiler.svg)](http://hits.dwyl.io/Aufiero/circRNAprofiler) 
16
+[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fblue-sea-697d.quartiers047.workers.dev%3A443%2Fhttps%2Fgithub.com%2FAufiero%2FcircRNAprofiler&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](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
-[![HitCount](http://hits.dwyl.io/Aufiero/circRNAprofiler.svg)](http://hits.dwyl.io/Aufiero/circRNAprofiler)
4
+[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fblue-sea-697d.quartiers047.workers.dev%3A443%2Fhttps%2Fgithub.com%2FAufiero%2FcircRNAprofiler&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](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))