-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.32 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
Package: dsHelper
Type: Package
Title: Helper Functions for Use with 'DataSHIELD'
Version: 1.7.0
Description: Often we need to automate things with 'DataSHIELD'. These functions help to do that.
Authors@R:
c(person(given= "Tim",
family = "Cadman",
email = "t.cadman@bristol.ac.uk",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7682-5645")),
person(given = "Sido",
family = "Haakma",
role = "ctb",
email = "s.haakma@rug.nl",
comment = c(ORCID = "0000-0003-1278-9144")),
person(given = "Tom",
family = "Bishop",
role = "ctb",
email = "tom.bishop@mrc-epid.cam.ac.uk"))
Maintainer: Tim Cadman <t.cadman@bristol.ac.uk>
Depends:
R (>= 3.5.0)
Imports:
dsBaseClient (>= 6.1.0),
dplyr (>= 1.0.2),
tibble,
purrr,
tidyr,
stringr,
magrittr,
rlang,
DSI,
metafor,
checkmate,
lme4,
tidyselect,
arrow (>= 16.1.0),
lifecycle
Suggests:
knitr,
rmarkdown,
testthat,
mockery,
httr,
webmockr,
withr
URL: https://github.com/lifecycle-project/ds-helper/,
https: //lifecycle-project.github.io/ds-helper/
BugReports: https://github.com/lifecycle-project/ds-helper/issues/
VignetteBuilder: knitr
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)