-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
81 lines (81 loc) · 2.25 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Package: dsUpload
Title: Upload Functions for DataSHIELD Backends
Version: 5.1.3
Authors@R:
c(person(given = "Mariska",
family = "Slofstra",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0400-0468")),
person(given = "Sido",
family = "Haakma",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1278-9144")),
person(given = "Angela",
family = "Pinot de Moira",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-3593-8472")),
person(given = "Maxime",
family = "Cornet",
role = "aut",
email = "[email protected]"),
person(given = "Sebastian",
family = "Rauschert",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8359-6898")),
person(given = "Luise",
family = "Cederkvist",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7601-9723")),
person(given = "Anne",
family = "Aurup",
role = "ctb",
email = "[email protected]"))
Maintainer: Mariska Slofstra <[email protected]>
Description: We supply standardised ways to upload and import versioned data dictionaries.
To check if your data is correct it contains a number of local functions which can be performed to
check the quality of your data as well. It also can reshape the data into Opal format when you use other tools
to harmonise your data.
URL: https://github.com/lifecycle-project/ds-upload
BugReports: https://github.com/lifecycle-project/ds-upload/issues
Depends:
R (>= 4.4)
Imports:
dplyr (>= 1.0.7),
opalr (>= 3.1.1),
MolgenisArmadillo (>= 2.0.0),
maditr,
haven,
httr,
jsonlite,
purrr,
readr,
stats,
readxl,
stringr,
tidyr,
utils,
tibble,
fs
Suggests:
DSI (>= 1.3.1),
DSOpal (>= 1.4.0),
DSMolgenisArmadillo (>= 2.0.0),
dsBaseClient (>= 6.2.0),
dsHelper,
knitr,
rmarkdown,
testthat (>= 3.0.0),
tidyverse
Additional_repositories:
https://registry.molgenis.org/repository/R
https://cran.obiba.org
VignetteBuilder: knitr
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.1
Config/testthat/edition: 3