Type: Package
Package: valr
Title: Genome Interval Arithmetic
Version: 0.6.5
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@cuanschutz.edu", 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 (>= 3.1.2)
Imports: broom, dplyr (>= 0.8.0), ggplot2, 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, tidyr
LinkingTo: Rcpp (>= 1.0.0)
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.2.0
SystemRequirements: C++11
Config/Needs/website: pkgdown, rnabioco/rbitemplate
NeedsCompilation: yes
Packaged: 2022-08-19 13:51:13 UTC; kriemo
Author: Jay Hesselberth [aut] (<https://orcid.org/0000-0002-6299-179X>),
  Kent Riemondy [aut, cre] (<https://orcid.org/0000-0003-0750-1273>),
  RNA Bioscience Initiative [fnd, cph]
Maintainer: Kent Riemondy <kent.riemondy@cuanschutz.edu>
Repository: CRAN
Date/Publication: 2022-08-19 14:30:02 UTC
