| commit | a25fbd999afde4045580182feeca23ad719c1378 | [log] [tgz] |
|---|---|---|
| author | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Oct 14 17:38:09 2025 +0200 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Oct 14 17:38:09 2025 +0200 |
| tree | b8d933890c957563b387996c8368f71530d985aa | |
| parent | 4a2fee0fc96d8913cb02026b37cc671f526a2f6d [diff] [blame] |
Get rid of empty sequence warning in CA Change-Id: I39d239f1a49871e975b9f60db434c68703cd84fd
diff --git a/R/collocationAnalysis.R b/R/collocationAnalysis.R index d2ad284..0bcd691 100644 --- a/R/collocationAnalysis.R +++ b/R/collocationAnalysis.R
@@ -259,7 +259,7 @@ )) } log_info(verbose, paste("Joining", nrow(matches), "kwics\n")) - for (i in 1:nrow(matches)) { + for (i in seq_len(nrow(matches))) { oldTable <- matches2FreqTable( matches, i,