-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
59 lines (59 loc) · 1.67 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
50
51
52
53
54
55
56
57
58
59
Package: DSI
Type: Package
Title: 'DataSHIELD' Interface
Version: 1.7.1
Authors@R:
c(person(given = "Yannick",
family = "Marcon",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0138-2023")),
person(given = "Amadou",
family = "Gaye",
role = "ctb",
comment = c(ORCID = "0000-0002-1180-2792")),
person(given = "Tim",
family = "Cadman",
role = "ctb",
comment = c(ORCID = "0000-0002-7682-5645")),
person(given = "Paul",
family = "Burton",
role = "ctb"))
Description: 'DataSHIELD' is an infrastructure and series of R packages that
enables the remote and 'non-disclosive' analysis of sensitive research data.
This package defines the API that is to be implemented by 'DataSHIELD' compliant
data repositories.
Depends:
R (>= 4.3),
methods,
progress,
R6,
Imports:
cli
Suggests:
testthat (>= 2.1.0)
License: LGPL (>= 2.1)
URL: https://github.com/datashield/DSI/,
https://datashield.github.io/DSI/, https://datashield.org/
BugReports: https://github.com/datashield/DSI/issues
RoxygenNote: 7.3.2
Encoding: UTF-8
Collate:
'DSObject.R'
'DSConnection.R'
'DSDriver.R'
'DSI-package.R'
'DSLoginBuilder.R'
'DSResult.R'
'datashield.aggregate.R'
'datashield.assign.R'
'datashield.connections.R'
'datashield.errorMessages.R'
'datashield.errors.R'
'datashield.list.R'
'datashield.login.R'
'datashield.logout.R'
'datashield.status.R'
'datashield.symbol.R'
'datashield.workspace.R'
'utils.R'