Skip to content

ageproR version 0.7.3

Choose a tag to compare

@efletcherPIFSC efletcherPIFSC released this 03 Apr 23:31
· 204 commits to main since this release
89769e4
  • agepro_inp_model can be initialized with general agepro model parameters. This change will be consistent with agepro_model and agepro_json_model. (#64)
    • The default method to generate agepro_inp_model remains the same.
    • Fixup/Improve WARNING messages for NULL Recruitment Model Data and Invalid Bootstrap File
  • Added testthat for basic unit testing scripts (#48)
    • added withr dependency to help with testthat scripts
  • Added model_name parameter when initializing case_id. New agepro_model will include "Unnamed AGEPRO model" as model_name.
  • Updated README
  • removed redundant general_params parameter checks during agepro_model initialization