generated from certe-medical-epidemiology/template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
49 lines (49 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
43
44
45
46
47
48
49
Package: certedb
Title: A Certe R Package for Connecting to Databases
Version: 1.13.0
Authors@R: c(
person(given = c("Matthijs", "S."),
family = "Berends",
role = c("aut", "cre"),
email = "m.berends@certe.nl"),
person(given = c("Erwin", "E.", "A."),
family = "Hassing",
role = c("aut"),
email = "e.hassing@certe.nl"),
person(given = "Certe Medical Diagnostics & Advice Foundation",
role = c("cph", "fnd")))
Description: A Certe R Package for connecting to internal Certe cBases and local DuckDB databases.
This package is part of the 'certedata' universe.
URL: https://certe-medical-epidemiology.github.io/certedb, https://github.com/certe-medical-epidemiology/certedb
Depends:
R (>= 4.1.0)
Imports:
certestyle,
certetoolbox,
AMR (>= 2.0.0),
cli (>= 3.4.0),
DBI (>= 1.0.0),
dbplyr (>= 2.1.0),
dplyr (>= 1.0.0),
DT (>= 0.3.0),
duckdb (>= 0.8.0),
knitr (>= 1.40),
odbc (>= 1.3.0),
pillar (>= 1.8.0),
shiny (>= 1.9.0),
rlang (>= 1.1.0),
tidyr (>= 1.1.0),
yaml (>= 2.2.1)
Suggests:
callr,
clipr (>= 0.8.0),
RMariaDB,
rstudioapi,
sf,
testthat (>= 2.0.0),
utils
License: GPL-2
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 2