-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
42 lines (42 loc) · 862 Bytes
/
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
Package: rutils
Title: Common utility functions
Version: 0.99.2
Date: 2020-12-08
Authors@R:
person(given = "Regina",
family = "H. Reynolds",
role = c("aut", "cre"),
email = "[email protected]")
Description: To house common utility functions.
License: Artistic-2.0
URL: https://github.com/RHReynolds/rutils
BugReports: https://support.bioconductor.org/t/rutils
biocViews: Software
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
testthat,
covr,
knitr,
BiocStyle,
knitcitations,
sessioninfo,
rmarkdown
VignetteBuilder: knitr
Imports:
dplyr,
GenomicRanges,
magrittr,
readr,
rtracklayer,
stringr,
tibble,
qdapTools,
GOSemSim (>= 2.16.1),
rrvgo,
tidyselect,
org.Hs.eg.db,
forcats,
ggplot2