Refactoring and syntax fixes

This commit is contained in:
Waldir Leoncio 2021-06-29 10:41:23 +02:00
parent 829bcc447e
commit 8956949bff
4 changed files with 26 additions and 21 deletions

View file

@ -32,11 +32,11 @@ test_that("handleData works as expected", {
context("Opening files on greedyMix")
# TODO: needs #12 to be fixed before this can be done without user intervention
# greedyMix(
# tietue = "inst/ext/ExamplesDataFormatting/Example data in BAPS format for clustering of diploid individuals.txt",
# format = "BAPS",
# savePreProcessed = FALSE
# ) # Upper bounds 100 100
greedyMix(
tietue = "inst/ext/ExamplesDataFormatting/Example data in BAPS format for clustering of diploid individuals.txt",
format = "BAPS",
savePreProcessed = FALSE
) # Upper bounds 100 100
context("Linkage")