tests/testthat/mod/issue76.r

f = function() {
    box::use(./a[...])
    helper()
}

g = function() {
    box::use(./a)
    helper()
}

h = function() {
    box::use(./a[`%.%`])
    helper()
}

ns = environment()

#' @export
helper_var = 0L

helper = function() { ns$helper_var = helper_var + 1L }

f()
g()
h()
klmr/box documentation built on Feb. 15, 2025, 12:59 a.m.