Fixes #332 - get_ref_info()#333
Conversation
|
Hi @iaugusty - would you like to review this PR, or can we merge it? Thanks! |
iaugusty
left a comment
There was a problem hiding this comment.
approach will work, under the condition that the used afun knows how to deal with incoming .in_ref_col = NULL and .ref_group = NULL situation, which not all afuns will
|
Checking insightsengineering/scda.test#233 |
All good on scda.test (the one error is due to sdtm changes not this PR) |
Thank you @munoztd0 ! |
* making rbmi test and examples shorter * perf(tests): build shared tbl_wide fixture once in test-tt_to_tblfile * update: NEWS.md * perf(tests): reuse shared table * test: Create a simple table for testing * perf(tests): - shared simple fixtures for validate tests * perf(tests): reuse tbl_simple and badtbl_simple in converts-without-error test: - tbl_simple and badtbl_simple reused from shared fixtures * update: DESCRIPTION * Fixes #332 - get_ref_info() (#333) * fixes get_ref_info() - #332 * Update NEWS.md --------- Co-authored-by: David Muñoz Tord <david.munoz@mailbox.org> * Fix get ref info (#346) * Update get_ref_info.R * Update get_ref_info.Rd * Update get_ref_info.R * add shared tables * perf(tests): build tbl_iec once * perf(vignettes): display chunks with NOT_CRAN in auto_colwidths and table_and_listing_customizations * add timeout to check-r-package step * test --------- Co-authored-by: Wojtek <11532997+wwojciech@users.noreply.github.com>
Fixes #332
Checks