privefl / bigstatsr

R package for statistical tools with big matrices stored on disk.
https://privefl.github.io/bigstatsr/
179 stars 30 forks source link

R session continues working after Rcpp::stop() #32

Open privefl opened 6 years ago

privefl commented 6 years ago

Reprex:

iris <- datasets::iris
iris$Species <- as.character(iris$Species)
iris <- iris[rep(1:150, 100), rep(1:5, 100)]
bigstatsr::as_FBM(iris)
privefl commented 2 years ago

Should probably detect this before actually creating the FBM.