-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.01 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
Package: SepsisTools
Type: Package
Version: 0.2.0
Authors@R: c(
person("Brendon", "Phillips", email = "[email protected]", role = c("aut", "cre")),
person("Cole", "Heasley", email = "[email protected]", role = "ctb"),
person("Eleanor", "Pullenayegum", email = "[email protected]", role = c("ctb", "trl")),
person("Dan", "Roth", email = "[email protected]", role = "ctb"))
Title: SepsisTools
Description: Code related to the SEPSIS project (2023-)
Depends:
R (>= 4.1),
Imports:
data.table,
dplyr,
parallel,
doSNOW,
haven,
lazyeval,
plyr,
purrr,
readxl
Encoding: UTF-8
RoxygenNote: 7.2.3
Collate:
'SepsisTools-package.R'
'data.R'
'standard_table.R'
'encode_staffer_ids.R'
'event_to_num.R'
'permute_groups.R'
'single_permutation.R'
'get_data.R'
'global_permutation_test.R'
'magrittr.R'
'pairwise_permutation_tests.R'
'permgp_fn.R'
'permutation_test_statistic.R'
'uniquify_staffer_ids.R'