tests/testthat/mod/reload/c.r

.on_load = function (ns) {
    message('c loaded')
}

.on_unload = function (ns) {
    message('c unloaded')
}

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