-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
84 lines (84 loc) · 2.51 KB
/
DESCRIPTION
File metadata and controls
84 lines (84 loc) · 2.51 KB
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
82
83
84
Package: randomforge
Type: Package
Title: Framework for Clinical Trial Randomization Methods
Version: 0.1.0.9046
Date: 2025-11-19
Authors@R: c(
person(
given = "Friedrich",
family = "Pahlke",
email = "friedrich.pahlke@rpact.com",
comment = c(ORCID = "0000-0003-2105-2582"),
role = c("aut", "cre")
))
Description:
Randomforge provides an extensible and transparent framework for
implementing, evaluating, and applying randomization methods for
clinical trials. The package aims to support a broad range of
classical, covariate-adaptive, and response-adaptive techniques while
enabling reproducibility, auditability, and methodological clarity.
Built as part of the open RandomForge initiative ("Innovating the
Future of Randomization"), the package encourages community
collaboration, modular extensions, and contributions from academia,
industry, and clinical researchers.
The architecture is designed for integration into larger ecosystems,
including Shiny applications, APIs, and cloud-based workflows.
License: LGPL-3 + file LICENSE
Copyright: Copyright (C) 2025 by Friedrich Pahlke
URL:
https://randomforge.org,
https://github.com/rpact-com/randomforge
BugReports: https://github.com/rpact-com/randomforge/issues
Encoding: UTF-8
Language: en-US
Depends:
R (>= 4.1.0)
Imports:
methods,
stats,
utils,
tools,
graphics,
rlang,
uuid (>= 1.0-3),
knitr (>= 1.19)
Suggests:
testthat (>= 3.0.0),
writexl (>= 1.5.0),
glue (>= 1.6.0),
httr (>= 1.4.0),
rmarkdown (>= 1.10),
covrpage
Remotes:
yonicd/covrpage
Config/testthat/edition: 3
Config/testthat/parallel: false
VignetteBuilder: knitr, rmarkdown
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Collate:
'f_assertions.R'
'class_general_unique_id_builder.R'
'f_constants.R'
'class_random_method_range_set.R'
'class_random_system_state.R'
'class_random_result.R'
'class_random_project.R'
'f_seed.R'
'f_utilities.R'
'class_random_configuration.R'
'class_random_allocation_value.R'
'class_random_allocation_value_service.R'
'class_random_block.R'
'class_random_block_arm.R'
'class_random_block_size_randomizer.R'
'class_random_data_base.R'
'class_random_method_pbr.R'
'class_random_method_range.R'
'class_random_method_range_set_pbr.R'
'class_random_subject.R'
'class_string_builder.R'
'f_random_block_size.R'
'f_random_service.R'
'f_random_stratum_builder.R'
'pkgname.R'