Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Use onLoad for package options
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Mar 20, 2021
1 parent 1e356f2 commit 29d7cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.onAttach <- function(libname, pkgname) {
.onLoad <- function(libname, pkgname) {
op <- options()
op.arkhe <- list(
arkhe.autodetect = TRUE,
Expand Down

0 comments on commit 29d7cae

Please sign in to comment.