-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
62 lines (62 loc) · 1.75 KB
/
Copy pathDESCRIPTION
File metadata and controls
62 lines (62 loc) · 1.75 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
58
59
60
61
62
Package: dsROCrate
Title: 'DataSHIELD' RO-Crate Governance Functions
Version: 0.2.1
Authors@R: c(
person(given = "Roberto",
family = "Villegas-Diaz",
role = c("aut", "cre"),
email = "r.villegas-diaz@outlook.com",
comment = c(ORCID = "0000-0001-5036-8661")),
person(given = "Becca",
family = "Wilson",
role = c("aut"),
comment = c(ORCID = "0000-0003-2294-593X")),
person(given = "Olly",
family = "Butters",
role = c("aut"),
comment = c(ORCID = "0000-0003-0354-8461")),
person(given = "Stuart",
family = "Wheater",
role = c("aut"),
comment = c(ORCID = "0009-0003-2419-1964")),
person("University of Liverpool", role = c("cph")))
Description: Tools for wrapping 'DataSHIELD' analyses into RO-Crate
(Research Object Crate) objects. Provides functions to create structured
metadata for federated data analysis projects, enabling governance
tracking of data access, project membership, analysis execution and
output validation across distributed data sources.
License: MIT + file LICENSE
Suggests:
dsBaseClient,
DSI,
DSOpal,
fs,
knitr,
MolgenisArmadillo,
testthat (>= 3.1.4),
withr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
Imports:
digest,
dplyr,
DSMolgenisArmadillo,
jsonlite,
opalr (>= 3.6.1),
purrr,
RcppTOML,
rmarkdown,
rocrateR (>= 0.1.0),
tibble,
uuid,
vtree,
xptr,
yaml
Depends:
R (>= 4.1.0)
VignetteBuilder: knitr
URL: https://github.com/FederatedMethods/dsROCrate
BugReports: https://github.com/FederatedMethods/dsROCrate/issues
Config/roxygen2/version: 8.0.0