Skip to content

Commit

Permalink
Lots of updates to CTS and MB modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-harrold committed Mar 12, 2024
1 parent 49d89fe commit dcb36ae
Show file tree
Hide file tree
Showing 112 changed files with 6,657 additions and 2,628 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Imports:
shiny,
shinyAce,
shinyWidgets,
rxode2,
rxode2 (>= 2.1.2),
stats,
stringr,
tidyr,
Expand All @@ -47,6 +47,6 @@ Suggests:
testthat (>= 3.0.0),
ubiquity
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Config/testthat/edition: 3
VignetteBuilder: knitr
5 changes: 5 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Generated by roxygen2: do not edit by hand

export(CTS_Server)
export(CTS_add_covariate)
export(CTS_add_rule)
export(CTS_append_report)
export(CTS_change_source_model)
export(CTS_del_current_element)
export(CTS_fetch_code)
export(CTS_fetch_current_element)
Expand All @@ -11,6 +14,7 @@ export(CTS_fetch_state)
export(CTS_init_state)
export(CTS_new_element)
export(CTS_set_current_element)
export(CTS_simulate_element)
export(CTS_test_mksession)
export(CTS_update_checksum)
export(MB_Server)
Expand Down Expand Up @@ -57,6 +61,7 @@ export(mk_subjects)
export(mk_table_ind_obs)
export(mk_table_nca_params)
export(nca_builder)
export(plot_sr_tc)
export(ruminate)
export(run_nca_components)
export(simulate_rules)
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ruminate 0.2.2 (development version)

- Added CTS (Clinical trial simulator) modle (in development)
- Added CTS (Clinical trial simulator) module (in development)
- Separated ruminate.R sample app into two separate (the default one and one for developent.)

# ruminate 0.2.1

Expand Down
Loading

0 comments on commit dcb36ae

Please sign in to comment.