Skip to content

Commit

Permalink
refactor create_op functions; fix #74
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestguevarra committed Jan 4, 2025
1 parent 19337df commit 5e6ae9b
Show file tree
Hide file tree
Showing 105 changed files with 2,340 additions and 5,343 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: oldr
Title: An Implementation of Rapid Assessment Method for Older People
Version: 0.1.1
Version: 0.2.0.9000
Authors@R: c(
person("Mark", "Myatt", comment = c(ORCID = "0000-0003-1119-1474"),
email = "[email protected]", role = "aut"),
Expand All @@ -23,7 +23,8 @@ Imports:
car,
withr,
tibble,
rmarkdown
rmarkdown,
cli
Suggests:
testthat (>= 3.0.0),
covr,
Expand Down
34 changes: 3 additions & 31 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,52 +11,22 @@ export(chart_mf)
export(chart_muac)
export(chart_wash)
export(chart_wg)
export(create_op)
export(create_op_adl)
export(create_op_adl_females)
export(create_op_adl_males)
export(create_op_all)
export(create_op_anthro)
export(create_op_anthro_females)
export(create_op_anthro_males)
export(create_op_dementia)
export(create_op_dementia_females)
export(create_op_dementia_males)
export(create_op_demo)
export(create_op_demo_females)
export(create_op_demo_males)
export(create_op_disability)
export(create_op_disability_females)
export(create_op_disability_males)
export(create_op_food)
export(create_op_food_females)
export(create_op_food_males)
export(create_op_health)
export(create_op_health_females)
export(create_op_health_males)
export(create_op_hunger)
export(create_op_hunger_females)
export(create_op_hunger_males)
export(create_op_income)
export(create_op_income_females)
export(create_op_income_males)
export(create_op_mental)
export(create_op_mental_females)
export(create_op_mental_males)
export(create_op_misc)
export(create_op_misc_females)
export(create_op_misc_males)
export(create_op_oedema)
export(create_op_oedema_females)
export(create_op_oedema_males)
export(create_op_screening)
export(create_op_screening_females)
export(create_op_screening_males)
export(create_op_visual)
export(create_op_visual_females)
export(create_op_visual_males)
export(create_op_wash)
export(create_op_wash_females)
export(create_op_wash_males)
export(estimate_classic)
export(estimate_op_all)
export(estimate_probit)
Expand Down Expand Up @@ -90,6 +60,8 @@ importFrom(bbw,bootClassic)
importFrom(bbw,bootPROBIT)
importFrom(car,bcPower)
importFrom(car,powerTransform)
importFrom(cli,cli_abort)
importFrom(cli,cli_bullets)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,axTicks)
Expand Down
793 changes: 24 additions & 769 deletions R/00-oldr.R

Large diffs are not rendered by default.

Loading

0 comments on commit 5e6ae9b

Please sign in to comment.