... | ... |
@@ -6,3 +6,28 @@ cache: packages |
6 | 6 |
r: |
7 | 7 |
- release |
8 | 8 |
- devel |
9 |
+r_binary_packages: |
|
10 |
+ - dplyr, |
|
11 |
+ - magrittr, |
|
12 |
+ - readr, |
|
13 |
+ - rtracklayer, |
|
14 |
+ - stringr, |
|
15 |
+ - Biostrings, |
|
16 |
+ - BSgenome, |
|
17 |
+ - stringi, |
|
18 |
+ - DESeq2, |
|
19 |
+ - edgeR, |
|
20 |
+ - GenomicRanges, |
|
21 |
+ - IRanges, |
|
22 |
+ - seqinr, |
|
23 |
+ - R.utils, |
|
24 |
+ - reshape2, |
|
25 |
+ - ggplot2, |
|
26 |
+ - utils, |
|
27 |
+ - BiocManager, |
|
28 |
+ - rlang, |
|
29 |
+ - S4Vectors, |
|
30 |
+ - stats, |
|
31 |
+ - AnnotationHub, |
|
32 |
+ - GenomeInfoDb, |
|
33 |
+ - gwascat |
... | ... |
@@ -3,7 +3,7 @@ Type: Package |
3 | 3 |
Title: circRNAprofiler: An R-Based Computational Framework for Downstream Analysis of Circular RNAs |
4 | 4 |
Version: 0.1.1 |
5 | 5 |
Author: Simona Aufiero |
6 |
-Maintainer: The package maintainer <[email protected]> |
|
6 |
+Maintainer: Simona Aufiero <[email protected]> |
|
7 | 7 |
Description: R-based computational framework for a comprehensive in silico |
8 | 8 |
analysis of circRNAs. It allows to combine circRNAs detected by multiple |
9 | 9 |
publicly available annotation-based circRNA detection tools and to analyze |
... | ... |
@@ -13,7 +13,9 @@ License: GPL-3 |
13 | 13 |
Encoding: UTF-8 |
14 | 14 |
LazyData: TRUE |
15 | 15 |
biocViews: Annotation, StructuralPrediction, FunctionalPrediction, GenePrediction, GenomeAssembly |
16 |
-Depends: R(>= 3.6.0), gwascat |
|
16 |
+Depends: |
|
17 |
+ R(>= 3.6.0), |
|
18 |
+ gwascat |
|
17 | 19 |
RoxygenNote: 6.1.1 |
18 | 20 |
Suggests: testthat, |
19 | 21 |
knitr, |
... | ... |
@@ -48,4 +50,5 @@ Imports: |
48 | 50 |
stats, |
49 | 51 |
AnnotationHub, |
50 | 52 |
GenomeInfoDb, |
51 |
-VignetteBuilder: knitr |
|
53 |
+VignetteBuilder: |
|
54 |
+ knitr |