first run complete
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user