-
Notifications
You must be signed in to change notification settings - Fork 10
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
814 implement knit print for subclasses of design #823
814 implement knit print for subclasses of design #823
Conversation
Merge branch 'main' of github.com:Roche/crmPack into main # Conflicts: # README.md
Merge branch 'main' of github.com:Roche/crmPack into main # Conflicts: # R/Samples-methods.R # devel/rolling-crm-Simona.Rmd # examples/Sample-methods-approximate.R # man/approximate.Rd # tests/testthat/_snaps/Samples-methods.md # tests/testthat/test-Samples-methods.R
Merge branch 'main' of github.com:Roche/crmPack into main # Conflicts: # vignettes/example.Rnw
Merge branch 'main' of github.com:Roche/crmPack into main # Conflicts: # tests/testthat/_snaps/Samples-methods.md # tests/testthat/test-Samples-methods.R
Merge branch 'main' of github.com:Roche/crmPack into main # Conflicts: # design/devel/rolling-crm-Simona.Rmd
Merge branch 'main' of github.com:Roche/crmPack into main # Conflicts: # tests/testthat/_snaps/Samples-methods.md
Merge branch 'main' of github.com:Roche/crmPack into main # Conflicts: # tests/testthat/_snaps/Samples-methods.md
Merge branch 'main' of github.com:Roche/crmPack into main # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
Merge branch 'main' into 814-implement-knit_print-for-subclasses-of-design # Conflicts: # DESCRIPTION # NAMESPACE # R/helpers_knitr_GeneralData.R # R/helpers_knitr_NextBest.R # R/helpers_knitr_Stopping.R # man/knit_print.Rd
Unit Test Performance Difference
Additional test case details
Results for commit 6562989 ♻️ This comment has been updated with latest results. |
…ithub.com:Roche/crmPack into 814-implement-knit_print-for-subclasses-of-design
…ithub.com:Roche/crmPack into 814-implement-knit_print-for-subclasses-of-design
Code Coverage Summary
Diff against main
Results for commit: 9b38ce4 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
For the following classes, a bare reference to a class object (for example
|
…ithub.com:Roche/crmPack into 814-implement-knit_print-for-subclasses-of-design
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Puzzled-Face , great progress!
Merge remote-tracking branch 'origin/main' into 814-implement-knit_print-for-subclasses-of-design # Conflicts: # README.Rmd
…ithub.com:openpharma/crmPack into 814-implement-knit_print-for-subclasses-of-design
The PR has also been moved. So this is now #823 |
Closes #814.
Please check methods involving
Effloglog
andLogisticIndepBeta
to confirm my interpretation.