Rcrawler
Rcrawler copied to clipboard
Small bug when using Vbrowser
Preparing browser process Error in "browser:" + i : non-numeric argument to binary operator
Starting at line 514
for(i in 1:no_cores){
pkg.env$Lbrowsers[[i]]<-run_browser()
cat("browser:"+i+" port:"+pkg.env$Lbrowsers[[i]]$process$port)
Sys.sleep(1)
cat(".")
flush.console()
}
Did you end up finding a solution to this problem? I'm having the same issue.
I too have the same issue. Have you guys found a solution?