Skip to content

Commit

Permalink
rm \n
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Jul 24, 2024
1 parent a96dcdb commit 3e8dcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/SimCollect.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ SimCollect <- function(files = NULL, filename = NULL,
tmpfilenames <- character(length(index) - 1L)
for(i in 1L:(length(index)-1L)){
if(verbose)
cat(sprintf('Batch %i/%i\n', i, length(tmpfilenames)))
cat(sprintf('Batch %i/%i', i, length(tmpfilenames)))
pick <- (index[i]+1L):index[i+1L]
tmpfilenames[i] <- tempfile()
out <- SimCollect(files=files[pick], filename=tmpfilenames[i],
Expand Down

0 comments on commit 3e8dcd4

Please sign in to comment.