-
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
Refactor setSeed and getResultList #676
Refactor setSeed and getResultList #676
Conversation
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 a lot @0liver0815 , much appreciated, please see few comments below
Co-authored-by: Daniel Sabanes Bove <danielinteractive@users.noreply.github.com>
Co-authored-by: Daniel Sabanes Bove <danielinteractive@users.noreply.github.com>
Co-authored-by: Daniel Sabanes Bove <danielinteractive@users.noreply.github.com>
Co-authored-by: Daniel Sabanes Bove <danielinteractive@users.noreply.github.com>
…ithub.com/Roche/crmPack into 671-clean_design_methods_seed_resultslist
Co-authored-by: Daniel Sabanes Bove <danielinteractive@users.noreply.github.com>
Co-authored-by: Daniel Sabanes Bove <danielinteractive@users.noreply.github.com>
@0liver0815 seems there are some failing unit tests: |
Code Coverage Summary
Diff against main
Results for commit: f4a299b Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Thanks for offering. I finally found the problem. I changed |
* Refactor setSeed and getResultList (#676) Co-authored-by: Daniel Sabanes Bove <danielinteractive@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * 675: Add `DesignGrouped` (#677) Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Fixes first cohort logic for grouped design simulation (#684) * Remove references to is.bool and is.scalar (#686) * Remove references to is.bool and is.scalar * [skip actions] Restyle files * Responding to review comments * Removing lintr moan * Updating documentation --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Remove plot.gtable and print.gtable (#697) * Remove plot.gtable and print.gtable * Fix _pkgdown.yaml * 690 remove safeinteger and iswholenumber 1 (#693) * Remove safeInteger and is.wholenumber * Fixing false test failures * [skip actions] Restyle files --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Remove noOverlap (#695) * remove %~% (#689) * remove %~% * Fixing NAMESPACE * 699 remove multiplot (#700) * Remove multiplot * Correct typo * Correcting typo in argument to assert_integerish * New commit for additional statistics (#663) * New commit for additional statistics * [skip actions] Restyle files * Update: additional statstics added to other designs bug correction suggetions by Clara * bug corrected * Update: Additional_stats * update: additional_stats * updaze: error_corrections (additional_stats) * update: additional_statistics * Dynamic: Additional_statistical_summary * Additional statistical summary function update * additional statistical summary changes * Update: Additional Statistical Summary * small change: additional stat summary * Suggested changes: additional_statistics and validation * [skip actions] Restyle files * Simulation refectoring * Simulation small update * [skip actions] Restyle files * small update * incorrectly named file:delete * removing documentation errors * update yaml file --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Clara <clara.beck@bayer.com> Co-authored-by: Oliver Boix <95433070+0liver0815@users.noreply.github.com> Co-authored-by: Daniel Sabanes Bove <danielinteractive@users.noreply.github.com> * Refactor myBarplot (#703) * Refactor myBarplot * [skip actions] Restyle files * Responding to lintr complaints * Rsponding to review comments --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: Oliver Boix <95433070+0liver0815@users.noreply.github.com> Co-authored-by: Daniel Sabanes Bove <danielinteractive@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Prerana Chandratre <82475780+Prerana17@users.noreply.github.com> Co-authored-by: Clara <clara.beck@bayer.com>
Closes a part of #671