Skip to content

Commit

Permalink
name changes and data load fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neilwalton committed Nov 25, 2024
1 parent e0588e7 commit a1a7a67
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 86 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@

# Your todo list
TODO.txt
calc_Lambert.R
calc_tail_prob.R


# mac stuff
.DS_Store

# History files
.Rhistory
Expand Down
17 changes: 0 additions & 17 deletions R/OPCS_data.R

This file was deleted.

2 changes: 1 addition & 1 deletion R/create_bulk_synthetic_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' opcs etc
#' @export
#'
#' @examples create_bulk_synthetic_data(demo_df)
#' @examples create_bulk_synthetic_data(demographic_data)

create_bulk_synthetic_data <- function(bulk_data) {
result <- bulk_data |>
Expand Down
26 changes: 0 additions & 26 deletions R/demo-data.R

This file was deleted.

4 changes: 1 addition & 3 deletions R/sim_patients.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
#' @import randomNames
#' @examples
#'
#'
#'
#'




Expand Down
Binary file removed data/OPCS4.Rda
Binary file not shown.
Binary file removed data/UK_age_profile.rda
Binary file not shown.
Binary file removed data/demo_df.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion man/OPCS4.Rd

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

2 changes: 1 addition & 1 deletion man/create_bulk_synthetic_data.Rd

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

36 changes: 0 additions & 36 deletions man/demo_df.Rd

This file was deleted.

2 changes: 2 additions & 0 deletions man/wl_join.Rd

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

0 comments on commit a1a7a67

Please sign in to comment.