Package: valr
Type: Package
Title: Genome Interval Arithmetic in R
Version: 0.3.0
Authors@R: c(
    person('Jay', 'Hesselberth', role = c('aut', 'cre'), email = 'jay.hesselberth@gmail.com'),
    person('Kent', 'Riemondy', role = c('aut'), email = 'kent.riemondy@ucdenver.edu'),
    person('Ryan', 'Sheridan', role = c('ctb'), email = 'ryan.sheridan@ucdenver.edu')
    )
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.7.0), rlang, readr, stringr, tibble, broom,
        ggplot2,
SystemRequirements: C++11
LinkingTo: Rcpp (>= 0.12.8), BH,
Suggests: knitr, rmarkdown, testthat, microbenchmark, covr, RMySQL,
        purrr, tidyr,
VignetteBuilder: knitr
RoxygenNote: 6.0.1
URL: http://github.com/rnabioco/valr/
BugReports: https://github.com/rnabioco/valr/issues
NeedsCompilation: yes
Packaged: 2017-06-15 12:17:45 UTC; jayhesselberth
Author: Jay Hesselberth [aut, cre],
  Kent Riemondy [aut],
  Ryan Sheridan [ctb]
Maintainer: Jay Hesselberth <jay.hesselberth@gmail.com>
Repository: CRAN
Date/Publication: 2017-06-15 13:45:08 UTC
