-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
57 lines (57 loc) · 1.57 KB
/
DESCRIPTION
File metadata and controls
57 lines (57 loc) · 1.57 KB
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
Package: DSLite
Type: Package
Version: 1.5.0
Title: 'DataSHIELD' Implementation on Local Datasets
Authors@R:
c(person(given = "Yannick",
family = "Marcon",
role = c("aut", "cre"),
email = "yannick.marcon@obiba.org",
comment = c(ORCID = "0000-0003-0138-2023")))
Depends:
R (>= 3.5.0),
DSI (>= 1.5),
methods,
R6,
rly
Suggests:
resourcer,
knitr,
testthat,
rmarkdown
Description: 'DataSHIELD' is an infrastructure and series of R packages that
enables the remote and 'non-disclosive' analysis of sensitive research data.
This 'DataSHIELD Interface' implementation is for analyzing datasets living
in the current R session. The purpose of this is primarily for lightweight
'DataSHIELD' analysis package development.
License: LGPL (>= 2.1)
URL: https://github.com/datashield/DSLite/,
https://datashield.github.io/DSLite/,
https://datashield.org/,
https://doi.org/10.1093/ije/dyu188
BugReports: https://github.com/datashield/DSLite/issues/
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Encoding: UTF-8
Collate:
'DSLiteDriver.R'
'DSLiteConnection.R'
'DSLiteResult.R'
'DSLiteServer.R'
'ast.R'
'data.cnsim.R'
'data.dasim.R'
'data.discordant.R'
'data.survival.R'
'data.testing.dataset.R'
'defaultDSConfiguration.R'
'getDSLiteData.R'
'lex-yacc.R'
'setupCNSIMTest.R'
'setupDASIMTest.R'
'setupDATASETTest.R'
'setupDISCORDANTTest.R'
'setupDSLiteServer.R'
'setupSURVIVALTest.R'
'testParse.R'