-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
59 lines (59 loc) · 1.2 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# -*- mode: yaml; yaml-indent-offset: 4 -*-
Package: rctutils
Type: Package
Title: Utility functions by Ryan C. Thompson
Version: 0.1.0
Authors@R: person("Ryan C.", "Thompson", email="[email protected]", role=c("aut", "cre"))
Maintainer: Ryan C. Thompson <[email protected]>
Description: A collection of utility functions generally relating to bioinformatics analysis.
Depends: R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
Roxygen: list(markdown = TRUE)
# https: //github.com/r-lib/devtools/issues/700#issuecomment-235127291
biocViews: ~
Imports:
assertthat,
dplyr,
glue,
magrittr,
stringr,
withr,
methods,
ggplot2,
rlang
Suggests:
roxygen2,
codingMatrices,
future,
rex,
plotly,
scales,
GGally,
reshape2,
forcats,
openxlsx,
tidyr,
readr,
foreach,
doFuture,
lazyeval,
Biobase,
S4Vectors,
BiocGenerics,
GenomicRanges,
Rsubread,
SummarizedExperiment,
limma,
qvalue,
edgeR,
csaw,
AnnotationDbi,
GenomicFeatures,
rtracklayer,
BiocParallel,
BiocParallel.FutureParam
Remotes:
github::DarwinAwardWinner/BiocParallel.FutureParam@prototype