Skip to content

Commit

Permalink
Merge pull request #158 from jacob-long/master
Browse files Browse the repository at this point in the history
Bring in fix
  • Loading branch information
jacob-long authored Aug 9, 2024
2 parents 7b1e203 + bac1990 commit 088e34f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,5 @@
#' @importFrom utils packageVersion
.onLoad <- function(libname, pkgname) {
pkgconfig::set_config("tibble::rownames" = NA)
if (packageVersion("rlang") < "0.3.2") {
options("rlang__backtrace_on_error" = "branch")
} else {
options("rlang_backtrace_on_error" = "branch")
}
options("rlang_backtrace_on_error" = "branch")
}

0 comments on commit 088e34f

Please # to comment.