Skip to content

Commit fe74405

Browse files
authored
Merge pull request #44 from pythonhealthdatascience/dev
Dev
2 parents 2517884 + a0ea710 commit fe74405

37 files changed

+1945
-1391
lines changed

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Imports:
2828
future.apply,
2929
ggplot2,
3030
tibble,
31-
gridExtra
31+
gridExtra,
32+
R6
3233
Suggests:
3334
testthat (>= 3.0.0),
3435
patrick,

NAMESPACE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Generated by roxygen2: do not edit by hand
22

3+
export(ReplicationTabuliser)
4+
export(ReplicationsAlgorithm)
5+
export(WelfordStats)
36
export(calc_arrivals)
47
export(calc_mean_serve_length)
58
export(calc_mean_wait)
@@ -15,6 +18,7 @@ export(run_scenarios)
1518
export(runner)
1619
export(time_series_inspection)
1720
export(valid_inputs)
21+
importFrom(R6,R6Class)
1822
importFrom(dplyr,across)
1923
importFrom(dplyr,arrange)
2024
importFrom(dplyr,bind_cols)

0 commit comments

Comments
 (0)