diff --git a/NAMESPACE b/NAMESPACE index 81c1201..fac9bb5 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -32,6 +32,7 @@ export(simuloiAlleeli) export(size) export(strcmp) export(suoritaMuutos) +export(takeLine) export(testaaOnkoKunnollinenBapsData) export(testaaPop) export(times) diff --git a/R/greedyMix.R b/R/greedyMix.R index 8ea16e0..928bcc1 100644 --- a/R/greedyMix.R +++ b/R/greedyMix.R @@ -1533,19 +1533,6 @@ greedyMix <- function( # %-------------------------------------------------------------------- - -# function newline = takeLine(description,width) -# %Returns one line from the description: line ends to the first -# %space after width:th mark. -# newLine = description(1:width); -# n = width+1; -# while ~isspace(description(n)) & n