insightsengineering / teal.data

Data model for teal applications
https://insightsengineering.github.io/teal.data/
Other
8 stars 7 forks source link

[skip vbump] upversion to 0.4.0 #280

Closed donyunardi closed 7 months ago

donyunardi commented 7 months ago

Related with #226

github-actions[bot] commented 7 months ago

badge

Code Coverage Summary

Filename                         Stmts    Miss  Cover    Missing
-----------------------------  -------  ------  -------  --------------------
R/cdisc_data.R                       1       0  100.00%
R/deprecated.R                      57      57  0.00%    19-344
R/dummy_function.R                   2       2  0.00%    14-15
R/formatters_var_labels.R           36      11  69.44%   60, 69-80
R/join_key.R                        38       0  100.00%
R/join_keys-c.R                     12       0  100.00%
R/join_keys-extract.R              128       0  100.00%
R/join_keys-names.R                 15       0  100.00%
R/join_keys-parents.R               30       0  100.00%
R/join_keys-print.R                 45       0  100.00%
R/join_keys-utils.R                 73       3  95.89%   35-38
R/join_keys.R                       21       0  100.00%
R/teal_data-class.R                 25       1  96.00%   69
R/teal_data-datanames.R             10       0  100.00%
R/teal_data-get_code.R              14       0  100.00%
R/teal_data-show.R                   4       4  0.00%    14-19
R/teal_data.R                       30      16  46.67%   34, 37-43, 53-59, 62
R/testhat-helpers.R                 26       0  100.00%
R/topological_sort.R                32       0  100.00%
R/utils-get_code_dependency.R      166       1  99.40%   258
R/verify.R                          42      11  73.81%   63, 93-97, 100-104
TOTAL                              807     106  86.86%

Diff against main

Filename          Stmts    Miss  Cover
--------------  -------  ------  --------
R/cdisc_data.R        0      -1  +100.00%
R/teal_data.R        +8      +7  -12.42%
TOTAL                +8      +6  +1.62%

Results for commit: 75d07c203b2fc92b36e31ca8fe98d23b8e226714

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results

github-actions[bot] commented 7 months ago

Unit Tests Summary

  1 files   14 suites   1s :stopwatch: 175 tests 173 :white_check_mark: 2 :zzz: 0 :x: 244 runs  242 :white_check_mark: 2 :zzz: 0 :x:

Results for commit 75d07c20.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 7 months ago

Unit Test Performance Difference

Additional test case details | Test Suite | $Status$ | Time on `main` | $±Time$ | Test Case | |:-----|:----:|:----:|:----:|:-----| | cdisc_data | 💀 | $0.06$ | $-0.06$ | cdisc_data_returns_teal_data_object_for_objects_different_than_old_api | | cdisc_data | 👶 | | $+0.09$ | cdisc_data_returns_teal_data_object_with_default_join_keys_for_given_dataset |

Results for commit 643fd6bff54987a0bd982fbda0c300b117498995

♻️ This comment has been updated with latest results.

donyunardi commented 7 months ago

teal.data now in cran: https://cran.r-project.org/web/packages/teal.data/index.html

vedhav commented 7 months ago

I think we talked about reverting the examples commit after the cran release.

donyunardi commented 7 months ago

I don't see any commit where examples being removed for teal.data. Do you see any?

averissimo commented 7 months ago

teal.data does not have these internal examples.

teal.slice does.

vedhav commented 7 months ago

Oh, thank god. I was unable to find them anywhere :D

chlebowa commented 7 months ago

Sorry, my mistake. I must have misunderstood the response to our initial submission.

In teal.code the examples with getFromNamespace were added when the package was already on CRAN.