Package: dmdScheme
Title: Domain Specific MetaData Scheme
Description: Forms the core for developing own domain specific metadata schemes. 
                  It contains the basic functionality needed for all metadata schemes based on the
                  'dmdScheme'. See R.M. Krug and O.L. Petchey (2019) <DOI:10.5281/zenodo.3581970>.
Version: 1.0.0
Date: 2019-12-17
Authors@R: 
    c(person(given = "Rainer M.",
             family = "Krug",
             role = c("aut", "cre"),
             email = "Rainer.Krug@uzh.ch",
             comment = c(ORCID = "0000-0002-7490-0066")),
      person(given = "Owen L.",
             family = "Petchey",
             role = "ctb",
             email = "Owen.Petchey@uzh.ch",
             comment = c(ORCID = "0000-0002-7724-1633")))
URL: https://exp-micro-ecol-hub.github.io/dmdScheme/,
        https://github.com/Exp-Micro-Ecol-Hub/dmdScheme
BugReports: https://github.com/rkrug/dmdScheme/issues
Depends: R (>= 3.5.0)
Imports: tools, methods, utils, magrittr (>= 1.5), dplyr (>= 0.1.8),
        tibble (>= 2.1.1), readxl (>= 1.2.0), xml2, rlang (>= 0.3.1),
        rmarkdown, knitr, digest (>= 0.6), openxlsx, writexl, rappdirs,
        yaml
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
StagedInstall: true
RoxygenNote: 6.1.1
Suggests: covr (>= 3.2.1), testthat (>= 2.0.1), here (>= 0.1),
        kableExtra (>= 0.9.0), shiny
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-01-08 10:11:18 UTC; rainerkrug
Author: Rainer M. Krug [aut, cre] (<https://orcid.org/0000-0002-7490-0066>),
  Owen L. Petchey [ctb] (<https://orcid.org/0000-0002-7724-1633>)
Maintainer: Rainer M. Krug <Rainer.Krug@uzh.ch>
Repository: CRAN
Date/Publication: 2020-01-10 17:20:03 UTC
