-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
63 lines (63 loc) · 1.52 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
60
61
62
63
Type: Package
Package: valr
Title: Genome Interval Arithmetic
Version: 0.8.2.9000
Authors@R: c(
person("Jay", "Hesselberth", , "jay.hesselberth@cuanschutz.edu", role = c("aut"),
comment = c(ORCID = "0000-0002-6299-179X")),
person("Kent", "Riemondy", , "kent.riemondy@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0750-1273")),
person("RNA Bioscience Initiative", role = c("fnd", "cph"))
)
Description: Read and manipulate genome intervals and signals. Provides
functionality similar to command-line tool suites within R, enabling
interactive analysis and visualization of genome-scale data. Riemondy
et al. (2017) <doi:10.12688/f1000research.11997.1>.
License: MIT + file LICENSE
URL: https://github.com/rnabioco/valr/, https://rnabioco.github.io/valr/
BugReports: https://github.com/rnabioco/valr/issues
Depends:
R (>= 4.0.0)
Imports:
broom,
cli,
dplyr (>= 0.8.0),
ggplot2,
lifecycle,
Rcpp (>= 1.0.0),
readr,
rlang,
rtracklayer,
stringr,
tibble (>= 1.4.2)
Suggests:
bench,
covr,
cowplot,
curl,
DBI,
dbplyr,
devtools,
DT,
GenomicRanges,
IRanges,
knitr,
purrr,
RMariaDB,
rmarkdown,
S4Vectors,
testthat (>= 3.0.0),
vdiffr (>= 1.0.0),
tidyr
biocViews:
LinkingTo:
Rcpp (>= 1.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/Needs/website:
r-lib/pkgdown,
rnabioco/rbitemplate
Config/testthat/edition: 3