Skip to content

Commit

Permalink
Remove the anon_chi functions
Browse files Browse the repository at this point in the history
These are no longer needed as they are implemented in `{slfhelper}` and we can just import from there instead of maintaining two versions.

I checked and as far as I can tell there are no uses of these functions in the code that needed to be removed/changed.
  • Loading branch information
Moohan committed Jun 23, 2023
1 parent 74502a9 commit 1b52288
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 154 deletions.
33 changes: 0 additions & 33 deletions R/anon_chi.R

This file was deleted.

22 changes: 0 additions & 22 deletions man/convert_anon_chi_to_chi.Rd

This file was deleted.

22 changes: 0 additions & 22 deletions man/convert_chi_to_anon_chi.Rd

This file was deleted.

30 changes: 0 additions & 30 deletions tests/testthat/_snaps/anon_chi.md

This file was deleted.

9 changes: 9 additions & 0 deletions tests/testthat/_snaps/get_lookup_paths.new.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# gpprac reference file path returns as expected

Code
names(read_file(get_gpprac_ref_path()))
Output
[1] "cypher" "praccode" "add 1" "add 2" "add 3" "add 4"
[7] "postcode" "telephone" "gms" "chp" "start" "end"
[13] "chpstart" "hci"

47 changes: 0 additions & 47 deletions tests/testthat/test-anon_chi.R

This file was deleted.

0 comments on commit 1b52288

Please sign in to comment.