-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.42 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
Package: connector.logger
Title: What the Package Does (One Line, Title Case)
Version: 0.0.1
Authors@R: c(
person("Aksel", "Thomsen", , "[email protected]", role = c("aut", "cre")),
person("Lovemore", "Gakava", , "[email protected]", role = "aut"),
person("Cervan", "Girard", , "[email protected]", role = "aut"),
person("Kristian", "Troejelsgaard", , "[email protected]", role = "aut"),
person("Steffen Falgreen", "Larsen", , "[email protected]", role = "aut"),
person("Vladimir", "Obucina", , email = "[email protected]", role = "aut"),
person("Novo Nordisk A/S", role = "cph")
)
Description: The goal of connector.logger is to implement the log function(s) from whirl to log read, write, and delete operations.
License: MIT + file LICENSE
Suggests:
connector.databricks (>= 0.0.2),
connector.sharepoint (>= 0.0.3),
glue,
mockery,
RSQLite,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/NN-OpenSource/connector.logger, https://miniature-couscous-2kqngew.pages.github.io/
BugReports: https://github.com/NN-OpenSource/connector.logger/issues
Imports:
connector (>= 0.0.3),
lifecycle,
methods,
rlang,
whirl (>= 0.1.3)
Remotes:
NovoNordisk-OpenSource/whirl,
NN-OpenSource/connector,
NN-OpenSource/connector.sharepoint,
NN-OpenSource/connector.databricks