Package: schtools
Title: Schloss Lab Tools for Reproducible Microbiome Research
Version: 0.1.0
Authors@R: c(
    person(given = "Kelly",
           family = "Sovacool",
           role = c("aut", "cre"),
           email = "sovacool@umich.edu",
           comment = c(ORCID = "0000-0003-3283-829X")
           ),
    person(given = "Nick",
           family = "Lesniak",
           role = c("aut"),
           email = "nlesniak@umich.edu",
           comment = c(ORCID = "0000-0001-9359-5194")
           ),
    person(given = "Patrick",
           family = "Schloss",
           role = c("aut"),
           email = "pschloss@umich.edu"
           ),
    person(given = "Sarah",
           family = "Lucas",
           role = c('ctb'),
           comment = c(ORCID = "0000-0003-1676-5801")
           ),
    person(given = "Courtney",
           family = "Armour",
           role = c('ctb'),
           comment = c(ORCID = "0000-0002-5250-1224")
           ),
    person(given = "Jacqueline",
           family = "Moltzau",
           role = c('ctb'),
           comment = c(ORCID = "0000-0003-1398-5980")
           ),
    person(given = "Andrew",
           family = "Hannah",
           role = c("ctb")
           ),
    person(given = "Nielson",
           family = "Baxter",
           role = c("ctb")
           ),
    person(given = "Alyxandria",
           family = "Schubert",
           role = c("ctb")
           ),
    person(given = "Kathryn",
           family = "Iverson",
           role = c("ctb")
           ))
Description: A collection of useful functions and example code created and used 
  by the Schloss Lab for reproducible microbiome research. Perform common tasks 
  like read files created by mothur <https://mothur.org/>, tidy up your 
  microbiome data, and format R Markdown documents for publication. 
  See the website <http://www.schlosslab.org/schtools/> for more information, 
  documentation, and examples.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
Imports: dplyr, formatR, rlang, tidyr
Suggests: covr, knitr, purrr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-11-20 02:25:10 UTC; kelly
Author: Kelly Sovacool [aut, cre] (<https://orcid.org/0000-0003-3283-829X>),
  Nick Lesniak [aut] (<https://orcid.org/0000-0001-9359-5194>),
  Patrick Schloss [aut],
  Sarah Lucas [ctb] (<https://orcid.org/0000-0003-1676-5801>),
  Courtney Armour [ctb] (<https://orcid.org/0000-0002-5250-1224>),
  Jacqueline Moltzau [ctb] (<https://orcid.org/0000-0003-1398-5980>),
  Andrew Hannah [ctb],
  Nielson Baxter [ctb],
  Alyxandria Schubert [ctb],
  Kathryn Iverson [ctb]
Maintainer: Kelly Sovacool <sovacool@umich.edu>
Repository: CRAN
Date/Publication: 2021-11-22 09:30:02 UTC
