Nothing
      test_that("64-bit splits handled ok", {
  SPI <- function(nTip) SharedPhylogeneticInfo(TreeTools::BalancedTree(nTip), 
                                               TreeTools::PectinateTree(nTip),
                                               normalize = pmin)
  expect_gt(SPI(64), SPI(63))
  expect_lt(SPI(64), SPI(65))
  
  expect_gt(SPI(128), SPI(127))
  expect_lt(SPI(128), SPI(129))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.