Package: valr
Type: Package
Title: Genome Interval Arithmetic
Version: 0.6.3
Authors@R: c(
    person('Jay', 'Hesselberth', role = c('aut', 'cre'),
      email = 'jay.hesselberth@gmail.com',
      comment = c(ORCID = '0000-0002-6299-179X')),
    person('Kent', 'Riemondy', role = c('aut'),
      email = 'kent.riemondy@ucdenver.edu',
      comment = c(ORCID = '0000-0003-0750-1273')),
    person("RNA Bioscience Initiative", role = c("fnd"))
    )
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
Depends: R (>= 3.1.2)
Imports: dplyr (>= 0.8.0), rlang, readr, Rcpp (>= 1.0.0), stringr,
        tibble (>= 1.4.2), broom, ggplot2
SystemRequirements: C++11
LinkingTo: Rcpp (>= 1.0.0),
Suggests: knitr, rmarkdown, testthat, bench, covr, curl, purrr, tidyr,
        devtools, DT, cowplot, dbplyr, GenomicRanges, IRanges,
        S4Vectors, DBI, RMariaDB
VignetteBuilder: knitr
RoxygenNote: 7.1.1
URL: https://github.com/rnabioco/valr/,
        https://rnabioco.github.io/valr/
BugReports: https://github.com/rnabioco/valr/issues
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2021-05-15 01:09:43 UTC; jayhesselberth
Author: Jay Hesselberth [aut, cre] (<https://orcid.org/0000-0002-6299-179X>),
  Kent Riemondy [aut] (<https://orcid.org/0000-0003-0750-1273>),
  RNA Bioscience Initiative [fnd]
Maintainer: Jay Hesselberth <jay.hesselberth@gmail.com>
Repository: CRAN
Date/Publication: 2021-05-15 05:30:03 UTC
