bigstatsr icon indicating copy to clipboard operation
bigstatsr copied to clipboard

R session continues working after Rcpp::stop()

Open privefl opened this issue 6 years ago • 1 comments

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 avatar Jul 31 '18 09:07 privefl

Should probably detect this before actually creating the FBM.

privefl avatar Apr 12 '22 11:04 privefl