insightsengineering / teal.osprey

Community efforts to collect teal modules for TLGs defined in the osprey package
https://insightsengineering.github.io/teal.osprey/
Other
5 stars 2 forks source link

Fix pkgdown redirect #253

Closed vedhav closed 7 months ago

vedhav commented 7 months ago

Part of https://github.com/insightsengineering/coredev-tasks/issues/506

github-actions[bot] commented 7 months ago

badge

Code Coverage Summary

Filename                    Stmts    Miss  Cover    Missing
------------------------  -------  ------  -------  --------------
R/tm_g_ae_oview.R             252     252  0.00%    83-368
R/tm_g_ae_sub.R               315     315  0.00%    59-410
R/tm_g_butterfly.R            388     388  0.00%    124-552
R/tm_g_decorate.R              46      46  0.00%    18-98
R/tm_g_events_term_id.R       299     299  0.00%    63-400
R/tm_g_heat_bygrade.R         321     321  0.00%    135-492
R/tm_g_patient_profile.R      711     711  0.00%    159-935
R/tm_g_spiderplot.R           324     324  0.00%    99-468
R/tm_g_swimlane.R             378     378  0.00%    125-560
R/tm_g_waterfall.R            427     427  0.00%    108-586
R/utils.R                      37      32  13.51%   32-91, 124-131
R/zzz.R                         1       1  0.00%    2
TOTAL                        3499    3494  0.14%

Diff against main

Filename      Stmts    Miss  Cover
----------  -------  ------  --------
TOTAL             0       0  +100.00%

Results for commit: ff24d204582005f3e85de13c5446f707064a556b

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   1 suites   0s :stopwatch:  4 tests  4 :white_check_mark: 0 :zzz: 0 :x: 13 runs  13 :white_check_mark: 0 :zzz: 0 :x:

Results for commit ff24d204.

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

vedhav commented 7 months ago

Let me check this. This is weird. There is no change to roxygen2 version here so there should not be this many .Rd changes.

m7pr commented 7 months ago

It's a change reflecting the @rdname tag change (from ?teal::module into ?teal::_teal_module) from here https://github.com/insightsengineering/teal/issues/1074 done in here https://github.com/insightsengineering/teal/pull/1087

vedhav commented 7 months ago

Got it, Then it looks alright to me. There was just a warning from using the older @docType package syntax so I updated it.