-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
44 lines (44 loc) · 1.72 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: dsTidyverse
Type: Package
Title: 'DataSHIELD' 'Tidyverse' Serverside Package
Version: 1.0.1
Authors@R:
c(
person(given = "Tim",
family = "Cadman",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7682-5645")),
person(given = "Mariska",
family = "Slofstra",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0400-0468")),
person(given = "Stuart",
family = "Wheater",
role = c("aut")),
person(given = "Demetris",
family = "Avraam",
role = c("aut"))
)
Maintainer: Tim Cadman <[email protected]>
Description: Implementation of selected 'Tidyverse' functions within 'DataSHIELD', an open-source federated analysis solution in R. Currently, DataSHIELD contains very limited tools for data manipulation, so the aim of this package is to improve the researcher experience by implementing essential functions for data manipulation, including subsetting, filtering, grouping, and renaming variables. This is the serverside package which should be installed on the server holding the data, and is used in conjuncture with the clientside package 'dsTidyverseClient' which is installed in the local R environment of the analyst. For more information, see <https://www.tidyverse.org/> and <https://datashield.org/>.
License: LGPL (>= 2.1)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
rlang,
cli
Suggests:
testthat (>= 3.0.0),
tibble,
DSLite,
dsBaseClient,
dsBase,
DSI,
dplyr,
purrr,
mockery
Config/testthat/edition: 3
Additional_repositories: https://cran.obiba.org/