Skip to content

Commit

Permalink
thread limit
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jan 20, 2025
1 parent 66e2fe9 commit c4f6d4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.onLoad <- function(libname, pkgname) {
# CRAN OMP THREAD LIMIT
Sys.setenv("OMP_THREAD_LIMIT" = 2)

Check warning on line 3 in R/zzz.R

View workflow job for this annotation

GitHub Actions / lint-changed-files / lint-changed-files

file=R/zzz.R,line=3,col=14,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
}

0 comments on commit c4f6d4e

Please sign in to comment.