-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
42 lines (42 loc) · 1.26 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: DIZutils
Title: Utilities for 'DIZ' R Package Development
Version: 0.1.3
Date: 2024-11-26
Authors@R: c(
person("Jonathan M.", "Mang", , "jonathan.mang@uk-erlangen.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0518-4710")),
person("Lorenz A.", "Kapsner", role = "aut",
comment = c(ORCID = "0000-0003-1866-860X")),
person("MIRACUM - Medical Informatics in Research and Care in University Medicine", role = "fnd"),
person("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:
data.table,
DBI (>= 1.1.0),
DIZtools,
Hmisc,
httr,
psych,
RJDBC,
RJSONIO,
RPostgres,
RPresto,
xml2
Suggests:
lintr,
testthat
Encoding: UTF-8
Language: en-US
SystemRequirements: libpq >= 9.0: libpq-dev (deb) or postgresql-devel
(rpm)
RoxygenNote: 7.3.2