Added more functions to translate

This commit is contained in:
Waldir Leoncio 2022-12-22 14:05:23 +01:00
parent ac1e73c6fa
commit aff5b3de15
2 changed files with 53 additions and 0 deletions

View file

@ -42,5 +42,7 @@ test_that("lakseKlitik() and subfunctions produce expected output", {
# TODO: test mysubset()
# TODO: test findCliques()
# TODO: test cliques_to_jtree()
# TODO: test minimum_spanning_tree()
# TODO: test myunion()
# TODO: test lakseKlitik()
})