@@ -16,8 +16,8 @@ test_that("computeParentAdjacency matches across all methods for additive compon
1616 verbose = FALSE , lastComputed = 0 , checkpoint_files = checkpoint_files ,
1717 update_rate = 10 , parList = init_list , lens = init_lens , save_rate_parlist = 20 ,
1818 config = config
19- ) % > %
20- as.data.frame() % > % # sort by iss and jss to ensure consistent ordering
19+ ) | >
20+ as.data.frame() | > # sort by iss and jss to ensure consistent ordering
2121 dplyr :: arrange(iss , jss )
2222
2323 adj_indexed <- computeParentAdjacency(
@@ -26,8 +26,8 @@ test_that("computeParentAdjacency matches across all methods for additive compon
2626 verbose = FALSE , lastComputed = 0 , checkpoint_files = checkpoint_files ,
2727 update_rate = 10 , parList = init_list , lens = init_lens , save_rate_parlist = 20 ,
2828 config = config
29- ) % > %
30- as.data.frame() % > % # sort by iss and jss to ensure consistent ordering
29+ ) | >
30+ as.data.frame() | > # sort by iss and jss to ensure consistent ordering
3131 dplyr :: arrange(iss , jss )
3232
3333 adj_direct <- computeParentAdjacency(
@@ -36,8 +36,8 @@ test_that("computeParentAdjacency matches across all methods for additive compon
3636 verbose = FALSE , lastComputed = 0 , checkpoint_files = checkpoint_files ,
3737 update_rate = 10 , parList = init_list , lens = init_lens , save_rate_parlist = 20 ,
3838 config = config
39- ) % > %
40- as.data.frame() % > % # sort by iss and jss to ensure consistent ordering
39+ ) | >
40+ as.data.frame() | > # sort by iss and jss to ensure consistent ordering
4141 dplyr :: arrange(iss , jss )
4242
4343 expect_equal(adj_loop , adj_indexed , tolerance = tolerance )
@@ -55,17 +55,17 @@ test_that("adjBeta matches .adjDirect for common nuclear component", {
5555 parList = NULL , lens = NULL , lastComputed = 0 , saveable = FALSE , resume = FALSE ,
5656 save_path = NULL , verbose = FALSE , save_rate_parlist = NULL , update_rate = NULL ,
5757 checkpoint_files = NULL , config = config
58- ) % > %
59- as.data.frame() % > % # sort by iss and jss to ensure consistent ordering
58+ ) | >
59+ as.data.frame() | > # sort by iss and jss to ensure consistent ordering
6060 dplyr :: arrange(iss , jss )
6161
6262 direct <- .adjDirect(
6363 ped = hazard , component = " common nuclear" , saveable = FALSE , resume = FALSE ,
6464 save_path = NULL , verbose = FALSE , lastComputed = 0 , checkpoint_files = NULL ,
6565 update_rate = NULL , parList = NULL , lens = NULL , save_rate_parlist = NULL ,
6666 config = config
67- ) % > %
68- as.data.frame() % > % # sort by iss and jss to ensure consistent ordering
67+ ) | >
68+ as.data.frame() | > # sort by iss and jss to ensure consistent ordering
6969 dplyr :: arrange(iss , jss )
7070
7171 expect_equal(beta_5 , direct , tolerance = tolerance )
0 commit comments