first run complete

This commit is contained in:
2015-02-24 02:12:12 +01:00
parent eaffcf3db2
commit f9757f1a0a
4 changed files with 355 additions and 87 deletions
+2 -2
View File
@@ -37,10 +37,10 @@ tagexpand <- c("", "s", "n", "en", "er", "e")
# Parallelisation
writeLines(c(""), "issuecomp-analysis.log")
cl<-makeCluster(3)
cl<-makeCluster(4)
registerDoParallel(cl)
foreach(d = 101:nrow(issues), .packages = c("stringr"), .combine=rbind) %dopar% {
foreach(d = 260:nrow(issues), .packages = c("stringr"), .combine=rbind) %dopar% {
#for(d in 1:nrow(issues)) {
# Go through every day
curdate <- issues$date[d]