Skip to content

Commit

Permalink
fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
neilwalton committed Nov 10, 2024
1 parent 60550e4 commit e34b608
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export(calc_waiting_list_pressure)
export(create_bulk_synthetic_data)
export(create_waiting_list)
export(sim_patients)
export(sim_schedule)
export(wl_insert)
export(wl_join)
export(wl_queue_size)
Expand Down
4 changes: 2 additions & 2 deletions R/sim_patients.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
#' @param start_date Start date (needed to generate patient ages)
#'
#' @return dataframe. Empty waiting list.
#' @export
#' @export sim_patients
#' @import randomNames
#' @examples
#' sim_patients(100,"2024-09-21")
#'
#'
#'
#'
Expand Down
3 changes: 1 addition & 2 deletions R/sim_schedule.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
#' @param daily_capacity Number of paitents per day
#'
#' @return dataframe. Empty waiting list.
#' @export
#' sim_patients(100,"2024-09-21")
#' @export sim_schedule
#'

sim_schedule <- function(
Expand Down
6 changes: 0 additions & 6 deletions man/sim_patients.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion man/wl_schedule.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e34b608

Please sign in to comment.