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

check_up_to_date() function #339

Closed
seth127 opened this issue Mar 1, 2021 · 0 comments · Fixed by #338
Closed

check_up_to_date() function #339

seth127 opened this issue Mar 1, 2021 · 0 comments · Fixed by #338
Labels
enhancement New feature or request risk: low
Milestone

Comments

@seth127
Copy link
Collaborator

seth127 commented Mar 1, 2021

Summary

As a user, I would like a function to check whether the model file or data file associated with a model have changed since the model was run. I would also like to be able to pass a bbi_log_df tibble to check this same thing for all of the models it contains.

Tests

  • tests/testthat/test-check-up-to-date.R
    • check_up_to_date.bbi_nonmem_model() happy path
    • check_up_to_date.bbi_nonmem_model() with mismatched model
    • check_up_to_date.bbi_nonmem_model() with mismatched data
    • check_up_to_date.bbi_nonmem_model() with missing data
    • check_up_to_date.bbi_nonmem_model() with mismatched both
    • check_up_to_date.bbi_nonmem_summary() with mismatched model
    • check_up_to_date.bbi_log_df() works as expected
@seth127 seth127 added this to the 1.1.0 milestone Mar 1, 2021
@seth127 seth127 added the enhancement New feature or request label Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request risk: low
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant