Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
adokter committed Sep 7, 2022
1 parent 894225a commit 2b4009f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/hooks.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.onLoad <- function(libname, pkgname) {
Sys.setenv(OMP_NUM_THREADS=parallel::detectCores())
register_all_s3_methods() # dynamically registers non-imported pkgs (tidyverse) # nocov
assert_that(is.string(find.package("vol2birdR", verbose=F, quiet=T)),msg="package vol2birdR not found. See https://adokter.github.io/vol2birdR/ for install instructions")
}
Expand Down

0 comments on commit 2b4009f

Please sign in to comment.