Type: Package
Package: cuperdec
Title: Cumulative Percent Decay Curve Generator
Version: 1.0.0
Authors@R: 
    person(given = "James A.",
           family = "Fellows Yates",
           role = c("aut", "cre"),
           email = "jfy133@gmail.com",
           comment = c(ORCID = "0000-0001-5585-6277"))
Description: Calculates and visualises cumulative percent 'decay' curves,
    which are typically calculated from metagenomic taxonomic profiles.
    These can be used to estimate the level of expected 'endogenous' taxa
    at different abundance levels retrieved from metagenomic samples, when
    comparing to samples of known sampling site or source.
License: MIT + file LICENSE
URL: https://github.com/jfy133/cuperdec
BugReports: https://github.com/jfy133/cuperdec/issues
Depends: R (>= 3.5.0)
Imports: dplyr, ggplot2, magrittr, readr, rlang, tidyr
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-GB
LazyData: true
NeedsCompilation: no
RoxygenNote: 7.1.1
Packaged: 2021-04-06 15:42:28 UTC; jfellows
Author: James A. Fellows Yates [aut, cre]
    (<https://orcid.org/0000-0001-5585-6277>)
Maintainer: James A. Fellows Yates <jfy133@gmail.com>
Repository: CRAN
Date/Publication: 2021-04-07 08:40:06 UTC
