Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabkury committed Dec 24, 2022
1 parent eeb222f commit 30969a8
Show file tree
Hide file tree
Showing 10 changed files with 546 additions and 416 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Package: phea
Title: Phenotyping Algebra
Version: 0.5.1.0000
Version: 0.6.1.0000
Authors@R:
person("Fabrício", "Kury", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Provides a formula-based framework for identifying patients in time-stamped data in SQL databases.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
Imports:
DBI,
dplyr,
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ export(calculate_formula)
export(code_shot)
export(head_shot)
export(keep_change_of)
export(keep_row_by)
export(make_component)
export(make_record_source)
export(phea_plot)
export(pick_row_by)
export(setup_phea)
export(sql0)
export(sqla)
Expand Down
760 changes: 422 additions & 338 deletions R/phea.R

Large diffs are not rendered by default.

21 changes: 11 additions & 10 deletions man/calculate_formula.Rd

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

35 changes: 0 additions & 35 deletions man/keep_row_by.Rd

This file was deleted.

53 changes: 38 additions & 15 deletions man/make_component.Rd

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

18 changes: 7 additions & 11 deletions man/make_record_source.Rd

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

15 changes: 13 additions & 2 deletions man/phea_plot.Rd

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

45 changes: 45 additions & 0 deletions man/pick_row_by.Rd

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

9 changes: 7 additions & 2 deletions man/setup_phea.Rd

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

0 comments on commit 30969a8

Please sign in to comment.