We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27b2f5 commit f682fe8Copy full SHA for f682fe8
R/zzz.R
@@ -0,0 +1,5 @@
1
+.onLoad <- function (libname, pkgname) {
2
+
3
+ Sys.setenv ("RCPP_PARALLEL_BACKEND" = "tinythread")
4
+ invisible ()
5
+}
0 commit comments