Skip to content

Commit f682fe8

Browse files
authored
Add files via upload
1 parent b27b2f5 commit f682fe8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

R/zzz.R

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.onLoad <- function (libname, pkgname) {
2+
3+
Sys.setenv ("RCPP_PARALLEL_BACKEND" = "tinythread")
4+
invisible ()
5+
}

0 commit comments

Comments
 (0)