This commit is contained in:
Hong Ooi 2019-10-24 14:25:35 +08:00
Родитель abf3ee226c
Коммит 751e407a1d
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -19,10 +19,4 @@ globalVariables(c("self", "pool"), "AzureStor")
}
.onUnload <- function(libpath)
{
if(exists("pool", envir=.AzureStor))
try(parallel::stopCluster(.AzureStor$pool), silent=TRUE)
}