Package: tidygenomics
Type: Package
Title: Tidy Verbs for Dealing with Genomic Data Frames
Version: 0.1.0
Authors@R: c(person("Constantin", "Ahlmann-Eltze", email = "artjom31415@googlemail.com", role = c("aut", "cre")),
    person("Stan Developers", role="cph", 
           comment="Code from the Stan Math library is reused in 'cluster_interval.cpp'"),
    person("David", "Robinson", role="cph", 
           comment="Code from the fuzzyjoin package is reused"))
Description: Handle genomic data within data frames just as you would with 'GRanges'.
    This packages provides method to deal with genomic intervals the "tidy-way" which makes
    it simpler to integrate in the the general data munging process. The API is inspired by the
    popular 'bedtools' and the genome_join() method from the 'fuzzyjoin' package.
URL: https://github.com/const-ae/tidygenomics
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: dplyr, purrr, tidyr, fuzzyjoin (>= 0.1.3), IRanges, Rcpp
Suggests: testthat, knitr, rmarkdown
RoxygenNote: 6.0.1
LinkingTo: Rcpp
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2017-06-25 18:05:17 UTC; constantin
Author: Constantin Ahlmann-Eltze [aut, cre],
  Stan Developers [cph] (Code from the Stan Math library is reused in
    'cluster_interval.cpp'),
  David Robinson [cph] (Code from the fuzzyjoin package is reused)
Maintainer: Constantin Ahlmann-Eltze <artjom31415@googlemail.com>
Repository: CRAN
Date/Publication: 2017-06-25 22:45:04 UTC
Built: R 3.4.4; x86_64-w64-mingw32; 2019-04-25 22:25:22 UTC; windows
Archs: i386, x64
