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.3.5
Date: 2022-08-22
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://UZH-PEG.github.io/dmdScheme/,
        https://github.com/UZH-PEG/dmdScheme/
BugReports: https://github.com/UZH-PEG/dmdScheme/issues/
Depends: R (>= 3.5.0)
Imports: tools, methods, utils, magrittr (>= 1.5), readxl (>= 1.2.0),
        xml2, rlang (>= 0.3.1), rmarkdown, knitr, digest (>= 0.6),
        writexl, rappdirs, yaml, stringr
License: MIT + file LICENSE
Encoding: UTF-8
StagedInstall: true
RoxygenNote: 7.2.1
Suggests: covr (>= 3.2.1), testthat (>= 2.0.1), here (>= 0.1), shiny,
        openxlsx, xfun
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-08-22 07:14:23 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: 2022-08-22 07:30:02 UTC
