-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
6 changed files
with
9 additions
and
154 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file was deleted.
Oops, something went wrong.