-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.62 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
Package: mlstrOpalr
Type: Package
Title: Support Compatibility Between 'Maelstrom' R Packages and 'Opal' Environment
Version: 1.0.3
Authors@R:
c(person(given = "Guillaume",
family = "Fabre",
role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0124-9970")),
person("Maelstrom-research group",
role=c("fnd","cph"),
email="[email protected]"),
person("OBiBa group",
role="ctb",
email="[email protected]"))
Maintainer: Guillaume Fabre <[email protected]>
Description: Functions to support compatibility between 'Maelstrom' R packages
and 'Opal' environment. 'Opal' is the 'OBiBa' core database application for
biobanks. It is used to build data repositories that integrates data
collected from multiple sources. 'Opal Maelstrom' is a specific
implementation of this software. This 'Opal' client is specifically
designed to interact with 'Opal Maelstrom' distributions to perform
operations on the R server side. The user must have adequate credentials.
Please see <https://opaldoc.obiba.org/> for complete documentation.
License: GPL-3
LazyData: true
Depends: R (>= 3.4)
Imports: dplyr (>= 1.1.0),
rlang,
tidyr,
stringr,
tools,
opalr,
fabR (>= 2.0.0),
madshapR (>= 1.0.2)
URL: https://github.com/maelstrom-research/mlstrOpalr
BugReports: https://github.com/maelstrom-research/mlstrOpalr/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests: knitr
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US