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

Print method for data objects #236

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Print method for data objects #236

merged 1 commit into from
Oct 19, 2023

Conversation

gowerc
Copy link
Collaborator

@gowerc gowerc commented Oct 19, 2023

Partially addresses #197 . Adds print method for:

  • DataJoint
  • DataSurvival
  • DataSubject
  • DataLongitudinal

@github-actions
Copy link
Contributor

badge

Code Coverage Summary

Filename                       Stmts    Miss  Cover    Missing
---------------------------  -------  ------  -------  ----------------------
R/DataJoint.R                     76       2  97.37%   264, 270
R/DataLongitudinal.R             119       1  99.16%   245
R/DataSubject.R                   69       1  98.55%   123
R/DataSurvival.R                  74       1  98.65%   145
R/defaults.R                      13       7  46.15%   27, 45-84, 111
R/generics.R                      15       1  93.33%   69
R/JointModel.R                    91       8  91.21%   113-125, 204, 210, 216
R/JointModelSamples.R             23       0  100.00%
R/Link.R                          18       0  100.00%
R/LinkGSF.R                       69      13  81.16%   116-128
R/LinkNone.R                       5       1  80.00%   36
R/LinkRandomSlope.R               11       0  100.00%
R/LongitudinalGSF.R               24       0  100.00%
R/LongitudinalModel.R             17       0  100.00%
R/LongitudinalQuantities.R        71       8  88.73%   89-96
R/LongitudinalRandomSlope.R       22       0  100.00%
R/Parameter.R                     14       0  100.00%
R/ParameterList.R                 37       1  97.30%   175
R/Prior.R                        117       0  100.00%
R/Quantities.R                    89       0  100.00%
R/simulations_gsf.R               43       0  100.00%
R/simulations_os.R                11       5  54.55%   35-39
R/simulations_rs.R                21       0  100.00%
R/simulations.R                   99       1  98.99%   122
R/StanModel.R                     14       0  100.00%
R/StanModule.R                   145       5  96.55%   197-198, 215, 252, 263
R/SurvivalExponential.R           10       0  100.00%
R/SurvivalLoglogistic.R           11       0  100.00%
R/SurvivalModel.R                 19       0  100.00%
R/SurvivalQuantities.R           103       6  94.17%   161-166
R/SurvivalWeibullPH.R             11       0  100.00%
R/utilities.R                    145       1  99.31%   13
R/zzz.R                           11      11  0.00%    4-29
TOTAL                           1617      73  95.49%

Diff against main

Filename                Stmts    Miss  Cover
--------------------  -------  ------  -------
R/DataJoint.R             +20      +2  -2.63%
R/DataLongitudinal.R      +19       0  +0.16%
R/DataSubject.R           +17       0  +0.47%
R/DataSurvival.R          +19       0  +0.47%
TOTAL                     +75      +2  +0.09%

Results for commit: 177ff3c

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

@github-actions
Copy link
Contributor

Unit Tests Summary

    1 files    31 suites   6m 13s ⏱️
  80 tests   61 ✔️ 19 💤 0
296 runs  277 ✔️ 19 💤 0

Results for commit 177ff3c.

@gowerc gowerc merged commit 62ace16 into main Oct 19, 2023
22 checks passed
@gowerc gowerc deleted the feature/print-data branch October 19, 2023 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants