Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/test data for lab and health insurance #19

Merged
merged 20 commits into from
Apr 27, 2024
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
652aaca
feat: add functions script with create_test_lab_df()
signekb Dec 6, 2023
e6baf5b
feat: create test lab_df using create_test_lab_df()
signekb Dec 6, 2023
d930fc3
fix: change pnr to only include 001-100 independent of num_samples
signekb Dec 8, 2023
88f0b40
style: edit pnr comment to clarify it's only 001-100 even if num_samp…
signekb Dec 8, 2023
3c04bd8
style: update comments in create_test_lab_df
signekb Dec 8, 2023
a6e07a8
feat: add create_test_hi_df()
signekb Dec 8, 2023
bbb2910
feat: create test health insurance df using. create_test_hi_df()
signekb Dec 8, 2023
17e40d2
style: remove old parenthesis from comment
signekb Dec 8, 2023
e09b902
fix: move set.seed up
signekb Dec 8, 2023
ea8e089
refactor: move functions to create test lab and hi data into create_t…
signekb Dec 10, 2023
2fc5655
chore: add setup for making fake data using usethis::use_data_raw().
lwjohnst86 Dec 12, 2023
17dfea6
chore: Moved code over into data-raw folder
lwjohnst86 Dec 12, 2023
4eb8947
refactor: Started refactoring but not sure what output should be.
lwjohnst86 Dec 12, 2023
81594c2
Merge commit 'bb0cb57ecd28ec4c96f98412926174c1cc74d25e'
lwjohnst86 Dec 12, 2023
d35dc94
refactor: create function to make pnr, plus other small edits
lwjohnst86 Dec 12, 2023
f4e242e
Update testdata.R
Aastedet Feb 13, 2024
cb9100f
Update testdata.R
Aastedet Feb 13, 2024
f5395c6
Update testdata.R
Aastedet Feb 13, 2024
3222af8
testdata.R:
Feb 17, 2024
387454a
Fixed merge conflicts after pull from main
Feb 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
^.*\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
^data-raw$
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ Imports:
here,
lubridate
Suggests:
codeCollection,
DiagrammeR
185 changes: 0 additions & 185 deletions R/create_test_data.R

This file was deleted.

Loading