Skip to content

Commit

Permalink
Change infix op
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Mar 25, 2021
1 parent 34907b0 commit af5d69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/class_active.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ active_class <- R6::R6Class(
},
produce_exports = function(envir, is_globalenv = NULL) {
map(names(envir), ~force(envir[[.x]])) # try to nix high-mem promises
if (is_globalenv %||% identical(envir, globalenv())) {
if (is_globalenv %|||% identical(envir, globalenv())) {
out <- as.list(envir, all.names = TRUE)
out <- out[fltr(names(out), ~!is_internal_name(.x, envir))]
out[[".tar_envir_5048826d"]] <- "globalenv"
Expand Down

0 comments on commit af5d69a

Please sign in to comment.