Package: DIZutils
Title: Utilities for 'DIZ' R Package Development
Version: 0.0.8
Date: 2021-05-25
Authors@R: 
    c(person(given = "Jonathan M.",
             family = "Mang",
             role = c("aut", "cre"),
             email = "jonathan.mang@uk-erlangen.de",
             comment = c(ORCID = "0000-0003-0518-4710")),
      person(given = "Lorenz A.",
             family = "Kapsner",
             role = "aut",
             comment = c(ORCID = "0000-0003-1866-860X")),
      person(given = "MIRACUM - Medical Informatics in Research and Care in University Medicine",
             role = "fnd"),
      person(given = "Universitätsklinikum Erlangen, Germany",
             role = "cph"))
Description: Utility functions used for the R package development
    infrastructure inside the data integration centers ('DIZ') to
    standardize and facilitate repetitive tasks such as setting up a
    database connection or issuing notification messages and to avoid
    redundancy.
License: GPL-3
URL: https://github.com/miracum/misc-dizutils
BugReports: https://github.com/miracum/misc-dizutils/issues
Depends: R (>= 3.1.0)
Imports: config, data.table, DBI (>= 1.1.0), Hmisc, parsedate, psych,
        rapportools, RJDBC, RJSONIO, RPostgres, shiny, shinyjs, xml2
Suggests: lintr, testthat
Encoding: UTF-8
Language: en-US
SystemRequirements: libpq >= 9.0: libpq-dev (deb) or postgresql-devel
        (rpm)
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-05-25 13:45:07 UTC; user
Author: Jonathan M. Mang [aut, cre] (<https://orcid.org/0000-0003-0518-4710>),
  Lorenz A. Kapsner [aut] (<https://orcid.org/0000-0003-1866-860X>),
  MIRACUM - Medical Informatics in Research and Care in University
    Medicine [fnd],
  Universitätsklinikum Erlangen, Germany [cph]
Maintainer: Jonathan M. Mang <jonathan.mang@uk-erlangen.de>
Repository: CRAN
Date/Publication: 2021-05-25 14:10:02 UTC
