forked from timcadman/ds-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
48 lines (48 loc) · 1.21 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
Package: dsHelper
Type: Package
Title: Helper Functions for Use with 'DataSHIELD'
Version: 0.3.1.9000
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,
tidyselect,
stringr,
meta,
magrittr,
rlang,
DSI,
metafor
Suggests:
knitr,
rmarkdown,
testthat,
mockery
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.1.2