forked from rnabioco/valr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.08 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
Package: valr
Type: Package
Title: Genome Interval Arithmetic in R
Version: 0.2.0.9000
Authors@R: c(
person('Jay', 'Hesselberth', role = c('aut', 'cre'), email = '[email protected]'),
person('Kent', 'Riemondy', role = c('aut'), email = '[email protected]'),
person('Ryan', 'Sheridan', role = c('ctb'), email = '[email protected]')
)
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.
License: MIT + file LICENSE
Depends:
R (>= 3.1.2)
Imports:
dplyr (>= 0.5.0),
lazyeval,
readr,
stringr,
tibble,
ggplot2,
SystemRequirements: C++11
LinkingTo:
Rcpp (>= 0.12.8),
BH,
Suggests:
knitr,
rmarkdown,
testthat,
microbenchmark,
covr,
RMySQL,
purrr,
broom,
tidyr,
VignetteBuilder: knitr
RoxygenNote: 6.0.1
URL: http://github.com/rnabioco/valr/
BugReports: https://github.com/rnabioco/valr/issues
Roxygen: list(markdown = TRUE)